@charset "utf-8";
/* CSS Document */

body
{
		background-color: #000;
		background-image: url('images/bg.jpg');
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: right top;
		
			color: #000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			
}

#header
{
	position: absolute;
	right: 0;
	top: 0;
}

#navigation
{
	padding: 5px;
	position: absolute;
	right: 40px;
	top: 320px;
	width: 200px;
	color: #FFF;
	
}
	
	#navigation h1
	{
		font-size: 14pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		border-bottom: 3px solid #b70005;
		color: #cccccc;
		
		text-align: center;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	#navigation a
		{
			display: block;
			
			font-size: 9pt;
			
			font-family: Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			padding: 3px;
			margin: 2px;
			
			text-align: center;
			
			color: #666;
			
			background: #101010;
			border:  #343434 1px solid;
		}
	
		#navigation a:hover	{	color: #e0e0e0;	border-color: #0400b1; background-color: #930000;	}
		#navigation a:active	{	color: #ffff45;	}

	
#main
{
	padding: 10px;
	position: absolute;
	right: 260px;
	top: 320px;
	width: 600px;
	
	}
	
	#main h1
	{
		margin-top: 10px;
		margin-bottom: 5px;
		font-family: Impact, "Arial", Helvetica, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		color: #fff200;
		font-size: 25pt;
	}
	
	#main h2
	{
		margin-top: 25px;
		margin-bottom: 5px;
		font-size: 18pt;
		font-family: "Courier New", Courier, monospace;
		text-transform: uppercase;
		font-weight: bold;
		
		color: #ff262a;
		
		text-align: center;
	}
	
	#main h3
	{
		margin-bottom: 2px;	
		margin-top: -7px;
		text-align: center;
		
		color: #c4c4c4;
		font-weight: normal;
		font-family: "Century Gothic", Arial, sans-serif;
		text-transform: uppercase;
		font-size: 7.5pt;
	}
	
	.p
	{
		padding: 15px;
		background-color: #b8b8b8;
		border: 2px solid #040184;
		text-align: justify;
	}
	
	
	b, strong	{	color: #040184;	}
	i, em		{	color: #bc0003;	}
	
	a	{	text-decoration: none;	color: #000; background-color: #eaeaea; font-weight: bold;	}
	a:hover	{	color: #e30a0e; background-color: #FFF;	}
	
	blockquote
	{
		padding: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		background: #FFF;
		border-bottom: 10px solid #fff710;
		border-top: 1px solid #fff710;
		color: #c10004;
		
	}
	
	#main img, #navigation img	{	margin: 5px; background-color: #333;	}
		
	input, textarea, button
	{
		margin: 2px;
		padding: 2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #000000;
		border: 1px solid #000000;
		background: #d4d4d4;
	}
	