@charset "utf-8";
/* CSS Document */

body
{
		background-color: #000;
		background-image: url(images/bg.jpg);
		background-position: right top;
		
			color: #999;
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 8pt;
			
}

#header
{
	position: absolute;
	right: 0;
	top: 0;
	
	width: 100%;
	background-image: url(images/bgh.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#title
{
	position: absolute;
	right: 510px;
	top: 180px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 28pt;
	text-transform: uppercase;
  	text-shadow: 2px 1px 2px #747474;
	
}

#subtitle
{	
	position: absolute;
	right: 560px;
	top: 235px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	letter-spacing: 2px;
	font-size: 8pt;
	text-transform: uppercase;
  	text-shadow: 2px 1px 2px #404040;
}

	#topnav
	{
		display: compact;
		position: absolute;
		right: 410px;
		top: 260px;
		
	}
	
		#topnav a
		{
			display: compact; float: left;
			
			padding-left: 10px; padding-right: 10px;
			padding-top: 12px; padding-bottom: 6px;
			margin-right: 3px;
			
			font-size: 8pt;
			text-decoration: none;
			font-family: "Courier New", Courier, monospace;
			
			vertical-align: bottom;
			
			color: #666;
			
			background-color: #320033;
		}
		
			#topnav a:hover	{	color: #999;	background-color: #39003a;	}
			
#navigation
{
	display: compact;
	padding: 10px;
	
	position: absolute;
	right: 50px;
	top: 300px;
	
	width: 250px;
	
	}
	
	#navigation h1
	{
		font-size: 15pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: lowercase;
		border-bottom: 5px solid  #360036;
		
		text-align: center;
		padding-right: 10px;
		margin-top: 20px;
		margin-bottom: 5px;
		float: left;
		width: 96%;
	}

	#navigation a
		{
			display: block;
			width: 48%;
			float: left;
			
			font-family: "Courier New", Courier, monospace;
			font-size: 7.5pt;
			text-decoration: none;
			text-transform: uppercase;
			margin-top: 2px;
			margin-right: 2px;
			margin-left: 2px;
			
			text-align: center;
			
			color: #666;
			
			border-bottom:  #666 1px solid;
		}
	
		#navigation a:hover	{	color: #999;	border-bottom-color: #999;	}
		
		.n
		{
			padding: 2px;
			text-align: justify;
			font-size: 7.5pt;
			
		
		}
	
#main
{
	display: compact;
	padding: 10px;
	
	position: absolute;
	right: 330px;
	top: 300px;
	
	width: 550px;
	
	}
	
	#main h1
	{
		margin-top: 10px;
		margin-bottom: 5px;
		
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: normal;
		color: #dc71d2;
		font-size: 20pt;
	}
	
	#main h2
	{
		margin-top: 25px;
		margin-bottom: 5px;
		font-size: 18pt;
		font-family: "Courier New", Courier, monospace;
		font-weight: normal;
		
		color: #b149a8;
		
		text-align: center;
	}
	
	#main h3
	{
		margin-bottom: 2px;	
		margin-top: -10px;
		text-align: center;
		
		color: #666;
		font-weight: normal;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 7.5pt;
	}
	
	.h
	{
		padding-left: 10px;
		color: #999;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		text-align: justify;
		
		font-size: 7.5pt;
	}
	
	.p
	{
		background-image: url(images/bgp.jpg);
		padding: 15px;
		border-top: 1px solid #420442;
		text-align: justify;
		color: #999;
		font-size: 7.5pt;
	}
	
	
	b, strong	{	color: #CCC;	}
	i, em		{	color: #daab79;	}
	
	a	{	text-decoration: none;	color: #C3F;	}
	a:hover	{	color: #eb67e1;	}
	
	blockquote
	{
		padding: 5px;
		font-family: Verdana, Geneva, sans-serif;
		border-left: 10px solid #333;
		color: #CCC;
		
	}
	
	#main img, #navigation img	{	margin: 5px; background-color: #333;	}
		
	input, textarea, button
	{
		margin: 2px;
		padding: 2px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7.5pt;
		color: #000;
		border: 1px solid #606;
		background: #999;
	}
	