body{
background-color: #5e9ad2;
margin:0;
padding:0;
line-height: 1.5em;
}


#topsection{
height: 148px; /*Height of top section*/
}


#maincontainer{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding-top: 10px;
}

#menu{
width: 850px;
font-weight: bold;
font-size: 90%;
margin: 0;

}

#menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
width: 850px;
background: #1d3359;
padding: 2px 0;
margin: 0;
text-align: right; /*set value to "right" for example to align menu to the left of page*/
}

#menu ul li{
display: inline;
margin-left: -5px;
}

#menu ul li a{
color: white;
padding: 5px 15px 5px 15px;
margin: 0;
text-decoration: none;
border-left: 1px solid #DADADA;
}

#menu ul li a:hover{
padding: 5px 15px 5px 15px;
margin: 0;
color: #1d3359;
background: white;

}


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

#contentwrapper{
background-color: white;
float: left;
width: 100%;
}

h1 {
padding-top: 30px;
text-align: center;
color: blue;
}

p {
text-indent: 30pt;
}

#contentcolumn{
font-family: arial, helvetica;
color: #663333;
margin: 0 90px 0 90px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

img.pic {
margin-left: 10px;
}

#leftcolumn{
float: left;
width: 90px; /*Width of left column in pixel*/
margin-left: -850px; /*Set margin to that of -(MainContainerWidth)*/
background: white;
}

#rightcolumn{
float: left;
width: 90px; /*Width of right column*/
margin-left: -90px; /*Set left margin to -(RightColumnWidth)*/
background: white;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 0;
}

#footer a{
color: #FFFF80;
text-decoration: none;
text-align: center;
}

.textlinks {
margin-left: -40px;
}

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

