/* CSS Document */


/*-------------------------- link styles -----------------------------*/

a:link {
	text-decoration:none;
	color:#CCCC99;
	}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
	}
a:visited {
	text-decoration:none;
	color:#FF0000;
	}


/*-------------------------- type styles -----------------------------*/

.h1 {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#F3D66C;
	line-height:;
	text-transform:uppercase;
	letter-spacing:.1em;
}
.h2 {
	font-family:Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#F3D66C;
	line-height:1.4em;
	text-transform:uppercase;
	letter-spacing:;
}
.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F3D66C;
	margin:0px 0px 0px 0px;
	line-height:1.3em;
	}
	
/*-------------------------- structure -----------------------------*/

body {
	background-color:#090707;
	margin:0px;
	}
	
#description {
	position:absolute;
	top:620px;
	width:900px;
	height: 100px;
	z-index:1;
	left: 270px;
	}	

.hidden {
display:none;
}


/*-------------------------- other -----------------------------*/

