* {
 margin: 0;
 padding: 0;
}

body {
 background: #6F716D;
 text-align: center;
 height: 100%
}

#main_container {
 margin: 0 auto;
 position: relative;
 width: 848px;
 min-height:100%;
 text-align: left;
}

#header_top {
 background: transparent url(images_new/banner_top.gif) right top no-repeat;
 position: relative;
 width: 848px;
 height: 41px;
}
#header_menus {
 background: transparent url(images_new/s_banner_grey.gif) repeat;
 position: relative;
 width: 848px;
 height: 87px;
}
 #header_menus ul {
  list-style: none;
  padding: 0;
  margin-left: 208px;
 }
 #header_menus li {
  float: left;
 }
 #header_menus a {
   background: transparent url(images_new/bg_menu.jpg) right top no-repeat;
   float: left;
   width: 86px;
   height: 87px;
   text-align: center;
   padding-top: 60px;
   font: bold 11px arial;
   text-decoration: none;
   color: #FFFFFF;
  }
#header_banner {
 background: transparent url(images_new/banner.gif) right top no-repeat;
 position: relative;
 width: 848px;
 height: 171px;
}
#header_bottom {
 z-index: 1;
 background: transparent url(images_new/banner_bottom.gif) right top no-repeat;
 position: relative;
 width: 848px;
 height: 76px;
}

#main {
 z-index: 2;
 background: #FFFFFF url(images_new/bg_sidebar.gif) left top repeat-y;
 position: relative;
 top: -72px;
 left: 14px;
 border: 1px solid #353732;
 width: 818px;
 min-height:450px;
 height:auto !important;
 height:450px;
}

#search {
 z-index: 4;
 background: #CACDC6 url(images_new/bg_search.gif) right top no-repeat;
 position: absolute;
 left: 0px;
 width: 204px;
 height: 80px;
}

#sidebar_content {
 z-index: 4;
 background: #8B9186;
 position: absolute;
 left: 5px;
 top: 90px;
 width: 194px;
}
#sidebar_content p {
 font: normal 12px Arial, Helvetica, sans-serif;
}

#content {
 z-index: 3;
 background: #FFFFFF;
 position: relative;
 top: 0px;
 margin-left: 204px;
 margin-bottom: 50px;
 width: 614px;
 text-align: left;
}
#content p {
 margin: 10px 7px 5px 5px;
 font: normal 12px Arial, Helvetica, sans-serif;
}

.input_large {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #397994;
}

#footer {
 z-index: 2;
 background: #6F716D;
 margin: 0 auto;
 position: relative;
 border: 1px solid #353732;
 width: 818px;
 height: 100px;
}
 
