#bg {
	height: 100%;
	width: auto;
	margin:0 auto; 
	border: none;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	top: 0px;
}
#wrapper {
	height: 1000px;
	width: 960px;
	/*margin-left: -480px;*/
	margin:0 auto; 
	border: thin solid #000000;
	background-color: #FF9900;
	top: 0px;
}
#header {
	height: 200px;
	width: 950px;
	border: thin none #FF9900;
	/*position: absolute;*/
	left: 5px;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	margin:0 auto; 
}
/*#main_body {
	background-color: #e4e3e2;
	height: 960px;
	width: 950px;
	position: absolute;
	left: 5px;
	top: 200px;
}*/
#main_body {
	background-color: #e4e3e2;
	height: 760px; /*height: 360px;*/
	width: 950px;
	/*position: absolute;*/
	position: relative;
	left: 5px;
	top: 0px;
}

#content {
	background-color: #e4e3e2;
	height: 760px; /*height: 360px;*/
	width: 950px;
	/*position: absolute;*/
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer {
	background-color: #FF9900;
	height: 40px;
	width: 950px;
	/*position: absolute;*/
	position: relative;
	bottom: 0px;
	left: 5px;
	/*bottom: 0px;*/
	background-image: url(images/footer.jpg);
}
#nav_buttons {
	height: 50px;
	width: 950px;
	/*position: absolute;*/
	position: relative;
	top: 150px;
	/*bottom: 0px;*/
	background-color: #FF9900;
	left: 0px;
	background-image: url(images/nav_button_bg.jpg);
}