html, body{
	margin: 0;
	padding: 0;
}

body{
	background-color: white;
	padding: 5px 5px;
	font-family: arial, sans-serif;
	background-image: url(graphics/copper240.jpg);
	background-repeat: repeat-x;
}

#banner{
	width: 860px;
	height: 150px;
	margin: 0 auto;
}

.navwrap{
	width: 860px;
	font-size: 14px;
	font-family: sans-serif;
	margin: 0 auto;
	text-align: center;
}

#navwrap1 ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	background-color:#333;

}

#navwrap1 li{
	display:inline;
	margin: 0;
	padding:0;

}

#navwrap1 a{ 
	float:left; 
	margin: 0;
	width: 170px;
	border-bottom: 2px solid white;
	border-right:2px solid white;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background-color: #996666;
	padding: 4px 0;
}

#navwrap1 a:hover{
	background-color: #dd6633;
	color: black;
}

.navlast1{
	border-right: none!important;
	width: 172px!important;
}

.navlast2{
	border: none!important;
	width: 172px!important;
}

.navselected{
	background-color: tan!important;
	color: black!important;
}

#navwrap2 ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	background-color:#333;
}

#navwrap2 li{
	display:inline;
	margin: 0;
	padding:0;
}

#navwrap2 a{ 
	float:left;
	font-size: 12px;
	margin: 0;
	width: 170px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background-color: #996666;
	border-right:2px solid white;
	padding: 4px 0;
}

#navwrap2 a:hover{
	background-color: #dd6633;
	color: black;
}
/*

a:active{
	border: none;
}

#complete_border{
	border: 1px solid <?php echo "{$style->border_color}" ?>;
	width: <?php echo ((int)"{$style->page_width}"-2); ?>px;
	margin: 0 auto;
	background: white;
}

*/
#copy{
	margin-right: 0;
	float: left;
}

div#bottom{
	width: 860px;
	margin: 0 auto;
	font-size: 10px;
}