@charset "utf-8";
#wrapper {
	width: 100%;
}
#wrapper #header {
	height: 100px;
}
#wrapper #green_bar {
	background-color: #00CC33;
	height: 10px;
	width: 100%;
}
#wrapper #menu {
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#wrapper #content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#wrapper #footer {
	font-family: verdana;
	font-size: x-small;
}
#wrapper #header #header_left {
	float: left;
	height: 100px;
	width: 600px;
}
#wrapper #header #header_right {
	float: right;
	height: 100px;
	width: 200px;
}
* {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

