/* CSS Document */
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f1f00;
	background-image: url(../images/layout/all_bg.gif);
	background-repeat: repeat;
}

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

#maincontainer{
	width: 810px; /*Center container on page*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b72d2b;
	border-left-color: #b72d2b;
	background-image: url(../images/layout/_bg_main.gif);
	background-repeat: repeat;
}

#topsection{
	height: 145px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #b72d2b;
}

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

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

#contentcolumn{
	margin-left: 185px;
	height: auto;
}

#leftcolumn{
	float: left;
	width: 185px; /*Width of left column*/
	margin-left: -810px;
}

#footer{
	clear: both;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	background-color: #640A0A;
	font-size: 9px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	border-bottom-width: 11px;
	border-bottom-color: #b72d2b;
	border-bottom-style: solid;
}

#footer a{
color: #FFFFFF;
}

.innertube{
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 5;
}

a, a:visited, a:active {
	color: #640A0A;
}

a:hover {
	color: #FF6600;
}
