@charset "utf-8";
/* CSS Document */

	


a.sans{
			background:			none;
			border:				none;
			color:				#FFF;
			text-decoration:	none;
}

#logo {
			background:			url(../images/logo-buzzinbees-small.gif) top left no-repeat;
			height:				40px;
			width:				157px;
}

#logo img {
			display:			none;
}

#header {
			height:				40px;	
}

#header h1 {
			font-size:			1.1em;
			line-height:		40px;
			padding-left:		170px;
}

#container {
			background:			#FFF;
			margin:				0;
}


#left {
			margin-top:			20px;
			width:				90px;
}

#s {
			width:				50px;
}


h2 {
			font-size:			1.3em;
}

h3, h4 {
			font-size:			1em;
			line-height:		1em;
			margin-bottom:		1em;
}

#content {
			line-height:		1.4em;
			margin:				20px 0 0 10%;
			padding-right:		10px;
}


#footer p {
			font-size:			1em;
			padding:			0 10px 0 0;
}

#footer a {
			background:			transparent;
}	

/* Menu styling */
#menu {
			overflow:			hidden;
}


}


#subnav li a {
			background:			#FFF;
}

