body {
	font-family: sans-serif;
	background: #4376a9;
/*	background-image: url("images/vgradient.png");*/
	background-repeat: repeat-y;
	background-position: right;
}

a { color: #eeefff; }

.menu a { text-decoration: none; }

.headertext a { text-decoration: none; }

.headertext {
	position: absolute;
	top: 100px;
	left: 110px;
	color: #eeefff;
	font-size: 32px;
	font-family: sans-serif;
}

.headerimage {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 0px;
}

.menu {
	text-align: center;
	position: absolute;
	color: white;
	width: 158px;
	height: 100%;
	border-right: 2px solid #335577;
	padding: 2px;
	padding-top: 60px;
	margin: 10px;
	top: 130px;
	left: 0px;
	line-height: 1.7em;
}

.main {
	position: absolute;
	margin: 5px;
	top: 145px;
	left: 185px;
}

.section {
	font-weight: bold;
	letter-spacing: 0.1em;
}

