* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #878787;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#wrapper #Logo {
	background-color: #FFF;
	height: 235px;
	width: auto;
}
#wrapper #bodyArea #left {
	height: 800px;
	width: 160px;
	float: left;
	background-color: #735333;
	color: #FFF;
}
#wrapper #bodyArea #right {
	float: right;


}
#wrapper #bodyArea div iframe {
	width: 840px;
	height: 800px;
	overflow: auto;
	clear: right;
	background-color: #826048;
}

#wrapper #bodyArea #Footer {
	clear: both;
	height: 35px;
	color: #FFF;
	background-color: #036;
}


a.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #Navigation {
	height: 30px;
	background-color: #036;
}
p {
	margin-left: 20px;
	margin-top: 15px;
}

