body{
	margin:0;
	padding:0;
	/***line-height: 1.2em;***/	
}


.intertube ul li li {
	margin: 0px 0px 0px 10px;
}

ul  {
	margin: 0px;
	list-style:none;
	line-height: 1.5em;
}

li  {
	margin: 0px;
	list-style:none;
	line-height: 1.5em;
}


A:link    {	color: #CCC }    /* unvisited links */
A:visited { color: #CCC }   /* visited links   */
A:hover   {	color: #06C }   /* active links    */
A:active  {	color: #06C }   /* active links    */


object { outline:none; }

#maincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	height: 20px; /*Height of top section*/
}

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

#contentwrapper{
float: left;
margin: 0px auto;
width: 100%;
}
#contentwrapper ul{ list-style-type: none; }

#contentcolumn{
margin-left: 190px; /*Set left margin to LeftColumnWidth*/
margin-top: 100px;
outline: none;
}

#leftcolumn{
	float: left;
	width: 180px; /*Width of left column*/
	height: 600px; /*Height of right column*/
	margin-left: -980px; /*Set left margin to -(MainContainerWidth)*/
	
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #333;
	text-align: center;
	padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

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

body,td,th {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

img {margin: 0px 0px 30px 0px;}
