@charset "UTF-8";
* {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #logo {
	float: left;
	height: 128px;
	width: 316px;
}
#wrapper #menubar  {
	float: right;
	height: 128px;
	width: 484px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #content {
	clear: both;
	height: 600px;
	background-color: #999;
}
#wrapper #rightfooter {
	float: right;
	width: 346px;
	height: 23px;
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
}
#wrapper #leftfooter {
	float: left;
	width: 454px;
	background-color: #999;
	height: 23px;
}

