/* CSS Document */
body{
margin:0;
padding:0;
line-height: 1.5em;
background: #02192B url(graphix/indentbg5.jpg) repeat-x fixed;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #088EBA;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align: left;

}

#topsection{
background: #EAEAEA url(graphix/banner.jpg);
height: 200px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background: url(graphix/indentbg2.png) repeat-x;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/

}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
height: 400px;;
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
/*background: #49A3C1 url(graphix/indentbg4.png) repeat-x;*/
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
background: #DE8007 url(graphix/indentbg.png) repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 12px;
border-top-color:#000000;
border-top-width:2px;
}

#footer a{
color: #ffffff;
}
#footer a:hover
{
color: #FF9900;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#navigation{
clear: left;
width: 100%;
background: #AA5A00 url(graphix/indentbg.png) repeat-y ;
color: #white;
text-align: center;
padding: 1px 0;
}
