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: 18px;
	text-align: right;
	width: 645px;
	height: 27px;
	background-color: #828282;
	position: absolute;
	left: 30px;
	top: 80px;
	padding-top: 30px;
	padding-right: 20px;
	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: 153px;
	font-size: 16px;
}

.menu-item {
 	height: 27px;
	padding-left:2px;
}

#content-index {
	background: url(images/me.jpg);
	height: 633px;
}

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

#inner-text {
	position: relative;
	top: 286px;
	left: 10px;
	background: white;
	width: 270px;
	padding: 5px;
	letter-spacing: 1px;
}

.sublist {
	padding: 8px;
}

/* this can be removed, but temporarily here for browser cache purposes */
#content {
	padding: 10px;
	width: 500px;
	background-color: white;
	position: absolute;
	left: 175px;
	top: 170px;
	border: solid white 3px;
}
