body
{
	background: #0e0102;

	font-size: 8pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FC9;
	text-align: justify;
}

#header
{
	position: absolute;
	top: 0;
	left: 0;
}

#title
{
	position: absolute;
	top: 140;
	left: 310;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 50pt;
	letter-spacing: -2px;
	color: #fff986;
}

#subtitle
{
	position: absolute;
	top: 220;
	left: 410;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 15pt;
	letter-spacing: 2px;
	color: #fff;
	line-height: 12pt;
}

#header
{
	position: absolute;
	left: 420;
	top: 270;
	width: 450;
}

	#header a
	{
		width: 22%;
		display: block;
		float: left;
		margin: 3px;
		padding: 2px;
		line-height: 9pt;
		height: 9pt;
		text-align: center;
		border-bottom: #762a3f 1px dotted;
		color: #F90;
		font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: lowercase;
		text-decoration: none;
		
	}
	
		#header a:hover
		{
			color: #F3F;
			border-bottom-color: #F60;
		}

	

#navigation
{
	position: absolute;
	left: 30;
	top: 430;
	width: 300;
}

	#navigation h1
	{
		display: block;
		float: left;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 5px;
		font-size: 15pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: bold;
		text-align: left;
		padding-left: 20;
		color: #F90;
		
	}
	
	#navigation a
	{
		margin: 3;
		display: block;
		text-align: center;
		float: left;
		font-size: 10pt;
		width: 30%;
		font-weight: bold;
		font-family: Century Gothic, Arial, Helvetica, sans-serif;
		text-transform: lowercase;
		text-decoration: none;
		background-color: #0d0108;
		color: #FF0;
		border-bottom: #333 1px solid;
		
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
		
	}
	
	#navigation a:hover
	{
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
		
	}
	
	.n
	{
		border: #333 1px solid;
		color: #d7c862;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 7.5pt;
		display: block;
		padding: 10px;
		float: left;
		background-color: #340923;
	}
	
#main
{
	position: absolute;
	left: 350;
	top: 400;
	width: 550;
}

	#main h1
	{
		font-size: 30pt;
		font-family: "Times New Roman", Times, serif;
		margin-top: 0;
		font-style: italic;
		font-weight: normal;
		letter-spacing: -2;
		text-transform: lowercase;
		color: #ff6cbc;
		margin-bottom: 0;
	}
	
	#main h2
	{
		margin-top: 20px;
		font-family: Arial Narrow, Arial, Helvetica, sans-serif;
		text-transform: lowercase;
		font-weight: normal;
		font-size: 20pt;
		font-weight: bold;
		color: #F99;
		padding-left: 30;
		margin-bottom: 0;
	}
	
	.h
	{
		margin: 0;
		color: #FF0;
		border-left: #cb6c39 50px solid;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		padding-left: 10;
		width: 450;
	}
	
	.p
	{
		margin: 0;
		font-size: 8pt;
		font-family: Tahoma, Geneva, sans-serif;
		padding: 10;
		width: 500;
		border: none;
		border-top: #666 5px solid;
		background: #20020b;
	}

a
{
	color: #0C0;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a:hover
{
	color: #FFF;
}

b,strong{	font-family: "Times New Roman", Times, serif;	color: #F90; }
i,em{	font-family: Georgia, "Times New Roman", Times, serif; color: #F0F; letter-spacing: -1; }
u{	text-decoration: none;	color: #C69; }

blockquote
{
	background-color: #602a28;
	padding: 10px;
	border: none;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: italic;
}

ul
{
	list-style-type: square;
}

ol
{
	list-style-type: decimal-leading-zero;
}

select,option,textarea,input,button
{
	border: #293203 1px solid;
	background-color: #364108;
	padding: 2px;
	margin: 3px;
	
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-size: 8pt;
	color: #CCC;
}

#main img
{
	margin: 5px;
	padding: 5px;
	background-color: #600;
	border: #333 1px solid;
}