#maincontainer{
width: 770px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: /*#ffffff*/ url(../x.gif) top left repeat;
}

#header{
background: /*#000000*/ url(../header.png) top center no-repeat;
height: auto; /*Height of top section*/
width: 100%;
}

#header h1{
margin: 10px 0 0 0;
width: 350px;
height: 100px;
text-indent: -9999em;
background:  url(../logo.png) top left no-repeat;
}

#contentwrapper{
float: left;
width: 100%;
height: 100%;
border: 0px solid #e2bf57; 
background: #ffffff;
}

#contentcolumn{
float: left;
margin-right: 285px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: right;
font-size: 85%;
width: 275px; /*Width of right column*/
margin-left: -275px; /*Set left margin to -(RightColumnWidth) */ 
}

#footer{
clear: left;
width: 100%;
color: #ffffff;
text-align: center;
margin: 10px 0;
font-size: 75%;
}

#footer a{
color: #ffffff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
/*margin-top: 0;*/
}
