/* CSS Document */


html, body {
	background-color: #4d361d;
	background-image: url(../images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cfe7eb;
	background-attachment: fixed;
	height: 100%;
	text-align: center;
	margin-top: 0;
	background-position: center top;
}


#wrapper {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width:800px;
	height:150px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width:800px;
	height:97px;
	float: left;
}

#nav a {
	float: left;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #ccccff;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#content {
	width: 775px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


.map {
	float: left;
	margin-left: 50px;
}

.directions {
	float: left;
	padding-right: 20px;
}
