@import url("nav.css");
@import url("table.css");
@import url("text.css");

html, body {
	font-family:Verdana, Arial, Helvetica;
	font-size:8pt;
	line-height:19px;
	margin:0;
	border:0;
	padding:0;
	color:#666666;
	background-color:#61413B;
	background-image:url(../images/body_background.gif);
	background-repeat:repeat;
}

img {
	margin:0;
	border:0;
	padding:0;
}

p {
	margin:10px 0 0 0;
	border:0;
	padding:0;
}

a {
	margin:0;
	border:0;
	padding:0;
}

div#container{
	width:760px;
	margin:20px auto 0 auto;
}

div#containertop {
	width:760px;
	height:14px;
	background-image:url(../images/containertop_background.gif);
	background-repeat:no-repeat;
}

div#containermiddle {
	width:760px;
	background-image:url(../images/containermiddle_background.gif);
	background-repeat:repeat-y;
}

div#containerbottom {
	width:760px;
	height:14px;
	background-image:url(../images/containebottom_background.gif);
	background-repeat:no-repeat;
}

div#main {
	width:720px;
	padding:6px 20px;
}

div#title {
	width:720px;
	height:200px;
}

div#nav {
	width:720px;
	height:25px;
	background-color:#5F5F5F;
}

div#title_top {
	width:720px;
	height:131px;
}

div#title_bottom {
	width:720px;
	height:44px;
}

div#logo {
	width:230px;
	height:146px;
	position:absolute;
	margin:5px 0 0 92px;
}

div#content {
	width:696px;
	margin:19px 12px 10px 12px;
	text-align:justify;
	/*background-color:#333366;*/
}

div#thetitle {
	margin:0 0 2px 0;
}

div.contact_lh {
	width:325px;
	float:left;
}

div.map {
	width:348px;
	height:135px;
	margin:10px 0 0 0;
	float:right;
}

div.twocol {
	width:355px;
	border:1px dashed #4F2E37;
	padding:5px 10px;
	float:left;
}

div.onecol {
	border:1px dashed #4F2E37;
	padding:5px 10px;
}

div.twocol_img {
	float:right;
}

.break {
	margin:10px 0 0 0;
}

img.imgborder {
	border:1px solid #4F2E37;
}

.shim {
	width:1px;
	height:1px;
	clear:both;
}
