#Site_layout {
	background-image: url(../Images/Site_layout_images/images/web_background.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #FF0000;
}
#Site_content {
	background-color: #FF0000;
	height: 100%;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#Page_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	height: 100%;
	width: 900px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FF0000;
}

