
body
{
	background: #000;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	color: #CCC;
}

	#header
	{
		position: absolute;
		left: 250;
		top: 340;
		width: 470;
		color: #FFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		letter-spacing: -1;
		font-style: italic;
	}
	
		#header a
		{
			width: 18%;
			margin: 2px;
			display: block;
			float: left;
			height: 9pt;
			line-height: 9pt;
			font-size: 7.5pt;
			background-color: #666;
			
			font-family: Verdana, Geneva, sans-serif;
			font-style: normal;
			text-decoration: none;
			text-align: center;
			color: #CCC;
		}
		
		#header a:hover
		{
			color: #FFF;
			background-color: #7d7777;
		}
	
	#navigation
	{
		position: absolute;
		left: 20;
		top: 420;
		width: 160;
		
	}
	
		#navigation h1
		{
				font-family: Georgia, "Times New Roman", Times, serif;
				letter-spacing: -1;
				font-size: 15pt;
				font-weight: normal;
				margin-top: 22;
				margin-bottom: 8;
				color: #3FC;
				border-bottom: #FC0 2px solid;
		}
		
			#navigation h1:first-letter
			{
				font-weight: bold;
				font-size:20pt;
				font-style: italic;
				text-transform: lowercase;
				color: #FCC;
			}
			
		#navigation a
		{
			color: #CCF;
			text-decoration: none;
			display: block;
			margin-top: 7;
			margin-bottom: 7;
			text-align: left;
			border-left:  #FC9 8px solid;
			padding-left: 10;
			height: 8pt;
			line-height: 8pt;
			background-color: #341c1c;
			
			font-family: Century Gothic, Tahoma, Geneva, sans-serif;
			letter-spacing: 2;
			text-transform: uppercase;
			color: #C9C;
		}
		
			#navigation a:hover
			{
				border-left-color: #F03;
				padding-left: 10;
				color: #FF0;
				letter-spacing: 3;
				background-color:#1c3134;
		
			}
	
	#main
	{
		position: absolute;
		left: 200;
		top: 400;
		width: 550;	
		letter-spacing: -1;
	}
	
		#main h1
		{
			font-size: 25pt;
			text-align: right;
			margin-top:0;
			margin-bottom: -15;
			font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			font-weight: normal;
			letter-spacing: -2;
			padding-right: 30;
			color: #FFF;
		}
		
		#main h2
		{
			margin: 0;
			text-align: left;
			padding-left: 20;
			letter-spacing: 3;
			font-family: Century Gothic, Arial, Helvetica, sans-serif;
			font-size: 7.5pt;
			color: #FC3;
			font-weight: normal;
		}
		
		#main h3
		{
			margin-bottom: 10;
			margin-top: 10;
			letter-spacing: 3;
			text-align: center;
			font-size: 7pt;
			color: #666;
			text-transform: uppercase;
			background-color: #000;
		}
		
		.p
		{
			margin-top: 2;
			border-top: #F69 1px solid;
			background-image: url(images/pbg.jpg);
			background-color: #3e2e36;
			background-repeat: no-repeat;
			background-position: bottom;
			padding: 10;
			border-bottom: #bd3e50 15px solid;
		}
	
		b, strong	{	color: #0CF;	font-family: "Times New Roman", Times, serif;	text-transform: uppercase;	}
		i, em		{	color: #FC0;	font-family: Arial, Helvetica, sans-serif;		letter-spacing: 2;}
		u			{	color: #ff82e6;	}
		
		a
		{
			background: #fa0c50;
			color: #FFF;
			padding-left: 2;
			padding-right: 2;
			text-decoration: none;
			text-transform: uppercase;
		}
		
			a:hover
			{
				background: #000;
				color: #09C;
			}
			
		#main img
		{
				border: #305b40 8px solid;
				margin: 8px;
		}
		
	blockquote
	{
		color: #FFF;
		background-color: #261b20;
		padding: 10;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		letter-spacing: 2;
	}
	
		input, textarea
		{
			background-color: #666;
			color: #FFF;
			font-family: "Courier New", Courier, monospace;
			border:  #000 2px solid;
			margin: 2;
			padding: 1;
			font-size: 8pt;
			
		}
		
		button
		{
			background-color: #000;
			border:  #666 2px solid;
			color: #FFF;
			font-family: "Courier New", Courier, monospace;
			margin: 2;
			padding: 5;
			font-size: 8pt;
			letter-spacing: 0;
			text-transform: uppercase;
		}