body
{
	background-image: url(../images/indexBack.png);
	background-repeat: no-repeat;
	z-index:1
}
a:link {font-size:14px;font-weight:700px;color:#ffcc00;}      /* unvisited link */
a:visited {font-size:14px;font-weight:700px;color:#ffcc00;}  /* visited link */
a:hover {font-size:14px;font-weight:700px;color:#ffcc00;}  /* mouse over link */
a:active {font-size:14px;font-weight:700px;color:#ffcc00;}  /* selected link */

#wrapper 
 {
 	width:950px;
 	margin-top:10px;
	margin-right:0;
	
 }
#topMain
 {
 	float:right;
	width:675px;
	margin-left:0;
	
}
#topSidebar
{
	float:left;
	width:275px;
}
#navbar
{
	clear:both;
	width:982px;
	height:56px;
}

#bottomWrapper
{
	background-image: url(../images/greenBackground.png);
	background-repeat:repeat-y;
	height:500px;
	width:982px;
	
}
#bottomMain
 {
 	float:left;
	width:650px;
	margin-top:15px;
	margin-left:20px;
}
#bottomSidebar
{
	float:right;
	width:275px;
	margin-right:25px;
	margin-top:15px;
}
#footer
{
	clear:both;
	left:16px;
	background-color:#5f8211;
	height:33px;
	width:981px;
	font-size:11px;
	color:#ffffff;
	font:Arial;
	text-align:center;
}

