body { 
    background: #EFD696 url(../images/layout/body_bg.png) repeat-y 50% 0px;
	color: #000000;
	margin: 0px 0px 10px;
}

#wrapper {
    margin: 0px auto;
    width: 1078px;
}

#container {
	background: url(../images/forum/content_bg.png) repeat-y 50% 0px;
    margin: 0px auto;
	padding-top: 10px;
    width: 950px;
}

#header {
    margin: 0px auto;
    overflow: auto;
    height: 120px;
    width: 943px;
    z-index: 6;
}

#header h1 {
    margin: 0px;
}

#header h1 a {
    background: url(../images/layout/logo.png) no-repeat;
    text-indent: -9999px;    
    overflow: hidden;
    display: block;
    height: 114px;
    width: 201px;
}

#header a {
    outline: none;
}

#header div {
    display: inline;
    float: left;
}

#content {
	padding-bottom: 35px;
	margin: 0px auto;
	width: 790px;
	color: #FFF;
}

#footer {
    background: url(../images/layout/footer_bg_old.png) no-repeat 50% 0px;
    position: relative;
	margin-top: -25px;
    font-size: 11px;
    height: 98px;  
    color: #000;
    z-index: 5; 
	clear: both;
}

.clear {
	clear: both;
}