/* Main Modifiers */
.classbody {
	background:#FFFFFF url(/assets/common/images/bg.jpg) repeat-x left top;
	font-size:1em;
	margin:0px;
	line-height:1em;
	border:0;
}

/* Shell Elements */
div#wrap {
	width:950px;
	margin:0px;
	padding:0px;
	border:0px;
}

div#inside {
	position:relative;
	background-color:#FFF;
	clear:both;
	float:left;
	width:950px;
	padding:0px;
	border:0;
}
/* Upper Menu Items */
div#hd{
	height:278px;
	width:950px;
	padding:0px;
	margin:0px;
	clear:both;
	border:0;
}
/* Left Menu Items */
div#leftframe{
	float:left;
	width:230px;
	margin:0px;
	padding:0px;padding-bottom:10px;
	background-color:#FFF;
	border:0;
}
/* Center-Right Menu Items */
div#rightframe{
	position:relative;
	float:right;
	width:720px;
	text-align:left;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	border:0;
}
html>body div#rightframe {margin:0px;}


/* Footer elements */
div#footer{
width:950px;
height:60px;
margin:0px;
padding-top:0px;
padding:0px;
border:0;
}
#clearfooter{clear:both;}
