body {
	background-color:#efffcb;
	text-align:center;
	margin:0px;
	font-size: 12px;
	font-family: arial, helvetica;
}
#mainwrapper {
	width:970px;
	text-align:center;
	border-right:8px solid white;
	border-left:8px solid white;
	border-bottom:8px solid white;
}
#header1 {
	width:970px;
	background-color:#bdc6a5;
	height:35px;
	border-bottom:1px #8ca56b solid;
}
#header2 {
	width:970px;
	height:192px;
	background-image:url(../images/headerbg.gif);
}
#header3 {
	width:970px;
	background-color:#bdc6a5;
	height:12px;
	border-top:1px #8ca56b solid;
}
#contentwrapper {
width:970px;
display:block;
background:#7c915d url(../images/content_bg.gif) repeat-y;
border-top:5px solid #7c915d;
border-bottom:5px solid #7c915d;
}
#maincontent {
	width:700px;
	padding:12px;
	color:#ffffff;
	float:left;
	text-align:left;
}
#leftsidebar {
	background-color:#353F27;
	color:#efffcb;
	width:200px;
	height:300px;
	float:left;
	margin-right:15px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	padding:10px;
	text-align:left;
}
hr {
	color:#353F27;
}
#footer {
	background:#7e945e url(../images/footerbg.gif) repeat-x top;
	padding:7px;
	border-top:3px solid white;
	color:white;
	font-weight:bold;
}
p {
	margin:0 0 10px 0;
}
td,th {
	font-family: Verdana, Arial, sans serif;
	font-size: 12px;
	margin: 2px;
}
table.drivingdirections th td {
	background-color:#7c915d;
}

img {
	color: #000000;
}
a {
	color:#353F27;
}