* {
   padding:0;
   margin:0;
}

body {
	background-color:#EAEAC8;
	background-image : url(images/bg.jpg);
background-repeat : repeat;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#container {
	width:750px;
	height:100%;
	margin:0 auto;
	border:1px solid #435D3F;
	background : url(images/container_bg.jpg) repeat-y;
}

#header {
	width:750px;
	height:140px;
}

#header img {
	display:block;
}

#leftcol {
	width:170px;
	height:100%;
	float:left;
	padding:5px;
}

#leftcol h1 {
	font-size:14px;
	color:#fff;
}

p.contact {
	margin:50px 0 0 0;
	padding:0;
	color:#fff;
}

.white {
	color:#fff;
	font-weight:bold;
}

#rightcol {
	width:569px;
	height:100%;
	float:left;
		border-left:1px solid #435D3F;
}

h1 {
	font-size:16px;
	text-align:center;
	margin-top:10px;
}

#footer {
clear:both;
	width:750px;
	height:15px;
	background-color:#435D3F;
	font-size:10px;
	color:#ccc;
	text-align:center;
}

p {
	padding:10px;
	font-size:90%;
}

p a {
	text-decoration:none;
	font-weight:bold;
	color: #435D3F;
	font-style:italic;
}

p a:hover {
	text-decoration:underline;
}

.old {
	color:#808080;
	font-style:italic;
	font-size:80%;
}

#where {
	background-color:#C3D5BF;
	padding:6px;
	margin-top:20px;
	font-size:12px;
}

ul ol li {
	list-style: none;
	}
	
	#directions {
	width:500px;
	}
	
	h3 {font-size:14px;
	padding:10px;}