@charset "UTF-8";
/* CSS Document */
/*//////////////////////////////////////////////////////////////////////////////
///////////////// BODY, LINKS & INPUTS /////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/
body, html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #0E0908;
	overflow: auto;
	background-image: url(../images/backdrop.gif);
	background-repeat: no-repeat;
}

/*////////// LINKS ///////////////////////////*/
a:active{
	outline: none;
}

a:focus{
	-moz-outline-style: none;
}

a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}

a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}

a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration: underline;
}

#footer a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
///////////////// DIVS /////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/
#main{
	width: 700px;
	height: 500px;
	position: absolute;
	top: 150px;
	/*top: 50%;
	margin-top: -250px;*/
	left: 50%;
	margin-left: -350px;
}
#top-brown{
	width: 700px;
	height: 100px;
	background-image: url(../images/brownBG.png);
	background-repeat: repeat;
}

#content{
	width: 700px;
	height: 400px;
	background-image: url(../images/mainBG.gif);
	background-repeat: no-repeat;
}

ul.nav {
	background-color: none;
	list-style: none;
	padding: 0px 0px 0px 0px;
	width:  700px;
	position: absolute;
	top: 150px;;
	left: 50%;
	margin-left: -350px;
	margin-top: 68px;
}

ul.nav li {
	float: left;
}


#copy{
	width: 350px;
	height: 260px;
	padding: 15px;
	overflow: auto;
}

#copy2{
	padding: 15px;
	width: 700px;
	height: 100%;
}

#index_image{
	width: 366px;
	height: 291px;
	position: absolute;
	top: 335px;
	left: 50%;
	background-image: url(../images/index_image.png);
	background-repeat: no-repeat;
	margin-left: 20px;
}

#footer{
	width: 700px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-top: 505px;
	margin-left: -350px;
	text-align: left;
}

#cleaner{
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin: -1px 0px 0px 0px;
	padding:0;
	background:transparent;
}

/*//////////// OVERLAY ////////////////////*/
.overlay{
	position: absolute;
	padding: 20px;
	background-color: #F7F0E2;
	width: auto;
	top: 50%;
	left: 50%;
	visibility: hidden;
}

.overlayBg{
	background-color: #0E0908;
	background-image: url(../images/blank.gif);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	visibility: hidden;
}
/*//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
///////////////// TEXT /////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/
.copyText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #39261F;
}

.greyText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8c5744;
}

.footerText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

.sansText{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
/*//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/