body {
	background-image: url(images/champbackground2.gif);
	background-repeat: repeat;
}


div.banner 
{
position: absolute;
top: 11px;
left: 251px;
width: 50px;
}

/*Left column menu*/
div#navigation {
position: absolute;
top: 2px;
left: 0px;
width: 160px;
height: 300px;
border: 3px green ridge;}

div.content {
	position: absolute;
	top: 92px;
	left: 166px;
	width: 600px;
	font-family: "Comic Sans MS", "Century Gothic", Arial;
	font-size: 12pt;
	padding-left: 10px;}

div.content2 {
	position: absolute;
	top: 73px;
	left: 88px;
	width: 730px;
	font-family: "Comic Sans MS", "Century Gothic", Arial;
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 15px;
}

h2.float-left {/* header element float */
	float: left;
	width: 75px;/* em width variance by element*/
	margin: 2px;
	margin-right: 10px;
	border: 1px;
}
div.forum {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	position: absolute;
	visibility: visible;
	height: auto;
	width: auto;
	left: 100px;
	top: 100px;
}

.style1,p,li,a,td {font-family: "Comic Sans MS", "Century Gothic", Arial}

