body{
	/* background:url(../images/old_soccer_ball_wallpaper.jpg) #000 center top no-repeat; */
	background:#A68064;
	margin:0 auto;
	width:1000px;
	height:100%;
	padding-top:120px;
	font-size: 18pt;
	overflow: auto;
	}

/*positions the navigation header */
#topHeader{
	margin-left:0px;
	width:1000px;
	height:128px;
	background:url(../images/banner.png) top left no-repeat;
}

#click {
display:block;
width:1000px;
height:128px;
margin:0;
text-indent: -1999px;
text-decoration:none;
}

/*section styling */
#mainSection{
	width:1000px;
	font-family: 'PT Sans Narrow', sans-serif;
	float:left;
	font-size: 16pt;
	color:#ffffff;
	background-color: #333333;
/*	opacity:0.9; /*transparency to overlay the text */
/*	filter:alpha(opacity=60); /* IE transparency */
	}

#mainSection section{
	float:left;
	width:960px;
	height:auto;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

/*footer styling */
#documentFooter{
	float:left;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12pt;
	background-color: #000000;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	color:#000000;
	}

	background:#9e955a top left repeat-x;
}

/* Positions The Images */
.imageright {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 16pt;
	color: #ffffff;
	float: right;
}

.imageleft {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 16pt;
	color: #ffffff;
	float: left;
}

/* Paragraph Styling */
p  {padding-right:30px; color:#0000000;;}

p.footer{
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#FFF;
	font-size:16px;
}

/* Link Styling */
a:link {color:#ffffff; text-decoration: none}
a:visited {color: #ffffff; text-decoration: none}
a:hover {color: #ffffff; text-decoration: none}

img {border:0px solid;float:left;margin-right:3px;margin-top:-4px;}
.rss {margin-bottom:8px;}