body {
        width: 1000px;
        font: 76% verdana, arial, sans-serif;
        margin: 0 auto;
        background: #3B281A;
        position: relative
}
div {
        overflow: hidden;
}
p {
	margin: 10px 0;
}
a img {
        border: 0;
}
.clear {
	clear: both;
	height: 0;
}
#page {
	background: #fff;
}
#header {
	height: 100px;
	width: 1000px;
	background: #fff url(../images/lc_logo.png) no-repeat 20px center;
}
#header h1 {
	display: none;
}
#topnav, #secnav {
	width: 1000px;
	height: 29px;
	margin: 5px 0 0;
}
#topnav ul, #secnav ul {
	height: 24px;
	padding: 0;
	list-style: none;
}
#topnav ul {
	margin: 5px 0 0 74px;
}
#secnav ul {
	margin: 7px 0 0 4px;
}
#topnav ul li, #secnav ul li {
	height: 22px;
	line-height: 22px;
	width: 147px;
	text-align: center;
	margin: 0 0 0 6px;
	float: left;
	font-weight: bold;
}
#main, #topnav {
	background: #fff;
}
#main {
	min-height: 600px;
}
#infobox {
	position: relative;
	min-height: 600px;
	width: 155px;
	background: #E7DCC8 url(../images/infobox_bg.gif) repeat-y;
	color: #633A23;
	font-size: .9em;
	margin: 5px 2px;
	padding: 0;
	float: left;
}
#infobox_top {
	height: 8px;
	width: 155px;
	background: #E7DCC8 url(../images/infobox_top.gif) no-repeat;
}
#infobox_bot {
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 155px;
	background: #E7DCC8 url(../images/infobox_bot.gif) no-repeat;
}
#infobox h1 {
	font-size: 1em;
	text-align: center;
	color: #A53716;
}
#infobox p {
	margin: 10px;
}
#infobox ul {
	list-style: none;
	margin: 0 4px 0 6px;
	padding: 0 4px 0 6px;
}
#infobox li {
	margin: 6px 0;
}
#infobox select {
	width: 140px;
	margin: 0 4px 0 6px;
	font-size: .9em;
}
#infobox option {
	width: auto;
}
#routebox {
	width: 350px;
}
#mapbox {
	width: 450px;
	float: left;
}
#map {
	height: 500px;
	margin: 20px 0;
}
#mapbox div {
	overflow: visible;
}


#footer {
	background: #fff;
	border-top: 1px solid black;
	text-align: center;
	height: 49px;
}
