body {
	background-color: #036;
	color: #036;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

img {
	border:none;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}


#background {
	background-color: #FFF;
	margin: 5px auto;
	height: auto;
}

#logo {
	height: 35px;
	background-color: #39C;
	font-size: 25px;
	padding-top: 5px;
	font-family: helvetica, arial;
}

#contents {
	height: auto;
	text-align: left;
	padding-bottom: 15px;
}

#left {
	position: absolute;
	top:40px;
	background-color: #069;
	width: 120px;
	height: auto;
	padding: 5px;
	margin: 10px;
	font-size: 24px;
	color: #FFF;
	font-family: helvetica, arial;
}

#right {
	margin-left: 170px;
	width: 500px;
}

#contents, #background, #logo {
	width: 720px;
}

.menuEntry {
	font-size: 14px;
	color: #FFF;
}

.content {
	color: #F60;
}

.logo {
	color: #FF6;
	}

h2 {
	color: #39C;
	}

h2, #left, #logo {
	font-family: helvetica, arial;
	}

body, .menuEntry {
	font-family: verdana, helvetica, arial, sans-serif;
	}