body {
	margin: 0;
	background-color: #f8db93;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	border: 0px solid #f00;
	margin: 0 auto;
	width: 1051px;
}

#clearboth {
	clear: both;
}

a {
	color: #7b2420;
}

a:hover {
	color: #000;
}

/* HEADER */

#header {
	border: 0px solid #00f;
}

/* BODY */

#bodywrap {
	width: 1050px;
	background-image: url('../images/mainbg.jpg');
	background-repeat: repeat-y;
}

#topmenu {
	padding-top: 3px;
	width: 967px;
	height: 20px;
	background-color: #7b2420;
	margin-left: 45px;
	white-space:nowrap;
}

#content {
	padding-top: 20px;
	width: 967px;
	background-color: #faf9f8;
	margin-left: 45px;
}

#frontimage {
	float: left;
	margin-left: 20px;
}

#fronttext {
	float:left;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b2420;
	width: 400px;
	line-height:16px;
}

#subbottomwrap {
	width: 1050px;
	background-image: url('../images/subbottomwrap.jpg');
	background-repeat: no-repeat;
	height:42px;
}

#bottomwrap {
	width: 1050px;
	background-image: url('../images/bottomwrap.jpg');
	background-repeat: no-repeat;
	height:16px;
}

#bottommenu {
	padding-top: 2px;
	width: 967px;
	height: 14px;
	background-color: #7b2420;
	margin-left: 45px;
}

/* MENU */

#menuitem {
	float: left;
	margin-right: 22px;
}

/* MENU DROPDOWNS */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;

	color:#e5d6bd;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	background: #7b2420;
	padding:0px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #7b2420;
	width:210px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top:5px;
	margin-top:0px;
	line-height: 22px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#contentm {
	clear: left;
	color: #ccc;
}

.bottomdiv {
	width:100%;
	color:#7B2420;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;	
	float:left;
}