@import url("nav.css");
@import url("table.css");
@import url("text.css");

html, body {
	font-family:Verdana, Arial, Helvetica;
	font-size:9pt;
	margin:0;
	border:0;
	padding:0;
	color:#393832;
	background:url(../images/body_background.gif) repeat-x #A29E7A;
}

img {
	margin:0;
	border:0;
	padding:0;
}

p {
	margin:10px 0 0 0;
	border:0;
	padding:0;
}

a {
	margin:0;
	border:0;
	padding:0;
}

td {
	margin:0;
	border:0;
	padding:0;
}

div#container{
	width:836px;
	margin:0 auto;
}

div#top {
	width:836px;
	height:46px;
	background:url(../images/container_top_background.gif) no-repeat;
}

div#main {
	width:836px;
	background:url(../images/container_mid_background.gif) repeat-y;
}

div#bottom {
	width:836px;
	height:46px;
	padding:9px 0 0 0;
	background:url(../images/container_bottom_background.gif) no-repeat;
}

div#lhborder {
	width:57px;
	height:553px;
	float:left;
}

div#content {
	width:722px;
	float:left;
}

div#rhborder {
	width:57px;
	height:553px;
	float:left;
}

div#title {
	width:722px;
	height:186px;
}

div#nav {
	width:722px;
	height:29px;
}

div#contentit {
	width:652px;
	padding:30px 35px;
	text-align:justify;
}

div#header {
	margin:0 0 5px 0;
}

div#unwind {
	text-align:center;
}

div.contact_lh {
	width:345px;
	float:left;
}

div.map {
	width:307px;
	margin:8px 0 0 0;
	float:left;
	text-align:right;
}

img.imgborder {
	border:1px solid #928660;
}

img.imgborder2 {
	border:1px solid #928660;
}

.shim {
	width:1px;
	height:1px;
	clear:both;
}