/* General Styles */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #51443d;
	line-height:1.3em;
	background-color: #fff8d8;
	margin-top:0px;
	margin-bottom:0px;
}
a:link {
	color: #51443d;
	text-decoration: underline;
}
a:visited {
	color: #51443d;
	text-decoration: underline;
}
a:hover {
	color: #918562;
	text-decoration: underline;
}
a:active {
	color: #918562;
	text-decoration: underline;
}
.nav a:link {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:visited {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:hover {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:active {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}


/* Master Structural Elements */

#container {
	width:654px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
}
#logobox {
	position:relative;
	clear:both;
	width:654px;
	height:101px;
}
#headerbox {
	position:relative;
	clear:both;
	width:654px;
	height:246px;
	z-index:1;
}
#headerbox2 {
	position:relative;
	clear:both;
	width:654px;
	height:169px;
	z-index:1;
}
#wrapper {
	position:relative;
	width:554px;
	background-color: #fff8d8;
	padding-right: 50px;
	padding-left: 47px;
}
#wrapperinterior {
	position:relative;
	width:554px;
	background-color: #fff8d8;
	padding-right: 50px;
	padding-left: 47px;
}


/* Other DIV Elements */

#graphicbox {
	float:left;
	left:0px;
	top:0px;
	width:135px;
	height:246px;
}
#navbox {
	float:left;
	left:135px;
	top:0px;
	width:142px;
	height:246px;
}
#photobox {
	float:left;
	left:277px;
	top:0px;
	width:377px;
	height:246px;
}
#graphicboxleft {
	float:left;
	left:0px;
	top:0px;
	width:78px;
	height:169px;
}
#graphicboxright {
	float:left;
	left:569px;
	top:0px;
	width:85px;
	height:169px;
}
#navboxleft {
	float:left;
	left:78px;
	top:0px;
	width:142px;
	height:169px;
}
#photobox2 {
	float:left;
	top:0px;
	left:220px;
	width:207px;
	height:169px;
}
#navboxright {
	float:left;
	top:0px;
	left:427px;
	width:142px;
	height:169px;
}
#contentbox {
	position:relative;
	float:left;
	clear:left;
	width:340px;
	margin-top: 10px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #d8d1b1;
}
#contentboxlg {
	position:relative;
	float:left;
	clear:left;
	width:524px;
	margin-top: 10px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #d8d1b1;
}
#sidebarbox {
	position:relative;
	float:right;
	clear:right;
	width:150px;
	margin-top: 10px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #d4c9a8;
}
#sidebarbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #51443d;
	line-height:1.2em;
}
#footerbox {
	position:relative;
	clear:both;
	width:554px;
	height:42px;
	padding-top: 30px;
	padding-right: -50px;
	padding-bottom: 0px;
	padding-left: -50px;
	margin-left: -50px;
	margin-right: -50px;
}
.heading {
	margin: 0px 0px 0px -32px;
}

