/********** banner classes *******************************************************************/

#banner {
	width: 100%;
	height: 150px;
	min-width: 780px;
}

#logo {
	width: 207px;
	height: 141px; 
	background-image: url('/obba2/images/OBBA2-LOGO-FORUM.jpg');
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	left: 20px;
	top: 10px;
}

#banner span, #quickbar span { display: none; }

#title { 
	width: 580px;
	height: 46px; 
	background-image: url('/obba2/images/OBBA2-TITLE-FORUM.gif');
	background-repeat: no-repeat;
	position: absolute;
	left: 230px;
	top: 15px;
}

#mission p {
	position: absolute;
	top: 60px;
	left: 235px;
}

#mission a, #mission a:hover, #mission a:visited {
	color: #336699;
	text-decoration: underline;
	font-size: large;
}


