#Site_layout {
	background-image: url(../Site_images/Erwin_web_background.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	padding: 0px;
}
#Site_content {
	background-color: #003365;
	height: 100%;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 10px;
}
#Main_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	height: 100%;
	width: 915px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
}

