html, body {
 height:100%;
 overflow:inherit;
}

body {
 margin: 0px 0px 0px 0px;
 background-color: #ffffff;
}

#centerer_1 {
 display: table;
 height: 100%;
 /*position: relative;*/
 overflow: hidden;
 margin-left:auto;
 margin-right:auto;
 width: 100%;
}

#centerer_2 {
 display: table-cell;
 vertical-align: middle;
}


#content_wrapper {
 text-align: center;
}

* html #centerer_1 {
 height:100%; /* IE6 treats height as min-height */
}

a {
 text-decoration: none;
 color: #59582f;
}

a:link {

}

a:visited {

}

a:active {

}

a:hover {
 text-decoration: underline;
}

#background_box {
 padding: 10px;
 background-color: #f8f6d5;
 width: 930px;
}

#main_box {
 clear: both;
}

#left_box {
 float: left;
}

#left_upper_box {
 clear: both;
}

#left_upper_left_box {
 float: left;
 padding-right: 9px;
}

#left_upper_right_box {
 float: left;
}

#left_lower_box {
 clear: both;
 padding-top: 9px;
}

#right_box {
 float: left;
 padding-left: 9px;
}

#right_upper_box {
 clear: both;
}

#right_upper_left_box {
 float: left;
 padding-right: 9px;
}

#right_upper_right_box {
 float: left;
}

#right_lower_box {
 clear: both;
 padding-top: 9px;
}

#right_lower_left_box {
}

#right_lower_right_box {
 float: left;
}

#footer_box {
 margin-top: 562px;
 clear: both;
 text-align: left;
 background-color: #2a1a10;
 font-family: arial, helvetica;
 font-size: 10pt;
 color: #ffffff;
 padding: 5px;
}

.footer_text_left {
 text-align: left;
}

.footer_text_right {
 float: right;
}

