@charset "utf-8";
/* CSS Document */

body
{
	background-color: #321F25;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top; }
	
#header
{
	position:absolute;
	top: 240;
	left: 350;
	width: 310;
	
	
	color: #2D0001;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt; }
	
	#header a
	{
		width: 32%;
		float: left;
		display: block;
		font-size: 7pt;
		height: 9pt;
		color: #FFFFFF;
		text-align: center;
		text-decoration: none;
		background-color: #464847;
		border-bottom: 1px solid #CCCCCC;
		margin: 1;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: lowercase;
		letter-spacing: 1; }
		
		#header a:hover
		{	background-color: #2F3130; }
			
#navigation
{
	position: absolute;
	left: 540;
	top: 410;
	width: 150;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:  7.5pt;
	color: #F8B56E;
	 }
	 
	 #navigation p
	 {
	 	margin-left: 5;
		margin-right: 5;
		margin-bottom: 5;
		margin-top:0; }
	
	#navigation h1
	{
		font-size: 13pt;
		font-family: Arial, "Times New Roman", Times, serif;
		font-style: normal;
		text-transform: lowercase;
		text-align: center;
		font-weight: normal;
		letter-spacing: 2;
		color: #FF0095;
		margin-bottom: -5;
		margin-top: 2;
		padding: 5;
		 }
		
	#navigation a
	{
		display:block;
		width: 100%;
		font-size: 7.5pt;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-transform: none;
		letter-spacing: 0;
		text-align: center;
		color: #999999;
		border-bottom: #008581 1px solid; }
		
			#navigation a:hover
			{
				color: #E9EAEC;
				border-bottom-color: #00C0B8; }
				
#main
{
	position: absolute;
	width: 500;
	left: 20;
	top: 400;
	
	font-size: 7.5pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 9pt; }
	
	#main h1
	{
		font-size:23pt;
		font-family: Arial Narrow, Helvetica, sans-serif;
		letter-spacing:0;
		color: #56C3D8;
		padding-left: 10;
		
		border-bottom: #6766C4 2px solid;
		text-transform: lowercase;
		font-variant: small-caps;
		line-height: 20pt;
		margin-bottom: 0; }
		
		#main h1:first-letter
		{ font-family: "Times New Roman", Times, serif;
			font-style: italic;
			font-variant: normal;
			letter-spacing: -1;
			color: #FD9483;
			font-size: 35pt;	}
	
		
	#main .p
	{
		background-color: #24161A;
		border-top: #1D465C 3px solid;
		border-bottom: #E74BD2 2px solid;
		padding: 5;
		color: #F9CFAA;
		font-size: 7.5pt;
						 
		background-image: url(images/bgh2.jpg);
		background-attachment: scroll;
		background-position: bottom right;
		background-repeat: no-repeat;}
		
	#main img
	{
		margin: 5;
		background-color: #4D5B56;
		border: #008C9A 2px solid; }
		
blockquote
{
	background-color: #AC9CCB;
	border-right: #8F82A9 10px solid;
	padding: 5;
	color: #003D28; }
	
input, textarea, button
{
	background-color: #BABABA;
	border: #64766F 1px solid;
	margin: 1;
	color: #4B5853;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 }
	 
b, strong
{
	color: #FD33B7; }
	
i, em
{
	color: #FA3602; }
	
u
{
	color: #3DCFDE; }
	
a
{
	font-family: Trebuchet MS, Arial;
	color: #FF7800;
	letter-spacing: 1;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase; }
	
a:hover
{
	color: #00B7FF; }