html {
	height:100%;
}

body {
	margin:3px;
	padding:0px;
	line-height: 1.5em;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	min-width:600px;
	height:100%;
}

h1 {
	color:#903;
}

a {
	color: #00F;
	font-weight:bold;	
}

a:hover {	
	text-decoration:none;
}

#topsection{
	background:#903;
	height: 80px; /*Height of top section*/
	background-image:url(images/headerSliver.gif);
}

#topsection h1{
	margin: 0;
	padding-top: 5px;
	color:#FFF;
	font-size:20px;
	text-align:center;
}

#maincontainer {
	
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 160px; /*Set left margin to LeftColumnWidth*/
	margin-top: 10px;
}

#leftcolumn{
	float: left;
	width: 150px; /*Width of left column*/
	margin-left: -100%;
	background:#990033;
	height:550px;
	background-image:url(images/leftBar.gif);
}

#footer{
	clear: left;
	width: 100%;
	background:#03F;
	color:#FFF;
	text-align: center;
	padding: 4px 0;
	font-size:12px;
}

#footer a{
	color: #FFF;
}

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

