body {
	background-color: #8faeb3;
	position:relative;
}
#main_content_text_container {
	margin: 5px;
	padding: 0px;
	height: 300px;
	width: 550px;
	position: absolute;
	left: 120px;
	top: 272px;
	overflow: auto;
}

#main_container {
	position: relative;
	height: 625px;
	width: 800px;
	left: 0px;
	top: 0px;
	background-color: #8faeb3;
	z-index: auto;
	margin: auto;
}
#main_content_container {
	background-color: #FFFFFF;
	position: absolute;
	height: 500px;
	width: 560px;
	left: 120px;
	top: 112px;
	overflow: auto;
	visibility: visible;
}
#topbanner {
	height: 112px;
	width: 800px;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	background-image: url(../images/layout/topbanner.jpg);
}
#left_side_one {
	position: absolute;
	height: 160px;
	width: 120px;
	left: 0px;
	top: 112px;
	background-image: url(../images/layout/sideleft.jpg);
}
#right_side_one {
	background-image: url(../images/layout/sideright2b.jpg);
	position: absolute;
	height: 160px;
	width: 120px;
	top: 112px;
	left: 680px;
}
#right_side_two {
	position: absolute;
	height: 250px;
	width: 120px;
	left: 680px;
	top: 272px;
	background-color: #F4F4F6;
	background-image: url(../images/layout/sideright3.jpg);
}


#left_side_two {
	position: absolute;
	height: 250px;
	width: 120px;
	left: 0px;
	top: 272px;
	font-family: "Palatino Linotype";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #8d0126;
	text-decoration: none;
	margin: 0px;
	padding-left: 9px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #F4F4F6;
}
#content_image_container {
	height: 160px;
	width: 560px;
	position: absolute;
	left: 120px;
	top: 112px;
}
