* { margin: 0px; padding: 0px; }

body
{
  background-color: #6f97d5;
  background-image: url('../images/back.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 14px;
  margin: 0px;
}

#wrapper
{
  margin-left: 65px;
  margin-top: 52px;
  width: 980px;
}

#background
{
  background-image: url('../images/background-fpa.jpg');
  background-position: center;
  background-repeat: repeat-y;
  width: 980px;
}

#main
{
  background-image: url('../images/mainback-fpa.jpg');
  background-position: top;
  background-repeat: no-repeat;
  width: 980px;
  padding: 0px;
}

#header
{
  width: 520px;
  height: 50px;
  padding: 10px;
  margin-left: 35px;
  margin-top: 100px;
}

#content
{
  width: 680px;
  padding: 20px;
  margin-left: 35px;
}

#photoframe
{
  width: 680px;
  height: 500px;
}

#sidebar
{
  width: 180px;
  padding: 20px;
  margin-right: 35px;
  margin-top: 100px;
}

#sideheader
{
  height: 30px;
  width: 162px;
  background-image: url('../images/htopzn.jpg');
  background-position: top;
  background-repeat: no-repeat;
}

#sidefoot
{
  height: 16px;
  width: 162px;
  background-image: url('../images/hbotzn.jpg');
  background-position: top;
  background-repeat: no-repeat;
}

#divide
{
  height: 10px;
  width: 500px;
  background-image: url('../images/div.png');
  background-position: top;
  background-repeat: no-repeat;
}

p.header {
	font-size: 18px;
}

#bee
{
  height: 90px;
  width: 90px;
  background-image: url('../images/kgrlbeesolid.gif');
  background-position: top;
  background-repeat: no-repeat;
}

#kgrlfpa
{
  height: 88px;
  width: 196px;
  background-image: url('../images/kgrlfpa.png');
  background-position: top;
  background-repeat: no-repeat;
}

#sep
{
  height: 140px;
  width: 140px;
  background-image: url('../images/sepn.png');
  background-position: center;
  background-repeat: no-repeat;
}

#footer
{
  height: 50px;
  width: 980px;
  background-image: url('../images/footer-fpa.jpg');
  background-position: top;
  background-repeat: no-repeat;
  clear: both;
}

#left
{
  float: left;
}

#right
{
  float: right;
}

#spacer
{
	width: 980px;
	clear: both;
}

#newswrapper
{                     
  width: 500px;
  background-color: #f5f9ff;
}

#newsfooter
{
  background-image: url(../images/newsfooter.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #f5f9ff;
  height: 25px;
  width: 485px;
  font-size: 10px;
  padding-left: 10px;
}

#headlinebody
{
  width: 480px;
  padding: 30px;
}

#newsbody
{
  width: 480px;
  padding: 1px;
}
    
.newsheader
{
  background-image: url(../images/newsheader.jpg);
  background-position: top;        
  background-repeat: no-repeat; 
  padding-top: 10px;
  padding-left: 10px;
  height: 30px;
}

.newsheader h1
{
  color: #7c2216;
  font-size: 16px;
}

.newsheader h2
{
  color: #000000;
  font-size: 9px;
  margin-left: 3px;
}



#imageContainer {
  	background-position: top;
	height:30px;
	width:230px;
	border:0px;
  	background-repeat: no-repeat;
  	clear: both;
}


	
a:link {
	color: #521407;
	text-decoration: none;
	}
	
a:visited {
	color: #521407;
	text-decoration: none;
	}
	
a:hover {
	color: #521407;
	text-decoration: underline;
	font-weight: bold;
	}