#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0; /*Center container on page*/
}


#topsection{
background: transparent;
height: 110px; /*Height of top section*/

}


#contentwrapper{
float: left;
width: 100%;
min-height:500px;
}

#contentcolumn{
margin-left: 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/

}

#footer{
clear: left;
width: 100%;
height:20px;
margin:0;;
color: #333;
text-align: left;
padding: 25px 0 ;
font-size:9px;
line-height:20px;
}

#footer a{
color: #000;
}


