body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:20px;
	color:#ffffff;
	background-color:#E5C287;
	

}


/*text styles*/

.nav-links{
	font-size:100%;
	color:#ffffff;
	text-decoration:none
	
}


.nav-links:hover {
	font-size:100%;
	color:#E5C287;
	text-decoration:none
	
}


content.but {
	background-color:#E5C287;
    color:#000000; 
    border: 1px solid #ffffff;


}

.forms {

	border: solid 1px #E5C287;
	font-family:Arial, Helvetica, sans-serif;
}


body {
	margin:0px;
	padding:0px;

}

#wrapper-body {
	position:relative;
	width:900px;
	background-color:#000000; 
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	border:1px solid #E5C287;
}

#wrapper {
	position:relative;
	width:845px;
	margin:auto;
}

#header {
	position:relative;
	width:845px;
	height:151px;

}

#nav {
	position:relative;
	width:845px;
	min-height:37px;
	_height:37px;
	z-index:1;

	
}

#content-wrapper {
	border-top:1px solid #E5C287;
	position:relative;
	width:845px;
	background-color:#000000;
	
}


#content{
	position:relative;
	width:843px;
	background-color:#000000;
	margin-top:50px;
	min-height:300px;
	_height:300px;
	padding-bottom:20px;
	
	
}

#content.ul,li {
	list-style-image:url(../images/bullet.jpg);
	list-style-type:none;
	

}


#footer {
	position:relative;
	width:845px;
	min-height:95px;
	_height:95px;
	background-color:#000000;
	clear: both;
}

#footer-bot {
	position:relative;
	width:845px;
	min-height:25px;
	_height:25px;
	background-color:#000000;
	border-top:1px solid #E5C287;
	margin-top:10px;
	
}
.hr_bar {
	color: #F0CC8E;
	padding-left:13px;
	padding-right:12px;
	
	
}
.search-links {
	display:inline; font-size:90%;
}

.but {
	background-color:#000000;
    color:#ffffff; 
    border: 1px solid #E5C287;


}