#wrapper {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D5C79F;
	border: 0;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 207px;
	width: 1000px;
}
#menu {
	color: #E3D1A3;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 1000px;
}
#bar {
	background-image: url(images/stripe10.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 1000px;
}
#content {
	background-color: #D8C79B;
	margin: 0px;
	height: 100%;
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
#rightSide {
	background-color: #D6C79D;
	margin: 0px;
	float: right;
	height: 100%;
	width: 300px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#baseEnd {
	background-color: #D6C79D;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 5px;
	width: 1000px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	color: #000;
}
