@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	margin-top: 50px;
	
}


#wrapper { 
 margin: 0 auto;
 width: 905px;

}


#header
{
background-image: url(images/header.png);
width:905px;
height:326px;
}

#add
{
background-image:url(images/adds_bees.png);
width:905px;
height:262px;
margin-bottom:5px;
}

#body_wrapper

{
width: 905px;
height: 100%;
}

#left_nav

{
width: 220px;
height:500px;
float:left;
background-color: #999999;
margin-left:0px;

}

#links
{
margin-top:10px;
padding-left:10px;
}

#content

{
width: 665px;
height:100%;
min-height:391px;
float:right;
color:#FFFFFF;
margin-left: 0px;
background-color:#666666;
padding-left:10px;
padding-top: 10px;
}

#footer
{
	height:39px;
	width:905px;
	text-decoration:none;
	position:relative;
	margin-top:20px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration:overline underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


