#container {
		width: 100%;
}
#container, #content, #header, #footer, #post-footer {
		margin: 0 auto;
		text-align: center;
}
#content, #header, #footer, #post-footer {
    width: 950px;
}
#header {
    background: transparent url(img/header-background.gif) no-repeat bottom center;
    min-height: 111px;
    height: auto !important;
    height: 111px;    
}
#content {
    padding: 15px;
    width: 920px;
    background: #000;
    min-height: 360px;    
    height: auto !important;
    height: 360px;
    color: #fff;    
}
#menu {
    width: 510px;
    float: right;
    margin: 10px 20px 0 0;

}
#dnn_LeftPane, #dnn_ContentPane, #dnn_RightPane {
    padding: 10px 0 10px 0;
    color: #fff; 
    text-align: left;    
}
#dnn_ContentPane {   
}
#footer {
    background: transparent url(img/footer-background.gif) repeat-x top center;    
}
#dnn_FooterLeft, #dnn_FooterMiddle, #dnn_FooterRight {
    text-align: left;
}
#post-footer {
    color: #9a502d;    
    padding: 0 0 10px 0;
    min-height: 20px;    
    height: auto !important;
    height: 20px;
    font-size: 7.5pt;
}
div#post-footer a:link, div#post-footer a:visited, div#post-footer a:hover, div#post-footer a:active {
    color: #9a502d;
    text-decoration: 0;
}
#post-footer .SkinObject {
    color: #9a502d;    
    font-size: 7.5pt;
}

#dnn_ContentPane {
    width: 100%;
}
