@charset "utf-8";
/* CSS Document */

body
{
	background-color: #024D48;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left; }
	
#header
{
	position:absolute;
	top: 255;
	left: 460;
	width: 260;
	height: 115;
	
	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt; }
	
	#header a
	{
		width: 46%;
		float: left;
		display: block;
		color: #FFFFFF;
		text-align: center;
		text-decoration: none;
		background-color: #A79F3D;
		margin: 1;
		font-family: Century Gothic, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1; }
		
		#header a:hover
		{	background-color: #CABF4A; }
			
#navigation
{
	position: absolute;
	left: 90;
	top: 410;
	width: 150;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #00A8BA;
	 }
	 
	 #navigation p
	 {
	 	margin-left: 5;
		margin-right: 5;
		margin-bottom: 5;
		margin-top:0; }
	
	#navigation h1
	{
		font-size: 13pt;
		font-family: Century Gothic, "Times New Roman", Times, serif;
		font-style: normal;
		text-transform: lowercase;
		text-align: center;
		font-weight: normal;
		letter-spacing: 2;
		color: #E0D451;
		margin-bottom: -5;
		margin-top: 2;
		padding: 5;
		 }
		
	#navigation a
	{
		display:block;
		width: 100%;
		font-size: 7.5pt;
		font-family: "Courier New", Courier, monospace;
		text-decoration: none;
		text-transform: none;
		letter-spacing: 0;
		text-align: center;
		color: #999999;
		border-bottom: #008581 2px solid; }
		
			#navigation a:hover
			{
				color: #E9EAEC;
				border-bottom-color: #00C0B8; }
				
#main
{
	position: absolute;
	width: 430;
	left: 260;
	top: 330;
	
	font-size: 7.5pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 8pt; }
	
	#main h1
	{
		font-size:18pt;
		font-family: Century Gothic, "Times New Roman", Times, serif;
		font-style: italic;
		letter-spacing:-2;
		color: #C2C4C3;
		padding-left: 10;
		border-bottom: #3B8129 2px solid;
		text-transform: lowercase;
		font-variant: small-caps;
		line-height: 20pt;
		margin-bottom: 0; }
		
		#main h1:first-letter
		{ font-family: Georgia, "Times New Roman", Times, serif;
			color: #D0DF4D;
			font-size: 20pt;	}
	
		
	#main .p
	{
		background-color: #003D28;
		border-top: #00A8BA 3px solid;
		border-bottom: #5BC44B 2px solid;
		padding: 5;
		color: #BBB67D;
		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: #938F5F;
	border: #3B8129 2px 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: #6FEE4C; }
	
i, em
{
	color: #DFDB20; }
	
u
{
	color: #00A8BA; }
	
a
{
	color: #C2C4C3;
	letter-spacing: -1;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase; }
	
a:hover
{
	color: #FFFFFF; }