body {
  font: 14px Helvetica, Arial, sans;

}

a {
  color: black;
  text-decoration: none;
}

.clear  {
  clear: both;
}

#wrapper {
  height: 556px;
  margin: 0 auto;
  position: relative;
  width: 932px;
}

#text {
  background: transparent url('/img/blue-gradient-bg.png') repeat-y 0 0;
  float: left;
  height: 100%;
  width: 472px;
}

#image {
 background: transparent url('/img/blue-gradient-headshot.jpg') no-repeat;
 float: right;
 height: 100%;
 width: 460px;
}

#header {
	text-transform: uppercase;	
}

#header h1 {
	font-size: 45pt;
/* 	letter-spacing: -7px; */
	margin: 9px 0px 0px 0px;
	padding: 0px;
}

#header h2 {
	font-size: 14pt;
	margin:2px 0 0 2px;
	padding: 0px;
}

#menu {
	bottom: -10px;
	margin-left: 20px;
	font-size: 19pt;
	position: absolute;
  line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#menu ul {
  list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
/* 	display: inline-block; */
	float: left;
	font-size:0.8em;
	margin:0 0.25em;
	padding:0 0 0.3em;
	text-transform: uppercase;
}

#pane {
 width: 80%;
/* border-top: 4px double #B7CDD4;*/
/* background-color: white;*/
 opacity: 0.7;
 margin: 20px 0 0 30px;
 padding: 0px 6px;
 font-size: 0.85em;
 line-height: 1.3em;
 height: 390px;
 overflow: auto;
}