body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: #f6ecd3 
}
a {
	color: #069;
}
a img {
	border: none;
}
#container {
	width: 1153px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	min-height: 700px;
	background: url(../images/bg-wide.jpg)  1px 265px repeat-y ;
	
}
#inner {
	width: 1153px;
	min-height: 600px;
	background: url(../images/bg-top.jpg) top no-repeat;
}
#logo {
	width: 462px;
	height: 39px;
	padding: 30px 0 0 0;
	margin: 0 auto;
}
#nav {
	width: 772px;
	height: 42px;
	margin: 15px auto;
	text-align: center;
	background: url(../images/navbar.png) no-repeat;
}
#nav ul {
	margin-left: 85px;
}
#nav ul li {
	float: left;
	list-style: none;
	color: #efe6d6;
	font-size: 18px;
	padding: 10px 0 0 20px;
	text-transform: uppercase;
}
#nav ul li a {
	text-decoration: none;
	color: #efe6d6;
}
#nav ul li a:hover {
	color: #F90;
}
	
#main {
	clear: both;
	width: 751px;
	height: 294px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#mainpic {
	float: left;
	width: 391px;
	height: 290px;
	background: url(../images/shadow-big.png) bottom no-repeat;
	padding: 1px 0 0 0;
}
#mainbox {
	float: left;
	width: 349px;
	height: 293px;
}
#blurb {
	width: 719px;
	height: 61px;
	margin: 10px auto 15px auto;
	padding-right: 12px;
}
#lowrow {
	clear: both;
	width: 751px;
	height: 176px;
	margin: 0 auto;
}
.lowbox {
	float: left;
	width: 232px;
	height: 176px;
	background: url(../images/shadow-small.png) bottom no-repeat;
	padding: 0 0 0 0;
}
.lowbox2 {
	float: left;
	width: 232px;
	height: 176px;
	background: url(../images/shadow-small.png) bottom no-repeat;
	padding: 0 0 0 10;
	margin-left: 17px;
}
#inside {
	width: 800px;
	margin: 20px auto 0 auto;
	padding: 0 0 0 60px;
	

}
#subinside {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#formtable {
	
}
.text {
	font-size: 12px;
}
#inleft {
	float: left;
	width: 480px;
	text-align: left;
	padding: 0 20px 0 0;
}
#inright {
	float: left;
	width: 232px;
}
.inbox {
	float: left;
	width: 232px;
	height: 176px;
	background: url(../images/shadow-small.png) bottom no-repeat;
	padding: 0 0 0 10;
}
#foot {
	clear: both;
	width: 1153px;
	height: 71px;
	margin: -50px 0 40px 25px;
	_margin: 0 0 40px 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 12px;
	background: url(../images/foot.png) top no-repeat ;
}
#foot a:link {
	color: #473c2c;
	text-decoration: none;
	font-weight: bold;
}
#foot a:visited {
	color: #473c2c;
	text-decoration: none;
	font-weight: bold;
}
#foot a:hover {
	color: #473c2c;
	text-decoration: underline;
	font-weight: bold;
}
#foot p {
	margin: 0;
	padding: 0;
}
