@charset "UTF-8";
* {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #header {
	background-color: #eae7d4;
	height: 120px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background-color: #ffffff;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
}
#wrapper #navigation {
	background-color: #000000;
	height: 46px;
	width: 960px;
	text-align: center;
	padding: 0px;
}

#wrapper #body {
	background-color: #ffffff;
	width: 960px;
	float: left;
}
#wrapper #flash {
	background-color: #ffffff;
	width: 960px;
    height: 130px;
	text-align: center;
	padding: 0px;
}
#wrapper #body #sidenav {
	background-color: #000000;
	width: 215px;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}
#wrapper #body #left {
	background-color: #ffffff;
	width: 700px;
	float: right;
	margin-left: 10px;
	margin-right: 15px;
}
#wrapper #body #left #contact {
	background-color: #ffffff;
	width: 400px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
#wrapper #body #left #map {
	background-color: #ffffff;
	width: 380px;
	float: right;
}
#wrapper #body #left #image {
	background-color: #ffffff;
	width: 300px;
	float: right;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#wrapper #body #left #imagefront {
	background-color: #ffffff;
	width: 250px;
	float: right;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#wrapper #body #left #imageco {
	background-color: #ffffff;
	width: 250px;
	float: right;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#wrapper #body #left #smallimage {
	background-color: #ffffff;
	width: 150px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#wrapper #body #footer {
    background-color:#ffffff;
	text-align: center;
	clear: both;
	height: 40px;
}
#wrapper #top {
	text-align: center;
	clear: both;
	height: 5px;
	background-color:#ffffff;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

