/* GENERAL LAYOUT */

body {
	margin: 0px;
	padding: 0px;
	background-color: #e0e0e0;	
	text-align: center; /* IE center bug */
}
body {margin: 0px 0px 10px 0px;}
 
div#wrapper {
	width: 952px;
	text-align: left;
	margin: 0px auto;
	background: url(images/body-bg.gif) top left repeat-y;
	position: relative;
}
div#pageFrame {}

/* TOP AREA */

div#topPage {}
div.navBarFrame {/*height: 30px;  prevent collapse ? */}
div.navAcc {position: absolute; right: 0px; top: 143px;}
div.breadCrumb {background: #DECCFA;padding: 0px 0px 9px 16px;margin: 0px 4px 0px 4px;}

div#pageFrame {background: url(images/banner.jpg) top left no-repeat; padding-top: 154px;}

/* MIDDLE AREA */

#middleFrame {position:relative; width:766px; margin-bottom:10px;}
#middleContent {width: 580px; margin-left: 186px; padding-top: 90px;}
div#boxes1Frame {float: left; width: 186px;}
div#boxes2Frame {float: right; width: 186px; margin-top: 17px;} 

#mainbody {margin: 0px 30px 30px 30px;} 

#mainFooter {clear: both;}

/* FOOTER AREA */

div#bottomPage {
	clear: both;
	text-align: left;
	color:white; 
	font-size:11px; 
	height: 26px;
	line-height: 26px;
	padding: 0px 12px 0px 12px; 
	background: #990000;
	position: relative;
}
div#bottomPage a {text-decoration: underline; color: white;}
div#bottomPage a:hover {text-decoration: none;}

#footer {position: absolute; top: 0px; right: 12px; font-size:11px; }
#footer a {font-weight: bold;}

