/* header */
#logo span{
	display: none;
}
#topbar{
	width: 100%;
	height: 17px;
	background-color: #3a3a3a;
}
#topbar p{
	line-height: 17px;
	padding-left: 6px;
	font-size: 1.1em;
	font-weight: bold;
}
#topbar p a:link, #topbar p a:visited{
	color: #eee;
}
#topbar p a:hover, #topbar p a:active{
	color: #eee;
}


#bottombar{
	position: relative;
	z-index: 50;
}
#bottombar #tabs{
	background: transparent url(/images/bottom_bar.png) scroll repeat-x top left;
	width: 942px;
	height: 30px;
	padding-left: 6px;
}
#logo{
	position: absolute;
	background: transparent url(/images/logo.jpg) scroll no-repeat top left;
	width: 340px;
	height: 75px;
	top: -45px;
	right: 0px;
}



