body{
background: #00aeff;
margin:0;
padding:0;
line-height: 1.5em;
}	


b{font-size: 110%;}
em{color: red;}

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

#topsection{

background: #EAEAEA;
height: 431px; /*Height of top section*/
}

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

#keepleft
{
text-align:left;
}

#keepmid
{
text-align:center;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 235px 0 225px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #efdbcd;
}

#leftcolumn{
float: left;
width: 225px; /*Width of left column in pixel*/
margin-left: -1024px; /*Set margin to that of -(MainContainerWidth)*/
background: #efdbcd;
background-image:url(./grfx/border.jpg);
background-repeat: repeat-y; 
background-position: top left;
}

#rightcolumn{
float: left;
width: 235px; /*Width of right column*/
margin-left: -235px; /*Set left margin to -(RightColumnWidth)*/
background: #efdbcd;
background-image:url(./grfx/border.jpg);
background-repeat: repeat-y; 
background-position: top right;
}

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

#footer a{
color: #FFFF80;
}

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