/* CSS Document */

<style type="text/css">

body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

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

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

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

#contentcolumn{
	margin-left: 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	width: auto;
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#footer{
	clear: left;
	width: 100%;
	color: #000000;
	text-align: left;
	padding: 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

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

</style>
