@charset "utf-8";
/* CSS Document */

body
{
	background-color: #535353;
	background-image: url('images/bg.jpg');
	background-attachment: scroll;
	background-repeat: repeat-x;
	
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 8pt;
	text-align: justify; }
	
	
#navigation
{
	position:absolute;
	top: 380; left: 20;
	width: 150;
	background-color: none;
	padding-top: 30;

}

	#navigation h1
	{
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-size: 14pt;
		line-height: 15pt;
		text-align: center;
		color: #FFFFFF;
		font-weight: normal;
		letter-spacing: 1;
		text-transform: uppercase;
		font-style: italic;
		margin-top: 15;
		margin-bottom: 5;
			}
			
	#navigation a
	{
		font-family: Arial, Helvetica, sans-serif;
		display: block; width: 100%;
		margin-top: 7;
		text-align: center;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 7.5pt;
		height: 10pt;
		letter-spacing: 1;
	  	text-decoration: none;
		font-style: normal;
		background-color: #727667;
	  	color: #CCD2BA;	}
		
	#navigation a:hover
	{
		color: #FFFFFF;
		background-color: #828676;}

#main
{
	position: absolute;
	top: 430; left: 190;
	width: 580;
	background-color: none;	}
	
#main h1
{
	margin:0;
	margin-left: 10;
	margin-bottom: -5;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	font-size: 22pt;
	line-height: 20pt;
	height: 18pt;
	background-color: none;
	color: #B0C38B;
	text-align: left;
	padding-left: 10;
	letter-spacing: -1;	}
	
	
#main h2
{
	margin-top:0;
	margin-bottom: 0;
	height: 10pt;
	line-height: 7pt;
	font-size: 7pt;
	text-align: right;
	padding-right: 10;
	border-right: #858769 30px solid;
	border-bottom: #E7E3D8 1px solid;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1;
	color: #E7E3D8;	}
	
.p
{
	background-color: #7C907E;
	border-bottom: #BDC58C 10px solid;
	padding: 10;
	margin-top: 0;
	margin-bottom: 20;
	
	color: #FFFFFF;
	font-family: Arial;
	font-size:  8pt;
	text-align: justify;	}
	
#main h3
{
	margin-bottom: 0;
	height: 10pt;
	line-height: 10pt;
	font-size: 10pt;
	text-align: center;
	padding-top: 2;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: -1;
	font-weight: normal;
	color: #616F63;	
						}
						
#main img
{
	background-color: #8A614F;
	border: #404A41 3px solid;
	margin: 3;
	
}

b, strong { color:#ECC0BA; font-family: Tahoma, Geneva, sans-serif;}
i, em { color: #A0D3FF; font-family: Georgia, "Times New Roman", Times, serif;	}
u { text-decoration: none; color:#FFEF59; font-family: "Courier New", Courier, monospace; text-transform: uppercase;}		

a { font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;}
	
a:hover { color: #F7FF5F;}
						
blockquote
{
		border-bottom: #5F4239 10px solid;
		border-top: #7F6659 1px solid;
		padding: 10;
		color: #000000;
		background-color: #947767;
		background-image: url(images/b_bg.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		font-size: 7.5pt;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
			}
			
input, textarea, select, option, button
{
	background-color: #C3C4A7;
	color: #333333;
	margin: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 2;
	border: #7A7C60 2px solid;
	}
	
