@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-attachment: scroll;
	background-color: #282828;
	
	color: #666;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	text-indent: 30px;
}

a	{ text-decoration: none;	}


#headimg
{
	position: absolute;
	top: 0; left: 0;
}


 /* EDIT THIS TO ADJUST YOUR MAIN CONTENT'S COORDINATES OR SIZE */
#main
{
	position: absolute;
	width: 550px;
	top: 280px; left: 250px;	
	
	text-align: justify;
	padding-bottom: 30px;
}

	#main img
	{
		margin: 5px;
	}
	
	#main h1
	{
		color: #43c1ff;
		text-transform: uppercase;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 25pt;
		margin-bottom: 5px;
		padding-left: 10px;
	}
	
	#main h2
	{
		margin-bottom: 5px; margin-top: 30px;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 20pt;
		color: #feff60;
		text-align: right; padding-right: 50px;
		border-bottom: 1px solid #666;
	}
	
	.h a
	{
		color: #999;	
	}
	
	.p a	{ background-color: #CCC; 
				color: #333;}
	
	#main a:hover
	{
		color: #666;
	}

	.p
	{
		background-color: #e5e5e5;
		padding:10px;
		color: #030;
		font-size: 8pt;
	}
	
	em, i	{	font-family: Georgia, "Times New Roman", Times, serif; color: #24a7e7;}
	b, strong	{	color: #2ecb13;	}
	u	{	color: #9c9c9c;	}
	
	.h
	{
		color: #e5e5e5;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 8pt;
		font-style: italic;
	}
	
	textarea, button, select, option, input
	{
		background-color: #FFF;
		border: 1px solid #0C0;
		margin: 3px; padding: 2px;
		font-family: "Times New Roman", Times, serif;
		font-size: 9pt;
		color: #06C;
	}
	
	blockquote
	{
		border-left: 20px solid #999;
		padding: 10px;
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
		font-style: italic;
	}
	
 /* EDIT THIS TO ADJUST YOUR TOP NAVIGATION'S COORDINATES OR SIZE */
#headnav
{
	position: absolute;
	width: 320px;
	top: 200px; left: 290px;
	text-align: justify;
		text-transform: uppercase;
		font-size: 7pt;
}

	#headnav a
	{	display: block;
		width: 32%;
		float: left;
		margin: 2px;
		text-align: center;
		
		
		color: #0C0;
		border-bottom: 1px solid #CCC;
	}
		
		#headnav a:hover
		{
			color: #F60;
			border-bottom-color: #999;
		}

 /* EDIT THIS TO ADJUST YOUR NAVIGATION'S COORDINATES OR SIZE */
#navigation
{
	position: absolute;
	width: 150px;
	top: 370px; left: 50px;
	
	color: #333;
	padding-bottom: 50px;
}

	#navigation h1
	{
		text-transform: uppercase;
		margin-bottom: 2px;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 14pt;
		color: #FFF;
		border-bottom: 1px solid #FFF;
	}
	
	#navigation a
	{
		display: block;
		margin-bottom: 5px;
		background-color: #CCC;
		padding: 2px;
		
		text-align: center;
		color: #333;
		
	}
	
	#navigation a:hover
	{
		color: #C03;
		background-color: #feff60;
	}
	
	.n
	{
		padding: 10px;
		text-align: justify;
		color: #333;
		background-color: #CCC;
	}
	