/* CSS Document */

body{
background-color:#000000;
font-family: Georgia, 'Times New Roman', Tahoma;
font-size: 1.0em;
color: black;
margin:0;
padding:0;
line-height: 1.5em;
}

a:link{
color: #666666;
text-decoration:underline;
font-weight:bold;
font-size: 1.0em;
}

a:visited{
color: #CC6633;

}

a:active{
color: #FF6600;
text-decoration:underline;
}

a:hover{
color: #FF6600;

}

td{
border:1px solid #FF6600;
}

#topsection{
background: #000000;
height: 135px; /*Height of top section*/
text-align:center;
}

#contentwrapper{
float: left;
width: 100%;
background-image:url(images/content_wrapper.gif);
border: 3px solid #ff9900;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
}

img{
border:none;
}
#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
font-size: .75em;
padding: 2px 0;
}

#footer a{
color: #FFCC99;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube-left{
margin-left: 3px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}


