body {
	background-color: #222;
	margin: 0;
	color: #e7e7e7;
	font-family: Georgia,serif;
	line-height: 20px;
	font-size:13px;
	text-align: center;
	min-width: 700px;
	padding: 20px 30px;
}

#page {
	padding-bottom: 15px;
	width: 700px;
	margin: 0pt auto;
	text-align: left;
	border-bottom: solid 1px;
   position: relative;
}

a:link, a:visited, a:active {
	color: #d5bc15;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a {
   outline: none;
}

h1, h2 {
	font-size: 200%;
	font-weight: normal;
	line-height: 32px;
}

h1 {
	border-bottom: solid 1px;
	margin: 0px;
	padding-bottom: 2px;
	font-weight: bold;
}

h2 {
	margin-top: 2px;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-size: 150%;
	font-weight: bold;
}

p.address {
	margin-bottom: 2em
}

img {
	float: left;
	margin: 2px 20px 10px 0;
}

#imagerotator {
	float: left;
	margin: 0 20px 10px 0;
	width: 256px;
	height: 192px;
	overflow: hidden;
}

#imagerotator img{
	width: 256px;
	height: 192px;
	top: 0;
	left: 0;
}

#imagerotator p {
	margin: 0;
}

#nav {
	margin-top: 14px;
	position: absolute;
   top: 32px;
   right: 0;
	font-weight: bold;
}

#nav li {
   display: block;
   float: left;
   padding: 0 8px;
}

#nav li.last {
   padding-right: 0;
}

#resume td {
	padding-bottom: .5em;
}

#resume .indent {
	margin-left: 1.5em;
}

#resume .col2, #resume .col3, #resume .smaller {
	font-size: 90%;
}

#resume .col1 { width: 28em }
#resume .col2 { width: 15em }
#resume .col3 { width: 10em }

#reviews .quote {
	margin-bottom: 2px;
	margin-top: 1.25em;
}

#reviews .byline {
	margin: 0 0 0 2em;
	font-size: 85%;
	line-height: 17px;
}


