@charset "UTF-8";
/* CSS Document */
body {
	width:100%;
	min-height:800px;
	padding:0px;
	margin:0;
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a28e52), to(#000000)); /* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #a28e52, #000000); /* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #a28e52, #000000); /* IE 10 */ 
	background: -ms-linear-gradient(top, #a28e52, #000000); /* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #a28e52, #000000);
	background-repeat:space;
}
.phone {
	width:1000px;
	margin:auto;
	padding-top:5px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.back {
	width:100%;
	height:400%;
	margin:0px 0px 0px 0px;
	
}
.wrap {
	width: 1000px;
	margin:auto;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px; /* future proofing */ 
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.header {
	margin-top:5px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#000;
	height: 210px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0;
}
#splash {
	float:right;
}
.menu {
	background-color:#5f5431;
	height:35px;
	padding:1px;
}
.menu ul {
		margin-top:8px;
}
.menu a {
	text-decoration:none;
	color:#000;
	
}
.menu li {
	display:inline;
	font:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.menu li:hover {
	color:#CCCCCC;
	background-color:#5f3e08;
	padding:9px 15px 9px 15px;
}
.menu #current {
	color:#FFFFFF;
	background-color:#5f3e08;
	padding:9px 15px 9px 15px;
}
.page {
	margin:auto;
	margin-top:0px;
	background-color:#d0ccc1;
	background-repeat:repeat-x;
	border-top-color:#333333;
	border-right-color:#333333;
	padding-bottom:15px;
	padding-top:0px;
}
.page p, li {
	color:#000000;
	padding-left: 15px;
	padding-right: 15px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer {
	padding-top:15px;
	margin:auto;
	margin-bottom:25px;
	background-color:#5f5431;
	width:1000px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
}
.footer p {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:auto;
}