body {
	margin: 0px;
	padding: 0px;
	background: #07203b repeat;
}

#wrapper {
 width: 1022px;
 margin: 0px auto;
 position: relative;
 background: #07203b url(images/wrapperbg.jpg) repeat-y;
 overflow: auto;
}

#bg {
 padding: 0;
 margin: 0 auto;
 width: 1022px;
 height: 214px;
 background: url(images/header.jpg) no-repeat;
 /*position: relative;
 margin-top: -15px;*/

}

#menu {
	padding: 0;
	margin: 0;
	position: relative;
}

#menu li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#menu a {display: block;}

#index {left: 11px; top: 156px; width: 124px; height: 50px;}
#help {left: 137px; top: 156px;  width: 124px;  height: 50px;}
#contact {left: 262px; top: 156px; width: 122px; height: 50px;}
#issues {left: 387px; top: 156px; width: 124px; height: 50px;}
#district {left: 512px; top: 156px; width: 123px; height: 50px;}
#students {left: 637px; top: 156px; width: 123px; height: 50px;}
#news {left: 762px; top: 156px; width: 123px; height: 50px;}
#about {left: 887px; top: 156px; width: 122px; height: 50px;}

#index a {height: 50px;}
#help a {height: 50px;}
#contact a {height: 50px;}
#issues a {height: 50px;}
#district a {height: 50px;}
#students a {height: 50px;}
#news a {height: 50px;}
#about a {height: 50px;}

#index a:hover {background: url(images/header.jpg) -11px -215px no-repeat;}
#help a:hover {background: url(images/header.jpg) -137px -215px no-repeat;}
#contact a:hover {background: url(images/header.jpg) -262px -215px no-repeat;}
#issues a:hover {background: url(images/header.jpg) -387px -215px no-repeat;}
#district a:hover {background: url(images/header.jpg) -512px -215px no-repeat;}
#students a:hover {background: url(images/header.jpg) -637px -215px no-repeat;}
#news a:hover {background: url(images/header.jpg) -762px -215px no-repeat;}
#about a:hover {background: url(images/header.jpg) -887px -215px no-repeat;}





#side-b {
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	width: 711px;
	font-family: times;
	font-size: small;
	background: white;
}

#side-b p {
	float: left;
	width: 695px;
	padding: 0 10px 0 10px;
	margin:0;
}

#border {
	width: 705px;
	border-left: 3px solid #afb2b9;
	border-right: 3px solid #afb2b9;
}

#side-b table{
	float: left;
	padding: 0 10px 0 10px;
	margin:0;
}


#side-b img{
	padding: 10px;
}

#side-b h2{
	float: left;
	width: 695px;
	padding: 0 5px 0 5px;
	margin:0;
	color: #335276;
}


#side-a {
	float: left;
	margin-left: 4px;
	width: 293px;
	font-family: times;
	font-size: small;
}

#side-a h2
{
	color: #fff;
	font-family: helvetica;
	font-size: 1.2em;
	align: center;
}


#side-a p
{
	margin-left: 10px;
	color: #fff;
	font-family: helvetica;
	font-size: small;
}


/*****MESSAGE BOXES******/

#message
{
	float:left;
	width: 711px;
	height: 13px;
	background: url("images/corners/top.jpg") no-repeat;

}

#message_ending
{
	float: left;
	width: 711px;
	height: 13px;
	background: url("images/corners/bottom.jpg") no-repeat;
}


/*****END MESSAGE BOXES******/


#footer {
	clear: both;
	width: 1022px;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	font-family: helvetica;
	font-size: x-small;
	color: #fff;
}

