/* Main Modifiers */
 * {margin:0; padding:0}
.classbody {
	background-color:#E4E6EC;
	font-size:1em;
	margin:0px;
	line-height:1em;
	border:0;
}
/* Shell Elements */
div#container {
	background-color:#fff;
	border:0px;
	position:relative;
	margin:0 auto 0 auto;	
	width:840px !important;
	padding:0px;
	
}
div#midcontainer {
	position:relative;
	width:840px;
	margin:0 0 25px 0;
	padding:0px;
	border:0;
	clear:both;
}
div#hd{
	position:relative;
	height:120px !important;
	width:840px !important;
}
div#middleframe{
	position:relative;
	background-color:#ffffff;
	width:840px;
	margin:20px 0 0 0;
	min-height:400px;
	clear:both;
}
div#bottom{
	background-color:#ffffff;
	height:30px;
	margin:20px 0 10px 0;
	position:relative;
	width: 840px;
	clear:both;
}
div#clearbottom{clear:both;}


