@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFCC;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666633;
	border-left-color: #666633;
}
#wrapper #logo {
	height: 180px;
	width: 300px;
	float: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
}
#wrapper #left {
	background-image: url(../Images/Backgrounds/brown.jpg);
	width: 230px;
	float: left;
	padding: 9px;
}
#wrapper #right {
	background-color: #FFFFCC;
	width: 880px;
	float: right;
	padding: 10px;
}
#wrapper #footer {
	clear: both;
	height: 30px;
	padding: 0px;
	background-color: #003333;
}
#wrapper #contactinfo {
	height: 180px;
	width: 700px;
	float: right;
	background-image: url(../Images/Backgrounds/contactinfo.jpg);
}
