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

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

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

#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: #C8FC98;
}

#footer{
clear: left;
width: 100%;
background: black;
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;
}

	body{
background-color:#000000;
background-image:url(/background.jpg); 
/*background-repeat:;*/
background-position:top right;
color:#FFFFFF;
font-size:14px;
font-family:Arial;
}
.correctly {
margin:0 auto; width:210px;
}
.boldheaders {
font-size:12px; font-weight:bold;
}
.subtext {
font-size:11px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;
}


.bl {background: url(/images/BL.gif) 0 100% no-repeat #0d0d0d;}
.br {background: url(/images/BR.gif) 100% 100% no-repeat}
.tl {background: url(/images/TL.gif) 0 0 no-repeat}
.tr {background: url(/images/TR.gif) 100% 0 no-repeat ; padding:10px} 
 
a:active 
{outline:none; }
a {outline:none;}

.floatPress {

float:left;
margin-right:10px;
}

a {
outline:none;
}

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


#topsection{
background: #000;
height: 175px; /*Height of top section*/
}

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

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

#contentcolumn{
background-color:#000;
margin-left: 233px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 240px; /*Width of left column*/
margin-left: -100%;
background: #000;
}

#footer{
width: 100%;
background: black;
color: #FFF;
}

#footer a{
color: #FFFF80;
}

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