@charset "utf-8";
/* CSS Doc ument */
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	vertical-align: bottom;
	background-color: #FFF;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto;
	border: medium solid #44449E;
	background-repeat: repeat;
	background-position: center top;
}

#topsection{
	height: 137px;
	background-image: url(images/header_top.jpg);
}

#topsection h1{
	padding-top: 0px;
	background-position: right top;
	top: 5px;
	float: right;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contentwrapper{
	float: none;
	width: 840px;
	background-repeat: repeat;
	background-color: #FFF;
}

#contentcolumn{
	background-repeat: repeat-y;
	background-position: right top;
}

#leftcolumn{
	float: left;
	width: auto;
	border: thin none #464498;
	padding-top: 5px;
}

#footer{
	clear: left;
	width: 840px;
	color: #FFF;
	text-align: center;
	background-color: #44449E;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
	margin-top: 0;
	width: 100%;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.innertube2 {
	margin-top: 0;
	width: auto;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
}
