#left, #right {width: 226px;}
#left {float: left;}
#right {float: right;}



#top { margin-bottom : 15px; }


#body_wrapper { 
-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 1px 10px rgba(0, 0, 0, 0.75);
box-shadow:         0px 1px 10px rgba(0, 0, 0, 0.75);
}
#body_wrapper {width: 960px; margin: 0px auto; padding-bottom: 1px; }



#content_wrapper { padding-top : 15px; }


#header_text { margin : 5px; }

#site_heading, #site_subheading { text-align : center; }

/* two column */
.two #main {width: 471px; float: left; border-right : 2px solid #ceb79c; }
.two #right {width: 473px; border-left: 2px solid #ceb79c; position : relative; margin-left: -2px;}

/* two column left */
.two_left #main {width: 709px; float: left;  border-right : 2px solid #ceb79c;  }
.two_left #right { border-left: 2px solid #ceb79c; position : relative; margin-left: -2px; width : 235px;  }

/* two column right */
.two_right #main {width: 709px; float: right; border-left : 2px solid #ceb79c; position: relative; margin-left: -2px; }
.two_right #left { border-right: 2px solid #ceb79c; width : 235px; }

/* three column */
.three #main {width: 492px; float: left; border-left : 2px solid #ceb79c; position: relative; margin-left: -2px; border-right : 2px solid #ceb79c;}
.three #left {border-right: 2px solid #ceb79c; width : 225px; }
.three #right { border-left: 2px solid #ceb79c; position : relative; margin-left: -2px; width : 225px;  }

/* three column right */
.three_right #right {float: left; border-right : 2px solid #ceb79c; border-left : 2px solid #ceb79c;margin-left: -2px; }
.three_right #main {width: 490px; float: right; border-left : 2px solid #ceb79c; position : relative; margin-left : -2px; }
.three_right #left {  border-right : 2px solid #ceb79c; position : relative;  }

/* three column left */
.three_left #main {width: 490px; float: left;  border-right : 2px solid #ceb79c; }
.three_left #left { border-left : 2px solid #ceb79c; border-right : 2px solid #ceb79c; position : relative; margin-left: -2px; }
.three_left #right { border-left : 2px solid #ceb79c; position : relative; margin-left : -2px; }

/* three column splash */
.splash #left, .splash #right, .splash #main {width: 314px; border-right : 2px solid #ceb79c; }
.splash #right { border-right : 0; border-left: 2px solid #ceb79c; position : relative; margin-left : -3px; width: 314px; }
.splash #main { position : relative; margin-left : -2px; border-left: 2px solid #ceb79c; }
.splash #main {float: left;}


.splash #top .component { border-bottom : 2px solid #ceb79c; margin : 0px 15px; padding : 0; padding-bottom : 15px; }



#top:after, #content_wrapper:after, #footer_wrapper:after, #middle_wrapper:after { content : '.'; display : block; height : 0; clear : both; visibility : hidden; }

#copyright {padding: 0 10px; text-align: center;}
#powered_by { text-align: center;}
