#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: 835px;
	width: 960px;
	/*margin-left: -480px;*/
	margin:0 auto; 
	border: thin solid #000000;
	/*position: relative;*/
	/*left: 50%;*/
	background-color: #FF9900;
	top: 0px;
}
#header {
	height: 200px;
	width: 950px;
	border: thin none #FFFFFF;
	/*position: absolute;*/
	left: 5px;
	background-color: #FF9900;
	background-image: url(images/header.jpg);
	margin:0 auto; 
}
/*#main_body {
	background-color: #e4e3e2;
	height: 350px;
	width: 950px;
	position: absolute;
	left: 5px;
	top: 200px;
}*/
#main_body {
	background-color: #e4e3e2;
	height: 595px; /*height: 360px;*/
	width: 950px;
	/*position: absolute;*/
	position: relative;
	left: 5px;
	top: 0px;
}

#content {
	background-color: #e4e3e2;
	height: 595px; /*height: 360px;*/
	width: 950px;
	/*position: absolute;*/
	position: absolute;
	left: 0px;
	top: 0px;
}

#project_image {
	height: 100px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#project_text {
	height: 100px;
	width: 340px;
	/*border: thin solid #000000;*/
	position: absolute;
	top: 5px;
	right: 5px;
}
#project1 {
	padding: 5px;
	height: 105px;
	width: 450px;
	position: absolute;
	top: 60px;
	border: medium double #FF0000;
	left: 5px;
	z-index: auto;
}
#project2 {
	padding: 5px;
	height: 105px;
	width: 450px;
	position: absolute;
	top: 60px;
	border: medium double #FF0000;
	right: 5px;
}
#project3 {
	padding: 5px;
	height: 105px;
	width: 450px;
	position: absolute;
	top: 195px;
	border: medium double #FF0000;
	left: 5px;
}
#project4 {
	padding: 5px;
	height: 105px;
	width: 450px;
	position: absolute;
	top: 195px;
	border: medium double #FF0000;
	right: 5px;
}
#project5 {
	padding: 5px;
	height: 105px;
	width: 450px;
	position: absolute;
	top: 330px;
	border: medium double #FF0000;
	left: 5px;
}
#project6 {
	padding: 5px;
	height: 105px;
	width: 450px;
	position: absolute;
	top: 330px;
	border: medium double #FF0000;
	right: 5px;
}
#project7 {
	padding: 5px;
	height: 105px;
	width: 450px;
	position: absolute;
	top: 465px;
	border: medium double #FF0000;
	left: 5px;
}
#project8 {
	padding: 5px;
	height: 105px;
	width: 450px;
	position: absolute;
	top: 465px;
	border: medium double #FF0000;
	right: 5px;
}
#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);
}