@charset "utf-8";
/* CSS Document */


#div_page_holder {
margin:0px auto;
padding:0px;
clear:both;
width:960px;
text-align:left;
}

#div_banner {
margin:0px;
padding:0px;
clear:both;
width:960px;
height:180px;
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
}

#div_main_page {
margin:0px;
padding:0px;
clear:both;
width:960px;
background-image:url(images/content_background.gif);
background-repeat:repeat-y;
}

#div_watermark {
margin:0px;
padding:0px;
clear:both;
width:960px;
background-image:url(images/left_watermark.gif);
background-repeat:no-repeat;
background-position:bottom left;
}


#div_left_col {
margin:0px;
padding:0px;
float:left;
width:200px;
background-image:url(images/menu_topper.gif);
background-repeat:no-repeat;
padding-bottom:100px;
}

#div_footer {
margin:0px auto;
padding:0px;
clear:both;
width:740px; /*960 */
padding-left:220px;
padding-top:20px;
padding-bottom:10px;
text-align:left;
color:#000000;
background-image:url(images/lower_right_corner.gif);
background-repeat: no-repeat;
background-position: bottom right;
}

#div_footer_inside {
margin:0px auto;
padding:0px;
clear:both;
width:940px; /*960 */
padding-left:20px;
padding-top:50px;
padding-bottom:30px;
text-align:left;
color:#ffffff;
background-image:url(images/layout/bg_footer_inside.jpg);
background-repeat:no-repeat;
}