

body{
margin:0;
padding:0;
line-height: 1.2em;
background: #cccccc url(images/background.gif) center repeat-y;
}

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

h1{
color:#000066;
font-size:1.3em;
}

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

#topsection{
background: url(images/header.gif);
height: 132px; /*Height of top section*/
}


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

#contentcolumn{

}

a{
color:#000066;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:#333333
font-weight:bold;
text-decoration:underline;
}

#footer{
clear: left;
width: 100%;
}

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


