body {
margin: 0;
padding: 0;
background-color: #000000;
}
#wrapper { 
 margin: 0 auto;
 width: 950px;
 border: 1px black solid;
}
#header {
 width: 950px;
 height: 95px;
 float: left;
 margin: 0;
 padding: 0;
 background: #050100;
 border-bottom: 1px white solid;
 background-image: url('headback4.jpg'); 
 background-repeat: no-repeat; 
}
#titlebar {
 width: 950px;
 height: 35px;
 float: left;
 margin: 0;
 padding: 0;
 background: #000000;
 border-bottom: 1px white solid;
 text-align: left;
 clear: both;
}
#subtitlebar {
 width: 950px;
 height: 28px;
 float: left;
 margin: 0;
 padding: 0;
 background: #A63C08;
 border-bottom: 1px white solid;
 text-align: left;
 clear: both;
}
#navigation {
 width: 950px;
 height: 40px;
 float: left;
 margin: 0;
 padding: 0;
 background: #F55E0D;
 border-bottom: 1px white solid;
}
#bannerbar {
 width: 950px;
 height: 75px;
 float: left;
 margin: 0;
 padding: 0;
 background: #000000;
 border-bottom: 1px white solid;
 text-align: center;
 clear: both;
}
#bodysubcode{
 width: 930px;
 float: left;
 margin: 0;
 padding: 10px;
 background-color: #ffffff;
 border: 0;
 text-align: center;
 }
#bodycontainer {
 width: 950px;
 float: left;
 margin: 0;
 padding: 0;
 background-color: #F55E0D;
 border: 0;
 }
#leftcolumn { 
 width: 200px;
 min-height: 300px;
 float: left;
 margin: 0;
 padding: 15px 0 15px 0;
 background: #F55E0D;
 border: 0;
 text-align: center;
}
#maincontent { 
 width: 750px;
 min-height: 300px;
 float: right;
 margin: 0;
 padding: 0 0 10px 0;
 background: #FFFFFF;
 border: 0;
 display: inline;
 text-align: center;
}
#footer { 
 width: 950px;
 height: 200px;
 margin: 0;
 padding: 10px 0 5px 0;
 background: #A63C08;
 border-top: 1px white solid;
 clear: both;
 text-align: center;
}
