body {
	font: normal 11px/150% Verdana;
	background: #FFF; }
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: normal 11px Verdana;
	text-decoration: none;
	width: 130px; /* Width of Menu Items */
	border: 0;
	background: #FFF; }
ul li {
	position: relative; }
li ul {
	position: bottom;
	left: 129px; /* Set 1px less than menu width */
	top: 0;
	display: none; }

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	font-weight: 900;
	background: #FFF; /* IE6 Bug */
	padding: 3px;
	border: 0;
	border-bottom: 0; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #000; text-decoration: underline; background: #FFF; } /* Hover Styles */
		
li ul li a { font-weight: 300; text-decoration: none; padding: 2px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

.header { font-weight: 900; }
.name { font-size: 14px; font-weight: 900; }
.grey { font-size: 10px; color: #666; }
.data { font-size: 9px; }
.copy { font-size: 9px; color: #999999; }
.indent { margin-left: 130px; }
.email a:link {font-size: 10px; color: #666; text-decoration: none; }
.email a:visited {font-size: 10px; color: #666; text-decoration: none; }
.email a:hover {font-size: 10px; color: #000; text-decoration: underline; }

/* layers for content areas */
#image {
  position: absolute;
  left: 350px;
  top: 0px;
  width: 300px;
  margin: 0px;
  padding: 0px;
  z-index: 3; }
#logo {
  position: absolute;
  left: 70px;
  top: 402px;
  width: 440px;
  margin: 0px;
  padding: 0px;
  z-index: 4; }
#descrip {
  position: absolute;
  left: 70px;
  top: 220px;
  width: 230px;
  padding: 0px;
  z-index: 1; }
