@charset "utf-8";
/* CSS Document */

body
{
		background-color: #000;
		background-image: url('images/bg.jpg');
		background-position: right top;
		
			color: #666;
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 7.5pt;
			
}

#header
{
	position: absolute;
	right: 0;
	top: 0;
	
	width: 100%;
	background-image: url(images/bg-h.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#title
{
	position: absolute;
	left: 320px;
	width: 310px;
	top: 135px;
	
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-size: 20pt;
	letter-spacing: -1px;
	text-align: right;
	
}

#navigation
{
	padding: 5px;
	position: absolute;
	left: 140px;
	top: 370px;
	width: 170px;
	
}
	
	#navigation h1
	{
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		border-bottom: 3px dotted #74c2bf;
		color: #034e79;
		
		text-align: center;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	#navigation a
		{
			display: block;
			
			font-family: "Century Gothic", Arial, sans-serif;
			text-decoration: none;
			text-transform: uppercase;
			margin-top: 2px;
			margin-right: 2px;
			margin-left: 2px;
			
			text-align: center;
			
			color: #666;
			
			background: none;
			border-bottom:  #CCC 1px solid;
		}
	
		#navigation a:hover	{	color: #f45f4d;	border-bottom-color: #bfba66; background-color: #fafafa;	}
		#navigation a:active	{	color: #36C;	}
		
		.n
		{
			padding: 2px;
			text-align: justify;
			font-family: Tahoma, Geneva, sans-serif;
			
		
		}
	
#main
{
	padding: 10px;
	position: absolute;
	right: 330px;
	top: 230px;
	width: 550px;
	
	}
	
	#main h1
	{
		margin-top: 10px;
		margin-bottom: 5px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: normal;
		color: #c92900;
		font-size: 20pt;
	}
	
	#main h2
	{
		margin-top: 25px;
		margin-bottom: 5px;
		font-size: 18pt;
		font-family: "Courier New", Courier, monospace;
		font-weight: normal;
		
		color: #de2f02;
		
		text-align: center;
	}
	
	#main h3
	{
		margin-bottom: 2px;	
		margin-top: -7px;
		text-align: center;
		
		color: #2b908b;
		font-weight: normal;
		font-family: "Century Gothic", Arial, sans-serif;
		text-transform: uppercase;
		font-size: 7.5pt;
	}
	
	.h
	{
		padding-left: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		text-align: justify;
		background-image: url('images/pbg.png');
		padding: 10px;
		border: 1px solid #c5efed;
	}
	
	.p
	{
		background-image: url('images/pbg.png');
		padding: 15px;
		border: 1px solid #c5efed;
		text-align: justify;
	}
	
	
	b, strong	{	color: #e35942;	}
	i, em		{	color: #4268e3;	}
	
	a	{	text-decoration: none;	color: #000; background-color: #eaeaea;	}
	a:hover	{	color: #e04343;	}
	
	blockquote
	{
		padding: 5px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 8pt;
		border-bottom: 10px solid #CCC;
		border-top: 1px solid #CCC;
		color: #058dc0;
		
	}
	
	#main img, #navigation img	{	margin: 5px; background-color: #333;	}
		
	input, textarea, button
	{
		margin: 2px;
		padding: 2px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #666;
		border: 1px solid #e09f9f;
		background: #FFF;
	}
	