#centering {
margin:20px auto;
min-width:880px;
width:90%;
}
#container {
width:100%;
}
#header {
background:url('../images/header_right_bg.png') top right no-repeat;
}
#logo {
background: #fff url('../images/header_bg.png') no-repeat;
float:left;
height:109px;
width:283px;
}
#logo img {
margin:21px 0px 0px 8px;
}
#resultsSearch {
background:url('../images/header_srch_bg.png') top left no-repeat;
float:left;
padding:75px 0px 0px 10px;
}
#resultsSearch input {
float:left;
}
#resultsSearch #searchBox {
border:1px solid #b2b2b2;
color:#191919;
font-size:100%;
padding:2px;
margin-right:10px;
width:230px;
}
#leftMenu {
float:left;
width:150px;
}
#menuContent {
background:url('../images/menu_bg.png') no-repeat;
padding:10px 0px 0px 40px;
min-height:320px;
}
* html #menuContent {
height:320px;
}
#menuContent ul {
list-style:none;
}
#menuContent ul li a {
border-bottom:1px solid #a6a6a6;
display:block;
padding:5px 0px;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
width:90px;
}
#menuContent ul li.last a {
border-bottom:none;
}
#menuContent #subMenu {
margin:170px 0px -10px 0px;
}
#menuContent #subMenu li a {
font-size:80%;
}
#menuContent .off {
color:#b70f0e !important;
position:absolute;
}
#menuContent .on {
color:#000 !important;
}
#menuBot {
background:url('../images/menu_bg.png') bottom left no-repeat;
font-size:1%;
height:42px;
}
#main {
padding-top:8px;
}
#mainTop {
background:url('../images/top_bg.png') repeat-x;
margin-left:150px; 
}
#mainTop #topLeft {
background:url('../images/content_corners.gif'); 
width:21px; 
height:30px; 
float:left;
}
#mainTop #topRight {
background:url('../images/content_corners.gif') top right; 
width:21px; 
height:30px; 
float:right;
}
#mainMiddle #leftBorder {
margin-left:150px;background:url('../images/content_border.gif') repeat-y;
}
#mainMiddle #leftShadow {
margin-left:11px; background:url('../images/shadow_left.gif') no-repeat;
}
#mainMiddle #rightShadow {
background:url('../images/content_border.gif') top right repeat-y;
}
#mainMiddle #rightBorder {
margin-right:11px; background:url('../images/shadow_right.gif') top right no-repeat;
}
#mainMiddle #content {
padding:12px 25px; 
min-height:400px;
}
* html #mainMiddle #content {
height:400px;
}
#mainBot {
background:url('../images/bot_bg.png') repeat-x;
margin-left:150px;
}
#mainBot #botLeft {
background:url('../images/content_corners.gif') bottom left; 
width:19px; 
height:21px; 
float:left;
}
#mainBot #botRight {
background:url('../images/content_corners.gif') bottom right; 
width:19px; 
height:21px; 
float:right;
}
#sitemap {
margin-left:150px;
}