/*UB log web colours
Hex Blue = #041A9B 
Hex Gray = #666666 
*/

<style type="text/css">

body{
margin:0;
padding:0;
line-height: 1.5em;
}

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


#topsection{
background: #041A9B ;
color: #FFF;
height: 40px; /*Height of top section*/ 
padding: 10px;
}

#topsection h1{
margin: 0;
text-shadow: 0px 0px 2px #041A9B ;
}

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

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
/* background: #666666; */
background: #FFF; 
height: 100%;
}

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

#footer a{
color: #FFFF80;
}

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

</style>
