@charset "utf-8";
/* CSS Document */

body
{
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
	
	margin: 0;
	
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	
}

	#headimg
	{
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#header
	{
		position: absolute;
		width: 280;
		
		right: 50;
		top: 270;
		
		color: #000;
		font-family: "Arial Black", Gadget, sans-serif;
		font-weight: bold;
		text-align: justify;
		font-size: 10pt;
		line-height: 8pt;
		
		letter-spacing: -1;
	}
	
		#header a
		{
			display: block;
			height: 10pt;
			line-height: 10pt;
			width: 130px;
			float: left;
			
			text-decoration: none;
			font-family: Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: 0;
			font-size: 8pt;
			border-bottom: 2px solid #C3F;
			padding: 0;
			text-align: center;
			margin-left: 5;
			margin-bottom: 2;
			color: #C00;
		}
	
	
		#header a:hover
		{
			color: #00F;
			border-bottom-color: #F60;
		}
	
	#navigation
	{
		position: absolute;
		width: 220;
		
		right: 20;
		top: 400;
		
	}
	
		#navigation h1
		{
			text-align: right;
			padding-right: 10;
			
			font-family: "Times New Roman", Times, serif;
			font-size: 20pt;
			line-height: 18pt;
			height: 18pt;
			margin-top: 15;
			margin-bottom: 5;
			
			text-transform: lowercase;
			font-weight: normal;
			font-style: italic;
			
			color: #a5fe34;
			
			border-bottom: 1px solid #870b34;
			
			display: block;
			float: left;
			width: 95%;
			
		}
		
		.n
		{
			background-color: #191818;
			padding: 5px;
			border: 1px solid #030820;
			margin: 0;
			text-align: justify;
			font-size: 7pt;
			float: left;
		}
		
		#navigation img
		{
			border: 1px dotted #666;
			background-color: #333;
		}
		
		#navigation a
		{
			margin: 3;
			display: block;
			text-align: center;
			float: left;
			width: 46%;
			
			font-size: 8pt;
			font-weight: normal;
			text-transform: uppercase;
			text-decoration: none;
			color: #00a8ff;
			border-bottom: 1px dotted #333;
		}
	
		#navigation a:hover
		{
			border-bottom-color: #666;
			color: #fff;
		}
	
	#main
	{
		position: absolute;
		width: 550;
		
		right: 280;
		top: 350;
		text-align: justify;
	}
	
		#main h1
		{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			font-style: italic;
			font-size: 20pt;
			padding-left: 20;
			
			color: #8fff00;
			
			margin-bottom: 5;
			margin-top: 10;
		}
		
		.p
		{
			background-color: #0d0c0c;
			padding-left: 20;
			padding-right: 20;
			padding-top: 5;
			padding-bottom: 5;
			font-size: 8pt;
			
			border-top: 5px solid #fff;
			color: #999;
			
			background-image: url(images/bgp.jpg);
			background-position: right top;
			background-repeat: no-repeat;
			
		}
		
		.h
		{
			
			text-align: center;
			
			padding-left: 10;
			padding-right: 10;
			padding-top: 0;
			padding-bottom: 5;
			font-size: 9pt;
			
			
		}
		
		#main h2
		{
			text-align: center;
			margin-top: 15;
			margin-bottom: 0;
			text-transform: uppercase;
			font-size: 18pt;
			font-weight: normal;
			color: #0FF;
			border-bottom: 5px solid #F03;
		}
		
		
		
		#main img
		{
			background-color: #600;
			border: 1px dotted  #666;
			margin: 5px;
		}
		
		blockquote
		{
			border-right: 10px solid  #333;
			border-bottom: 1px dashed #333;
			padding: 10;
			
			color: #6F3;
			font-size: 10pt;
		}
		
			input, textarea, button
			{
				border: 1px solid #333;
				background: #333;
				margin: 3;
				padding: 2;
				
				font-family: "Courier New", Courier, monospace;
				color: #CCC;
				font-size: 8pt;
			}
			
			input:hover, textarea:hover
			{
				border: 1px solid #666;
				color: #FF0;
			}
			
			button:hover
			{
				border: 1px solid #666;
				background-color: #666;
				color: #FFF;
			}
			
			b, strong	{	color: #ff6c9a;	}
			i, em		{	color: #6FF;	}
			u			{	color: #96F;	}
			
			#main a
			{
				color: #FC0;
				text-decoration: none;
				border-bottom:  1px solid #666;
				font-weight: bold;
			}
			
				#main a:hover
				{
					color: #6F0;
					border-bottom-color: #F03;
				}