@charset "utf-8";
/* CSS Document */

body
{
	background-color: #000;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	color: #999;
	font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
	font-size: 7.5pt;
}

p
{
	text-indent: 10px;
}

a	{ text-decoration: none;	}

#headimg	{	position: fixed;	left: 0; top: 0;	}

#main
{
	width: 500px;
	position: absolute;
	top: 50px;
	left: 440px;
	padding: 15px;
	padding-bottom: 10px;
	text-align: justify;
	
}

	#main img
	{
		margin: 5px;
	}
	
	#main h1
	{
		color: #fcff29;
		font-family: "Times New Roman", Times, serif;
		font-size: 22pt; line-height: 22pt;
		font-weight: normal;
		margin-bottom: 5px;
		border-bottom: 1px solid #ed145b;
	}
	
	#main h2
	{
		color: #2c36ff;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12pt;
		text-transform: uppercase;
		margin-bottom: 5px;
		margin-top: 30px;
		text-align: center;
		border-bottom: 1px dashed #e7da5b;
	}
	
	#main a, #footer a
	{
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	
	#main a:hover, #footer a:hover
	{
		color: #ffa000;
		
	}

	textarea, button, select, option, input
	{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 7pt;
		border: 1px solid #643a00;
		background-color: #61001f;
		color: #ffba5b;
		margin: 3px;
		padding: 2px;
	}
	
	blockquote
	{
		background: #111;
		padding: 10px;
		color: #999;
		font-style: italic;
	}
	
	
#navigation
{
	width: 150px;
	position: fixed;
	top: 340px;
	left: 270px;
	
}

	#navigation h1
	{
		font-family: Tahoma, Geneva, sans-serif;
		font-weight: normal;
		text-align: center;
		border-bottom: 1px solid #0007a4;
		font-size: 10pt;
		color: #ffd545;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
	
	#navigation a
	{
		letter-spacing: 2px;
		color: #888;
		display: block;
		margin-top: 2px;
		border-bottom: 1px solid #121212;
		text-align: center;
		text-transform: lowercase;
	}
	
	#navigation a:hover
	{
		border-bottom-color: #333;
		color: #2afffc;
	}
	
	.n
	{
		color: #999;
		text-align: center;
	}
	
#footer
{
	margin-top: 50px;
	color: #bb3687;
	text-align: center;
	
}

u	{ color:#36c6c4;	}
b, strong		{	color: #e8ee89;	}
i, em{	color: #ea2868;	}