/* CSS Document */


<style type="text/css">

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #000000;
	background-image: url(../images/back7grad.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#topsection{
	height: 15px;
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 140px 0 165px;
	background-color:#000000;
	background-image: url(../images/content_back.gif);
	margin-top: 10px;
}

#leftcolumn{
	float: left;
	width: 165px; /*Width of left column*/
	margin-left: -100%;
	padding: 10px;
	display: inline;
	line-height: 1%;
}

#rightcolumn{
	float: right;
	width: 140px;
	margin-left: -200px;
	padding: 0px;
}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	color:#999999;
	font-size: xx-small;
	text-align:center;
}

.innertube{
	padding: 10px;
}

.rightpad{
	padding: 10px;
	align: right;
	display: inline;
	line-height: 1%;
	margin-right: 10px;
	width: 120px;
}

</style>
