@charset "utf-8";
/* CSS Document */

body
{
	background-color: #000000;
		
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	
	color: #999;
}

p
{
		text-indent: 10px;
}

a	{ text-decoration: none;	}


#headimg
{
	position: fixed;
	top: 0px; left: 0px;
}


#title
{
	position: fixed;
	width: 380px;
	top: 400px; left: 20px;
	
	color: #999;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -5px;
	
	font-size: 58pt;
}


#subtitle
{
	position: fixed;
	width: 380px;
	top: 480px; left: 20px;
	
	color: #FFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	
	font-size: 15pt;
}


 /* EDIT THIS TO ADJUST YOUR MAIN CONTENT'S COORDINATES OR SIZE */
#main
{
	position: absolute;
	top: 20px; left: 415px;
	margin-bottom: 20px;
	width: 500px;
	padding: 20px;
	text-align: justify;
	
	background-color: #2b2b2b;
	
}

	#main img
	{
		margin: 5px;
	}
	
	#main h1
	{
		font-family: Arial Narrow, Arial, Helvetica, sans-serif;
		font-size: 36pt;
		font-weight: normal;
		letter-spacing: -3px;
		
		margin-top: 0px;
		margin-bottom: 0px;
		color: #f88427;
	}
	
	#main h2
	{
		font-family: Arial Narrow, Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: normal;
		letter-spacing: 6px;
		text-transform: uppercase;
		
		color: #00ca00;
		border-bottom: 1px dashed #ff7163;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	
	#main a
	{
		color: #48c11a;
		text-decoration: underline;
	}
	
	#main a:hover
	{
		color: #FFF;
		text-decoration: none;
	}

	.h
	{
		font-size: 8pt;
		padding: 10px; padding-top: 3px;
		padding-bottom: 3px;
		color: #CACACA;
	}
	
	textarea, button, select, option, input
	{
		background-color: #080808;
		color: #ec4757;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt;
		padding: 4px; margin:3px;
		border: 1px solid #424242;
	}
	
	blockquote
	{
		font-family: Trebuchet MS, Arial, Geneva, sans-serif;
		font-style: italic;
		font-size: 8pt;
		padding: 10px;
		color: #dd9f0b;
		background-color: #111111;
		border: 1px solid #424242;
		border-left: 10px solid #424242;
	}
	
	b, strong	{	color: #ff9d29;	}
	i, em		{	color: #ff7163;	}
	
	
	
 /* EDIT THIS TO ADJUST YOUR NAVIGATION'S COORDINATES OR SIZE */	
#navigation
{
	position: fixed;
	top: 510px; left: 20px;
	width: 350px;
	padding: 10px;
	text-align: justify;
	
	border-bottom: 3px solid #333;
	border-top: 3px solid #333;
	
}
	
	#navigation a
	{
		display: block;
		float: left;
		width: 32%;
		margin: 1px;
		text-align: center;
		text-transform: uppercase;
		font-family: Century Gothic, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #696969;
		background-color: #111;
	}
	
	#navigation a:hover
	{
		color: #b8b8b8;
		background-color: #222;
	}