@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}


#contentContainer {
	background-color: #E9E8F8;
	overflow: hidden;
	padding-right: 10px;
}
#contentContainer2 {
	background-color: #E9E8F8;
	overflow: hidden;
	padding-right: 10px;
	width: 760px;
}
#homepageimageFrame {
	border: 10px solid #CFCBC8;
	float: left;
	overflow: hidden;
	position: relative;
	background-image: url(/images/MainImage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 228px;
}