﻿body {
	background: url('/images/bg.jpg');
	background-color: white;
	font: normal 16px Arial, Times New Roman;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#pagecontent {
	width: 900px;
	background: url('/images/graybg.jpg');
	background-color: #888;
	margin: 0 auto;
	text-align: left;
	border: solid 1px #000;
}

/*** Banner Section ***/
#banner {
	width: 900px;
	background-color: #fff;
}

#banner .logo {
	position: relative;
	background: url('/images/FHSPTSAlogo.jpg') no-repeat;
	background-position: center;
	background-color: #fff;
	padding: 15px 0 15px 0;
	margin: 0;
	color: #000;
	height: 95px;
}


#banner .bottomoglogo {
	position: relative;
	background: url('/images/graybg.jpg');
	background-position: center;
	background-color: #fff;
	/*padding: 0;*/
	margin: 0;
	color: #000;
	height: 10px;
}

/*** End Banner Section ***/

/*** Main Section ***/

#maincontent {
	width: 100%;
	height: 100%;
	clear: both;
	margin: 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#maincontent .leftcol {
	background: url('/images/graybg.jpg');
	background-color: #888;
	float: left;
	width: 150px;
	position: relative;
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
	clear: both;
	overflow: hidden;
}

#maincontent .centercol {
	background-color: #fff;
	float: left;
	vertical-align: top;
	width: 505px;
	margin: 0;
	padding: 10px 8px 10px 12px;
}

#maincontent .rightcol {
	background: url('/images/graybg.jpg');
	float: left;
	width: 180px;
	height: auto;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

#footer 
{
	background: url('/images/top_menu_bg.jpg');
	background-color: #3300CC;
	width: 100%;
	margin: 5;
	padding: 5;
}
/*** End Main Section ***/

/*** Announcement Section ***/
#hitcountbox 
{
		
	width: 180px;
	margin: 2px 3px 2px 4px;
	background-color: #fff;
	border: solid 2px #000;
	text-align: center;
	padding: 5px 0px 2px 2px;
}
/*** End Announcement Section ***/

/*** Rewards Section ***/
#rewards 
{
	width: 180px;
	margin: 2px 3px 2px 4px;
	background-color: #fff;
	border: solid 2px #000;
	text-align: center;
	padding: 5px 0px 2px 2px;

}
/*** End Announcement Section ***/
