<!--
body{
margin:0;
padding:0;
line-height: 1em;
background-image: url(images/bg.gif);
}
td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small; color:#666666;}
b{font-size: 110%;}
em{color: black;}
a { color:#FF6600; text-decoration:none;}
a:hover { color:#FF6600; text-decoration:none;}
.rf { color:#666666; text-decoration:none;}
.rf:hover { color:#666666; text-decoration:none;}

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

#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

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

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

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

#leftcolumn{
float: left;
height:1000px;
width: 14px; /*Width of left column in pixel*/ 
margin-left: -760px; /*Set margin to that of -(MainContainerWidth)*/
background: #DEDEDE;
background-image:url(images/bg_LeftBorder.jpg);
background-repeat: repeat-down;
}

#rightcolumn{
float: left;
width: 14px; /*Width of right column*/
height: 1000px;
margin-left: -14px; /*Set left margin to -(RightColumnWidth)*/
background: #DEDEDE;
background-image:url(images/bg_RightBorder.jpg);
background-repeat: repeat-down;
}

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

#footer a{
color: #000000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small; color:#666666;
}



-->

