@charset "utf-8";
/* CSS Document */

body
{
	background-color: #000;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
}

p
{
	text-indent: 10px;
}

a	{ text-decoration: none;	}

#headimg	{	position: fixed;	left: 0; top: 0;	}

#main
{
	width: 400px;
	position: absolute;
	top: 30px;
	left: 410px;
	padding: 15px;
	padding-bottom: 10px;
	text-align: justify;
	
	background-image: url(images/main.png);
	border: 1px solid #121212;
}

	#main img
	{
		margin: 5px;
	}
	
	#main h1
	{
		color: #999;
		font-family: "Times New Roman", Times, serif;
		font-size: 22pt; line-height: 22pt;
		font-weight: normal;
		margin-bottom: 5px;
		border-bottom: 1px solid #900;
	}
	
	#main h2
	{
		color: #900;
		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 #333;
	}
	
	#main a, #footer a
	{
		color: #999;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	
	#main a:hover, #footer a:hover
	{
		color: #d25559;
		
	}

	textarea, button, select, option, input
	{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 7pt;
		border: 1px solid #000;
		background-color: #300101;
		color: #666;
		margin: 3px;
		padding: 2px;
	}
	
	blockquote
	{
		background: #121212;
		padding: 10px;
		color: #666;
		font-style: italic;
	}
	
	
#navigation
{
	width: 150px;
	position: fixed;
	top: 150px;
	left: 250px;
	
}

	#navigation h1
	{
		font-family: Tahoma, Geneva, sans-serif;
		font-weight: normal;
		text-align: center;
		border-bottom: 1px solid #600;
		font-size: 10pt;
		text-transform: uppercase;
		color: #666;
		margin-bottom: 5px;
	}
	
	#navigation a
	{
		letter-spacing: 2px;
		color: #777;
		display: block;
		border-bottom: 1px solid #121212;
		text-align: center;
	}
	
	#navigation a:hover
	{
		border-bottom-color: #333;
		color: #d25559;
	}
	
	.n
	{
		color: #555;
		text-align: center;
	}
	
#footer
{
	margin-top: 50px;
	color: #863e63;
	text-align: center;
	
}

u	{ color:#555;	}
b, strong		{	color: #9e181d;	}
i, em{	color: #d25559;	}