#site {
	height: 100%;
	width: 800px;
	background-color: #008145;
	color: #FFFFFF;
}
#site #content #navbar {
	background-color: #008145;
	height: 30px;
}

body {
	margin-top: 0px;
	padding-top: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
	margin-bottom: 0px;
	background-color: #008145;
	background-image: url(images/2008/header/header-bg.jpg);
}

#site #header {
	height: 100px;
	width: 800px;
	background-image: url(images/2008/header/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#site #sidebar {
	width: 200px;
	background-color: #008145;
	clear: left;
	float: left;
	background-repeat: repeat;
}
#site #content {
	margin-left: 200px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 008419;
	border-right-color: 008419;
	border-bottom-color: 008419;
	border-left-color: 008419;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#site #footer {
	clear: left;
	width: 800px;
	height: 50px;
	background-color: #006600;
	background-image: url(images/2008/footer.jpg);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #008145;
	border-right-color: #008145;
	border-bottom-color: #008145;
	border-left-color: #008145;
	margin: 0px;
}
#site #content div {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #008419;
	border-right-color: #008419;
	border-bottom-color: #008419;
	border-left-color: #008419;
	padding: 0px;
}
