/* CSS Document */

/*-------------------------------------------------------------------------- global sytles------------- */
body	{
	text-align: center;
	margin: 0;
	}
#container	{
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	font-size: 13px;
	}
h2,h3	{
	font-weight: bold;
	color: #93A139;
	margin: 0;
	}
p	{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	line-height: 1.2em;
	margin: 10px 0 20px 0;
	}
dl	{
	margin: 0;
	padding: 0;
	list-style: none;
	
	}
dt	{
	margin: 15px 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	}
dd	{
	margin: 3px 0 3px 0;
	padding: 0;
	}
/*-------------------------------------------------------------------------- Header div ------------- */
#header	{
	width: 900px;
	height: 140px;
	background-image: url(images/pccheader.jpg);
	float: right;
	}
#header h1	{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	width: 385px;
	font-weight: normal;
	}
#header h2	{
	text-align: left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 28px 0 0;
	}
#header #logo	{
	width: 400px;
	height: 65px;
	background-color: #a5b544;
	color: #fff;
	padding: 15px 0 0 20px;
	}
/*-------------------------------------------------------------------------- Nav div ------------- */
#nav	{
	width: 900px;
	height: 30px;
	background-color: #92A13F;
	float: left;
	display: inline;
	}
#nav a	{
	display: block;
	width: 125px;
	height: 30px;
	padding: 6px 0 0 0;
	margin: 0;
	text-align: center;
	color: #242C15;
	float: left;
	background-color: #92A13F;
	font-size: 12px;
	font-weight: bold;
	}
*html #nav a	{
	padding: 8px 0 0 0;
	}
#nav a:hover	{
	text-decoration: none;
	color: #fff;
	background-color: #a5b544;
	}
#nav a.active	{
	background-color: #a5b544;
	text-decoration: none;
	color: #fff;
	}
#nav p	{
	display: block;
	width: 125px;
	height: 30px;
	padding: 6px 0 0 0;
	margin: 0;
	text-align: center;
	color: #fff;
	float: left;
	background-color: #92A13F;
	font-size: 12px;
	font-weight: bold
	}
/*-------------------------------------------------------------------------- Shadow div ------------- */
#shadow	{
	width: 900px;
	height: 10px;
	float: left;
	background-image: url(images/shadow.jpg);
	background-repeat: no-repeat;
	}
/*-------------------------------------------------------------------------- Left Column ------------- */
#leftcolumn	{
	width: 533px;
	height: auto;
	float: left;
	}
*html #leftcolumn	{
	width: 500px;
	height: auto;
	float: left;
	}
/*-------------------------------------------------------------------------- Right Column ------------- */
#rightcolumn	{
	width: 367px;
	height: 625px;
	float: left;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	}
*html #rightcolumn	{
	margin: 0 0 0 20px;
	float: right;
	width: 300px;
	}
/*-------------------------------------------------------------------------- Ad divs ------------- */
#adspace	{
	width: 900px;
	height: 125px;
	float: left;
	}
#leaderboard	{
	width: 728px;
	height: 90px;
	border: 1px solid #ccc;
	float: left;
	margin: 5px 0 0 25px;
	}
#threehundred	{
	width: 300px;
	height: 250px;
	border: 1px solid #ccc;
	float: left;
	margin: 25px 0 0 35px;
	background-color: #fff;
	}
#threehundred dl	{
	text-align: center;
	}
*html #threehundred	{
	margin: 30px 20px 0 20px;
	}
*html #content_c	{
	margin: 10px 20px 0 20px;
	}
#foursixtyeight	{
	width: 468px;
	height: 60px;
	border: 1px solid #ccc;
	float: left;
	margin: 15px 0 10px 30px;
	background-color: #fff;
	}
/*-------------------------------------------------------------------------- Main Content ------------- */
#content_a	{
	width: 468px;
	height: auto;
	margin: 20px 0 0 30px;
	}
#content_a dt	{
	margin: 20px 0 5px 0;
	}
#content_a dd	{
	margin: 0 0 20px 0;
	}
/*-------------------------------------------------------------------------- Secondary Content ------------- */
#content_b	{
	width: 468px;
	height: auto;
	margin: 15px 0 15px 30px;
	}
/*-------------------------------------------------------------------------- Third tier content ------------- */
#content_c	{
	width: 300px;
	height: auto;
	float: left;
	margin: 10px 0 0 35px;
	}
/*-------------------------------------------------------------------------- Footer div ------------- */
#footer	{
	width: 900px;
	height: 30px;
	background-color: #93A139;
	float: left;
	}
#footer p	{
	color: #242c15;
	font-size: 12px;
	margin: 5px 0 0 0;
	}
#footer a	{
	text-align: center;
	color: #242C15;
	float: left;
	font-size: 12px;
	margin: 5px 15px 0 25px;
	}
#footer a:hover	{
	text-decoration: none;
	color: #fff;
	}

