#container {
	width: 777px;
}

#logo {
	float: left;
	width: 200px;
	height: 178px;
	background-image: url(images/mainlogo2.gif);
}

#logo a {
	display: block;
	width: 200px;
	height: 178px;
}
#ebhname {
	float: right;
	width: 550px;
	background-image: url(images/SLOGAN6ENGp2.gif);
	height: 126px;
	background-repeat: no-repeat;
}

#header {
	margin-top: 130px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#menu {
	float: left;
	width: 200px;
	clear: both;
}
	#menu a {
		color: #000;
		text-decoration: none;
		padding: 10px 0px 10px 5px;
		display: block;
		width: 195px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight:600;
	}
	
	#menu a:hover {
		background: #FFF;
	}
	
	#menu ul, #menu li {
		list-style: none;
		display: inline;
	}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 550px;
}

#content ul li {
	font-weight: bold;
}