body {
	margin: 0px;
	background-color: white;
}

div#menu {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 600px;
	font-family: Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div#topmenu {
	border-width: 2px;
}

div.menuitem {
	width: 36px;
	height: 150px;
	text-align: center;
	padding-top: 10px;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: black;
}
div.menuitem:hover {
	background-color: #cccccc;
}

div.menuempty {
	width: 36px;
	height: 160px;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: black;
	background-color: #cccccc;
}

div#content {
	padding: 10px 50px 10px 10px;
	
}

div#title {
	background-color: black;
	color: #cccccc;
	height: 60px;
	padding-top: 20px;
	padding-left: 10px;
	font: 30px Helvetica,sans-serif bold;
	margin: -10px;
}

body {
	font-family: Helvetica,sans-serif;
}

h1 {
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	background-color: #cccccc;
}
div.letter {
	color: black;
}

div#footer {
	background-color: black;
	color: #cccccc;
	height: 20px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: black;
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	padding: 10px;
}
