body {
	margin: 0px;
	background-color: #55778b;
}

#bodytop {
	font: bold 17px arial;
	color: black;
	text-align: center;
	background: #ffffff url(images/bodytop-image.jpg) top center no-repeat;
}

.sidemenu {
	font: bold 11px arial;
	color: white;
	height: 39px;
	background: url(images/sidemenu-back.jpg) top left no-repeat;
}

.sidemenu a:link, .sidemenu a:visited {
	font: bold 11px arial;
	color: white;
	display: block;
	padding: 5px;
	text-decoration: none;
}

.sidemenu a:hover {
	color: #7db2cb;
}