html {
 margin: 0px;
 padding: 0px;
}


* {
 margin: 0px;
 padding: 0px;
}


body {
 padding: 0px;
 margin: 0px;
 height: 100%;
 background: url("../img/bg.gif") repeat-x #cc9b4f;
}

#content_main {
 position: absolute;
 left: 50%;
 top: 0px;
 width: 910px;
 margin-left: -455px;
 height: 100%;
 min-height: 100%;
}

* html #content_main {
 margin-left: -456px;
}


#header {
 position: absolute;
 left: 50%;
 top: 0px;
 width: 100%;
 margin-left: -50%;
 max-height: 213px;
 height: 213px;
 overflow: hidden;
 background: url("../img/header.jpg") center no-repeat;
}

#navi {
 position: absolute;
 top: 213px;
 width: 910px;
 max-height: 27px;
 height: 27px;
 background: rgb(67,69,85);
 overflow: hidden;
}


#navi_content {
 padding: 0px 30px;
 margin: 0px;
}


#content_white {
 position: absolute;
 top: 240px;
 width:  910px;
 background-color:  rgb(255,255,255);
}

#col2 {
         float: left;
         padding: 30px;
         padding-bottom: 0px;

}

#col2_content {
         padding: 30px;
         border: 1px solid #E6E6E6;
         width: 790px;
}

* html #col2_content {
         width: 788px;
}



#footer {
         clear: both;
         width: 910px;
         min-width: 910px;
         height: 29px;
         min-height: 29px;
}


#footer_sub1 { float: left; }
#footer_sub2 { float: right; }


#footer_banner {
         width: 852px;
         padding-top: 15px;
         padding-bottom: 15px;
         font-family: "Georgia";
         font-size: 24px;
         line-height: 24px;
         color: #D3B88F;
         text-align: right;
}

* html #footer_banner {
         width: 850px;
}

#ref {
	display: none;
}

