@charset "utf-8";
/* CSS Document */

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

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

#maincontainer{
width: 1040px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image:url(centre3.gif);
background-repeat: repeat-x;
}

#topsection{
background: #ffffff;
height: auto; /*Height of top section*/
}

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

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



#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/

 /*Set margin to that of -(MainContainerWidth)*/

}

#rightcolumn{
float: right;
width: 190px; /*Width of right column*/
height: 650px;
/*Set left margin to -(RightColumnWidth)*/


}
#contentcolumn{
height: 543px;
font-family: georgia, serif;
margin: 80px 190px -40px 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

background-image:url(centre4.gif);
background-repeat: repeat-x;
overflow: hidden;
}

#footer{
clear: both;

Overflow:auto;
width: 100%;
background: white;
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;
}

ul#navlist
{
margin-left: 0px;
padding-left: 50;

white-space: nowrap;
font-family: georgia, serif;
text-transform: lowercase;

}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #666666;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-image:url(centre3.gif);
text-decoration: none;
}


</style>
