/* Header
------------------------------------------------------------------------------*/
#header_wrapper {
height: 315px;
}
#header h1 {
position: absolute;
top: 0px;
left: 32px;
}
#header h1 a {
padding: 0;
background-image: url(/images/home_page/logo.png);
}
#header img {
height: 315px;
}
#header #column {
top: 100px;
height: 196px;
}
#header ul {
position: static;
width: auto;
height: 176px;
padding: 10px 16px;
background: #f26521 url(/images/pages/background.main_menu.png) repeat-x bottom left;
}
#header li {
float: none;
width: 100%; /* IE6 Double Margin/Padding Hack */
background: url(/images/home_page/border.main_menu.png) repeat-x bottom left;
}
#header li a {
display: block;
padding: 3px 0px 3px 15px;
font-size: 15px;
background: url(/images/home_page/bullet.main_menu.png) no-repeat left center;
}

/* Body
------------------------------------------------------------------------------*/
#body #main_body {
width: 436px;
padding-left: 0px;
border: none;
}
#body #featured_body {
width: 404px;
margin: 0 0 20px 0;
border: 1px solid #c3c0b3;
padding: 35px 15px 20px 15px;
background: #e2dfcc;
}
