body {
	background-color: #FFF;
	height: 1600px;
	width: 1400px;
}
#wrapper {
	width: 1400px;
}
#container {
	height: 1600px;
	width: 1400px;
}
#header {
	float: left;
	height: 200px;
	overflow: hidden;
}
#longmain {
	height: 1000px;
	width: 845px;
	background-color: #E4DCE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	overflow: hidden;
	float: left;
}
#menubar {
	height: 82px;
	float: left;
	overflow: hidden;
	width: 1400px;
}
#sidebar {
	float: left;
	height: 700px;
	width: 180px;
	background-color: #FFF;
	overflow: hidden;
}
#main {
	height: 700px;
	width: 845px;
	background-color: #E4DCE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	overflow: hidden;
	float: left;
	color: #000;
}
#footermenu {
	height: 35px;
	width: 820px;
	float: right;
	text-decoration: none;
	clear: right;
	text-align: left;
	padding-top: 3px;
}
#footer {
	height: 100px;
	width: 1024px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	clear: left;
}
#footertext {
	float: right;
	height: 50px;
	width: 800px;
	font-size: large;
	text-align: left;
	vertical-align: bottom;
	color: #48213F;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
}

