* { 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: 12px;
  margin: 0px;
}

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

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

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

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

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

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

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

#buzzfader
{
  height: 50px;
  width: 230px;
  clear: both;
}

#sidefoot
{
  height: 16px;
  width: 265px;
  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;
}

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

#beecon
{
  height: 59px;
  width: 55px;
  background-image: url('../images/beeicon.png');
  background-position: top left;
  background-repeat: no-repeat;
}

#guestmap
{
  height: 24px;
  width: 75px;
  background-image: url('../images/guestmap.gif');
  background-position: top;
  background-repeat: no-repeat;
}

#fbx
{
  height: 23px;
  width: 100px;
  background-image: url('../images/fbx2logo.png');
  background-position: top;
  background-repeat: no-repeat;
}


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

#left
{
  float: left;
}

#right
{
  float: right;
}

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

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



#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;
}

.newsfooter
{
  background-image: url(../images/newsfooter.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  height: 25px;
  padding-left: 10px;
}

.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;
	font-weight: bold;
	}
	
a:visited {
	color: #521407;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #521407;
	text-decoration: underline;
	}