a:active, a:visited, a:link {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #92AA09;
	text-decoration: none;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #92AA09;
}

#maincontainer{
	width: 999px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#header{
	clear: left;
	width: 100%;
	height:23px;
}
#topsection{
	background: #000;
	height: 40px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -995px; /*Set margin to that of -(MainContainerWidth)*/
	background: #000;
}

#rightcolumn{
	float: left;
	width: 190px; /*Width of right column*/
	margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
	background: #000;
}

#footer{
	clear: left;
	width: 100%;
	height:15px;
	text-align: center;
	color:#CCC;
	font-size:small;
}
#footer2{
	clear: left;
	width: 100%;
	background-image: url(images/rond.gif);
	height:23px;
}
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	text-align: center;
}
.innertube h1{
	text-align: center;
}
.innertube h3{
	text-align: left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
}
