@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#6a7ea8;
}
img {border:none; }
#toplevel {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}
#top {
	height:64px;
	min-width:970px;
	background-image:url(../images/layout/images/top_bg.gif);
}
#undertop {
	height:263px;
	background-image:url(../images/layout/images/main_image_bg.jpg);
}
#menu {
	float:left;
	padding-top:10px;
	background-image:url(../images/layout/images/menu_bg.gif);
	width:143px;
	height:250px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dde0e5;
}
#main_image {
	float:left;
	
	height:263px;
}
#content {
	clear:both;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#b3bfd1;
}
#footer1 {
	clear:both;
	height:44px;
	background-image:url(../images/layout/images/footer_bg.gif);
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
}
#footer2 {
	padding:10px;
	text-align:center;
}
.boxleft {
	float:left;
	width:48%;
}
.boxright {
	float:right;
	width:48%;
}
