* {
	margin: 0px;
	padding: 0px;
}

/* CATFISH RELATED - NOT REQUIRED FOR CATFISH TO WORK */
div#catfish {
	display: none; /* Stops catfish appearing before the page is fully loaded */
	background-color: #FFDDAA;
	background: url('/img/textures/brown_grad.png') top left repeat;
	text-align: left;
	padding-left: 25px;
	border-top: 3px solid #5C4033;
	font-family: arial;
	font-size: 12px;
}
div#catfish a#catfish-close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: black;
}
div#catfish iframe {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* LAYOUT STYLES */
body{
margin:0;
padding:0;
}

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

#maincontainer{
width: 840px;
margin: 0 auto;
}

#topsection{
background: #EAEAEA;
height: 90px;
}

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

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

#contentcolumn{
margin-left: 180px;
}

#leftcolumn{
float: left;
width: 180px;
margin-left: -840px;
background: #C8FC98;
}

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

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px;
margin-top: 0;
padding: 20px 0;
}
.innertube p {
	padding-bottom: 15px;
	line-height: 1.3em;
}