body {
   background: url(images/bg-tile.gif);
 	font-family: "Geneva", "Helvetica", "Arial", sans-serif;
 	font-size: 12px;
 	letter-spacing: 2px;
}

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

td {
  padding: 20px;
}

#head {
	color: white;
	font-size: 21px;
	text-align: right;
	width: 585px;
	height: 27px;
	background-color: #828282;
	position: absolute;
	left: 30px;
	top: 30px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 8px;
   border: solid white 3px;
   font-weight: bold;
}


#menu {
	width: 125px;
	background-color: white;
	position: absolute;
	left: 30px;
	top: 170px;
	font-size: 16px;
}

#menu-arrow {
	width: 40px;
	position: absolute;
	top: 170px;
	left: 155px;
	font-size: 16px;
}

.menu-item {
 	height: 27px;
}

#content {
	padding: 10px;
	width: 425px;
	background-color: white;
	position: absolute;
	left: 175px;
	top: 170px;
	border: solid white 3px;
}

.sublist {
	padding: 8px;
}