/* GENERAL LAYOUT */

body {
	margin: 0px;
	padding: 0px;
	background: white;	
	text-align: center; /* IE center bug */
}
body {margin: 8px 0px 8px 0px;}
 
div#wrapper {
	width: 959px;
	text-align: left;
	margin: 0px auto;
	background: white url(images/body_bg.gif) top left repeat-y;
}
div#pageFrame {}

div#bottomPage {
	clear: both;
	text-align: left;
	color:white; 
	font-size:10px; 
	padding: 3px 4px 4px 4px; 
	/*background:url(images/footer-bg.gif) top left no-repeat;*/
	background-color: #9c161a;;
	position: relative;
}
div#bottomPage a {color: white; text-decoration: none;}
div#bottomPage a:hover {text-decoration: underline;}

/* TOP AREA */

div#logoFrame {padding: 6px 0px 28px 20px; background: #67834f url(images/header.jpg) top right no-repeat;}
div#logoFrame img {display: block;}

div.navBarFrame {/*height: 30px;  prevent collapse ? */}
div.navAcc {text-align: right; padding: 5px 7px 1px 0px;}

div.breadCrumb {
	background: #DECCFA;
	padding: 20px 0px 9px 16px;
	margin: 0px 4px 0px 4px;
}

/* MIDDLE AREA */

#middleFrame {position:relative; width:767px; margin-bottom:10px;}
#middleContent {width: 560px; line-height: 1; margin-left: 189px;}
div#boxes1Frame {float: left; width: 189px; border-top: 3px solid white; }
div#navFooter {/*height: 16px; margin-left: 20px; background: url(images/nav-footer.gif) bottom left no-repeat;*/}
div#boxes2Frame {float: right; width: 189px;} 
#mainFooter {/*height: 14px; background: #9c161a; */}

/* FOOTER AREA */

#footer {position: absolute; top: 6px; right: 15px; }
#footer a {font-weight: bold;}
