* {
	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: #FFFFFF;
	text-align: center;
	border-top: 1px solid black;
}
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;
}

/* ajaxticker1 */
#ajaxticker1{
	width: 100%;
	height: 20px;
	border: 0px ridge black;
	padding: 0px;
	background-color: #FFFFFF; /* #FEEEB8; */
}
#ajaxticker1 div{ /* IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV */
background-color: #FFFFFF; /* #FEEEB8; */
}
#ajaxticker1 a {
	text-decoration: none;
}
/* ajaxticker2 */
#ajaxticker2{
	width: 100%;
	height: 20px;
	border: 0px ridge black;
	padding: 0px;
	background-color: #FFFFFF; /* #FEEEB8; */
}
#ajaxticker2 div{ /* IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV */
background-color: #FFFFFF; /* #FEEEB8; */
}
#ajaxticker2 a {
	text-decoration: none;
}
/* ajaxticker3 */
#ajaxticker3{
	width: 100%;
	height: 20px;
	border: 0px ridge black;
	padding: 0px;
	background-color: #FFFFFF; /* #FEEEB8; */
}
#ajaxticker3 div{ /* IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV */
background-color: #FFFFFF; /* #FEEEB8; */
}
#ajaxticker3 a {
	text-decoration: none;
}
/* ajaxticker4 */
#ajaxticker4{
	width: 100%;
	height: 20px;
	border: 0px ridge black;
	padding: 0px;
	background-color: #FFFFFF; /* #FEEEB8; */
}
#ajaxticker4 div{ /* IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV */
background-color: #FFFFFF; /* #FEEEB8; */
}
#ajaxticker4 a {
	text-decoration: none;
}
/* ajaxticker5 */
#ajaxticker5{
	width: 100%;
	height: 20px;
	border: 0px ridge black;
	padding: 0px;
	background-color: #FFFFFF; /* #FEEEB8; */
}
#ajaxticker5 div{ /* IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV */
background-color: #FFFFFF; /* #FEEEB8; */
}
#ajaxticker5 a {
	text-decoration: none;
}
.someclass{ /* class to apply to your scroller(s) if desired */
	margin: 0px;
	padding: 0px;
	text-align: center;
}

