@import "style-menus.css";
@import "lightbox.css";
@import "style-other.css";


body{
margin:0;
margin-top: 10px;
margin-bottom: 10px;
padding:0;
line-height: 1.5em;
background: #FFCC33;
color: #000000;
}

#maincontainer{
width: 980px; 
margin: 0 auto;
background: #FFFFFF;
}

#topsection1{
background: #FFFFFF;
height: 100px; 
margin-top: 0px;
}

#topsection2{
background: #FFFFFF;
height: 35px;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 190px;
}

#leftcolumn{
float: left;
width: 190px;
margin-left: -970px;
/*background: #4F64C0;*/
}

#rightcolumn{
float: left;
width: 190px;
margin-left: -200px;
background: #ffffff;
}

#footer{
clear: left;
width: 100%;
}

.innertube{
margin: 20px;
margin-top: 0;
}

#footer p {
padding: 0;
margin: 0;
}
