html, body, #container {
	margin: 0;
	padding: 0;
	border: none;
}
#centerwrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width: 837px;
}
body {
	background-image: url(../images/bgcolor.jpg);
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	position: absolute;
	background-image: url(../images/bodytile.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0px auto;
	width: 837px;
	padding: 0px;

	min-height:600px;
	height:auto !important;
	height:600px;

}
#bottomimg {
	position: absolute;
	bottom: 0px;
	border: none;
	margin-left:27px;
	margin-bottom:-1px;
}
#summary {
	position:absolute;
	font-size: 0.7em;
	width:500px;
	left: 280px;
	top: 150px;
	text-align:center;
	color:#2c333b;
}
#contactfooter {
	position:absolute;
	font-size: 0.7em;
	width:740px;
	left: 50px;
	bottom: 30px;
	text-align:center;
	color:#2c333b;
}
h4 {
	color:#993300;

} 
.selected {
	font-weight: bold;
	text-decoration:underline;
}
#logoimg {
	position: absolute;
	top: 0px;
	left:27px;
}
#headerimg {
	position: absolute;
	top: 0px;
	left:282px;
}
#content {
	position: relative;
	width:530px;
	left: 250px;
	top: 220px;
	margin-bottom:300px;
	font-size: 0.9em;
	z-index:11;
}
#nav {
	font-size: 0.8em;
	position: absolute;
	width: 200px;
	left: 27px;
	top: 220px;
	z-index:10;
}
html>body #nav {
	top: 210px;
}
#nav a {
	color: #b43200;
	text-decoration:none;
	line-height:1.37em;
}
#nav a:hover {
	text-decoration:underline;
}
#nav ul {
	list-style-type:none;
	margin-left:13px;
	padding-left:13px;
}
#nav ul a {
	font-size: 1.4em;
}
#nav ul ul a {
	font-size: 1.2em;
	line-height:0.6em;	
}
#nav ul ul {
	margin-left:7px;
	padding-left:7px;	
}
#bottomimg, #container, #nav, #content {
	border: 0px solid #000000;
}
#contactfooter a {
	color: #2c333b;
}