* {
	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: #820000;
	text-align: center;
	border-top: 1px solid black;
	background-image: url(background-red.jpg);
	background-repeat: repeat;

}
div#catfish a#catfish-close {
	position: absolute;
	top: 5px;
	right: 5px;
	color: black;
}

div#catfish a#catfish-poweredby {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: white;
}

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: 100%;
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;
background: #EAEAEA;
}

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

#footer a{
color: #FFCC00;
}

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