#banner {
	position: relative;
	height: 150px;
	width: 800px;
	background-image: url(../images/banner_logo.jpg);
	background-repeat: no-repeat;
	background-color: #3B9001;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1D98FF;
	border-right-color: #1D98FF;
	border-left-color: #1D98FF;
}

#menu {
	position: relative;
	height: 25px;
	width: 800px;
	background-image: url(../images/menu_graphic.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1D98FF;
	border-bottom-color: #1D98FF;
	border-left-color: #1D98FF;
}

#mainbody {
	position: relative;
	width: 649px;
	background-color: #FFFFFF;
	text-align: justify;
	left: 151px;
}

#mainbody_home {
	position: relative;
	width: 800px;
	border: 1px solid #1D98FF;
	background-color: #FFFFFF;
	text-align: justify;
	margin-top: 5px;
}

#content_area {
	position: relative;
	width: 800px;
	background-image:url(../images/content_background.jpg);
	background-repeat:repeat-y;
	border: 1px solid #1D98FF;
	margin-top: 5px;
}

#side_menu {
	background-color: #F2F596;
	position: absolute;
	width: 149px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #3B9001;
	position: relative;
	width: 800px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1D98FF;
	border-bottom-color: #1D98FF;
	border-left-color: #1D98FF;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 13px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}

#homepage_boxout_testimonials {
	background-color: #FFFCF2;
	border: 1px dashed #CCCCCC;
	width: 610px;
	margin-top: 10px;
	margin-right: 80px;
	margin-left: 80px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
