body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #044A36;
	color: rgb(150,150,150);
}
a, a:active, a:visited, a:hover { 
	color: rgb(150,150,150);
}
a:hover { text-decoration: underline; }
#container {
	width: 780px;
	margin: 5px;
	border: 1px solid rgb(150, 150, 150);
	background: rgb(0, 50, 50) url('/images/bgimg.jpg') repeat-y right top;
}
#bname {
	margin-left: 15px;
	margin-top: 10px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
}
#bsub {
	margin-left: 55px;
}
#content {
	margin: 20px 200px 20px 20px;
}

.menu {
	border: 1px solid;
	border-left-style: none;
	margin-top: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
} 
.menu a {
	letter-spacing: 5px;
	padding: 5px 20px;
	text-decoration: none;
}
.menu a:hover {
	background-color: rgb(150,150,150);
	color: rgb(0,50,50);
}

.topic  {
	font-weight: bold;
	font-size: 14px;
}

h4	{
	margin-top: 5px;
}
