<style type="text/css">

body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #001010;
}

/* headings */
h1{color: #FFFFFF;}
h2{color: #FF0000;}
h3{color: #FFFCCF;}
h6{color: #FFFFFF;}

/* specials */
b{font-size: 103%;}
b{color:#CCCCCC;}
strong{color: #FFFCCF;}
p{color: #FFFFFF;}
em{color: red;}

/* links */
a:link {color: #CCCCCC	; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #ffff00; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

/* buttons */
a.button {
    /* Sliding right image */
    background: transparent url('../images/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 38px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span {
/* Background left image */ 
background: transparent url('../images/button_left.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
color: #FF0000;
}


#topsection{
background: #001010;
height: 200px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background: #001010;
tex
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
height: 510px;
margin-left: -100%;
background: #001110;
}

#footer{
clear: left;
width: 100%;
background: #001100;
color: #FFFFFF;
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>