#mainWrapper {
/*background:url(/images/bg-left.gif) repeat-y left;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:0;
	bottom:0px;
	height:94%;*/
	min-width:997px;
	width:997px;
	margin:10px auto 0 auto;
	border:#EBEBE2 solid 1px;
}

#topTools {
height:24px;
border-bottom:1px solid #C6C4AD;
background-color:#EBEBE2;
padding:10px 20px 0 30px;
}

#logo {
background-color:#FFFFFF;
	padding: 10px 0px 0px 30px;
}

#banner {
background-color:#C6C4AD;
height:40px;
padding-left:30px;
}

#contentWrapper {
width:100%;
float:left;
margin-right:-200px;
background:url(/images/bg-right.gif) repeat-y right;
}

#mainContent {
margin-right:200px;
z-index:1;
}

#leftNav {
width:186px;
float:left;
padding-top:20px;
margin:0px;
display:block;
background:url(/images/bg-left.gif) repeat-y left;
}

#content {
margin-left:0px;
padding:0px 0px 20px 30px;
display:block;
float:left;
width:540px;
}

#pageTitle {
padding-top:20px;
padding-bottom:10px;
background:#ffffff;
border-bottom:1px solid #C6C4AD;
}


#rightSidebar {
width:200px;
float:right;
background:url(/images/bg-right.gif) repeat-y right;
display:block;
}

.toolDiv {
padding:6px 0 6px 20px;
}

#footer {
background-color:#EBEBE2;
border-top:1px solid #C6C4AD;
border-bottom:1px solid #C6C4AD;
padding:10px 10px 10px 30px;
}

.contentBody {
padding-right:30px;
font-size:12px;
line-height:17px;
}

