@charset "utf-8";
/* CSS Document */

body
{
	background-color: #000000;
	
	color: #EBD0BA;
	font-family: Trebuchet MS;
	font-size: 8pt;
	text-align: justify; }
	
	
#navigation
{
	position:absolute;
	top: 470; right: 40;
	width: 170;
	background-color: none;

}

	#navigation h1
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18pt;
		line-height: 15pt;
		text-align: right; padding-right: 10;
		color: #A6DEF9;
		font-weight: normal;
		letter-spacing: -1;
		text-transform: lowercase;
		font-style: italic;
		border-bottom: #CBCC27 1px solid;
		margin-top: 30;
		margin-bottom: 10;
			}
			
	#navigation a
	{
		font-family: Arial, Helvetica, sans-serif;
		display: block; width: 100%;
		margin-top: 7;
		text-align: center;
		text-transform: uppercase;
		font-size: 7.5pt;
		letter-spacing: 1;
	  	text-decoration: none;
	  	border-bottom: #337ABF 1px dotted;
		font-style: normal;
	  	color: #66AEF5;	}
		
	#navigation a:hover
	{
		color: #FFFFFF;
		border-bottom: #3D92E5 1px solid;	}


#header
{
	position: absolute;
	top: 380; right: 45;
	width: 270;

	background: none;
	padding: 5;
	font-size: 7.5pt;
	color: #CBE8BF;
		}
	
	#header a
	{ display: block;
	  width: 48%;
	  margin-left: 2; margin-right:2; margin-top:2; margin-bottom: 0;
	  float: left;
	  height: 11pt;
	  font-family: "Courier New", Courier, monospace;
	  text-decoration: none;
	  color: #CBE8BF;	
	  text-align: center;
	  line-height: 11pt;
	  letter-spacing: -1;
	  font-size: 7.5pt;
	  text-transform: uppercase;
	  letter-spacing: 1;
	  border-bottom: #7CCFF0 1px solid;}
	 
	 #header a:hover
	 {
	 	color: #CBCC27;
		border-bottom: #65A8C3 1px solid;	}
	
	#header b, #header strong { color: #65CDF6;	}
	#header i, #header em { color: #E5E893;	}
	
	
#main
{
	position: absolute;
	top: 470; right: 230;
	width: 580;
	background-color: none;	}
	
#main h1
{
	margin:0;
	margin-left: 10;
	margin-bottom: 5;
	font-family: "Century Gothic", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	font-size: 18pt;
	line-height: 15pt;
	height: 18pt;
	background-color: none;
	color: #9ACFE7;
	text-align: left;
	padding-left: 10;
	letter-spacing: -2;
	border-left: #1D4151 30px solid;	}
	
		#main h1:first-letter
		{
			font-family: "Times New Roman", Times, serif;
			text-transform: lowercase;
			letter-spacing: 1;
			font-size: 25pt;
			color: #38BFFA;
		}
	
#main h2
{
	margin-top:-3;
	margin-bottom: 5;
	height: 10pt;
	line-height: 10pt;
	font-size: 9pt;
	text-align: right;
	padding-right: 30;
	border-right: #858769 50px solid;
	border-bottom: #858769 1px solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1;
	color: #E7E3D8;	}
	
.p
{
	background-color: #262F38;
	background-image: url(images/p_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left: #202428 10px solid;
	padding: 10;
	margin-top: 0;
	margin-bottom: 20;
	
	color: #ACCCDC;
	font-family: Arial;
	font-size:  8pt;
	text-align: justify;	}
	
#main h3
{
	margin-bottom: 0; margin-left: 20;
	height: 10pt;
	line-height: 10pt;
	font-size: 10pt;
	text-align: left;
	padding-left: 10;
	padding-top: 2;
	border-top: #948F45 1px solid;
	border-left: #948F45 10px solid;
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	letter-spacing: -1;
	font-weight: normal;
	color: #948F45;	
						}
						
#main img
{
	background-color: #94957F;
	border: #7A7C60 3px solid;
	margin: 3;
	
}

ul
{
	list-style: square;
}
			
b, strong { color:#F1D6A3; font-family: "Trebuchet MS", "Century Gothic", Times, serif;}
i, em { color: #87BFF5; font-family: Georgia, "Times New Roman", Times, serif;	}
u { text-decoration: none; color:#CBCC27; border-bottom: #CBCC27 1px dotted; }		

a { font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1;
	font-style: italic;
	color: #65CDF6;
	text-decoration: none;}
	
a:hover { color: #EEF75C;}
						
blockquote
{
		border-bottom: #7A7C60 10px solid;
		border-top: #7A7C60 1px solid;
		padding: 10;
		color: #000000;
		background-color: #94957F;
		background-image: url(images/b_bg.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		font-size: 7.5pt;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
			}
			
input, textarea, select, option, button
{
	background-color: #C3C4A7;
	color: #333333;
	margin: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 2;
	border: #7A7C60 2px solid;
	}
	
