a:link
{
color:#6699CC;
}
a:visited
{
color:#669966;
}

a:active
{
color:#999999;
}

/*
FIELDSET{
border-color:#CCCCCC;
color:#FFFFFF;
}
LEGEND{
color:#FFFFFF;
}
SELECT{
border-color:#BBBBBB;
color:#000000;
}
TABLE{
table-border-color-light:#CCCCCC;
table-border-color-dark:#666666;
border-color:#666666;
color:#FFFFFF;
}
CAPTION{
color:#FFFFFF;
}
TH{
color:#FFFFFF;
}
HR{
color:#CCCCCC;
}
TD{
border-color:#CCCCCC;
}
*/

body
{
color:#FFFFFF;
background-color:#000000;
font-family:Arial,helvetica;
background-image:url('images/zertxtr.gif');
}


h1{
color:#FFFFFF;
font-family:Arial,Helvetica;
font-weight:bold;
font-style:normal;
}
h2{
color:#FFFFFF;
font-family:Arial,Helvetica;
font-weight:bold;
font-style:normal;
}
h3{
color:#FFFFFF;
font-family:Arial,helvetica;
font-weight:bold;
font-style:normal;
}
h4{
color:#FFFFFF;
font-family:Arial,helvetica;
font-weight:bold;
font-style:normal;
}
h5{
color:#FFFFFF;
font-family:Arial,helvetica;
font-weight:normal;
font-style:normal;
}
h6{
color:#FFFFFF;
font-family:Arial,helvetica;
font-weight:normal;
font-style:normal;
}


#maincontainer{
width: 840px; /*Width of main container*/
width: 940px;
margin: 0 auto; /*Center container on page*/
}

#topsection{
/*background: #EAEAEA;*/
text-align: center;
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*/
margin-left: 170px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
width: 170px;
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
margin-left: -940px;
/*background: #C8FC98;*/
}

#footer{
clear: left;
width: 100%;
font-size: 80%;
/*background: black;*/
/*color: #FFF;*/
text-align: center;
padding: 4px 0;
}


.sub_links{
	/*float: top;*/
    float: right;
    font-size: 80%;
    /* background: #aa0000; */
    /*background: white; */
    padding: 5px;
    border-top: solid white 1px;    
	border-left: solid white 1px;    
	border-right: solid white 1px; 
    border-bottom: solid white 1px;  
}

.sub_nav{
	/*float: top;*/
    /*float: right;*/
    font-size: 80%;
    /* background: #aa0000; */
    /*background: white; */
    padding: 5px;
    /*color:#6699CC;*/
    /*border-top: solid white 1px;    
	border-left: solid white 1px;    
	border-right: solid white 1px; 
    border-bottom: solid white 1px; */ 
}


/*
#footer a{
color: #FFFF80;
}*/

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}