body {
	background-color: #ffffff;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 20px;
}
body#slideshow {
	margin-top: 5px;
}
a {
	text-decoration: none;
	color:#000000;
	border: 0;
}
a {
	border: 0;
}
a:hover {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}

/* Frame Setup */

.content_wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	border-top: 1px solid #000000;
	height: 580px;
}
.header {
	height: 51px;
	margin: 10px 0 10px 0;
	background-image: url(/images/frame/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.header span {
	display: none;
}

/* Menu Setup */

.menu {
	border-top: 1px solid #000000;
	height: 21px;
	position: absolute;
	bottom: 0;
	width: 900px;
	clear: both;
}
.menu li {
	float: left;
	position: relative;
	text-transform: uppercase;
}
.menu li span {
	display: none;
}
.menu a {
	display: block;
	margin-right: 20px;
	padding: 12px 2px 2px 2px;
	border-bottom: 1px solid #ffffff;
}
#menu li ul {
	position: absolute;
	left: -999em;
	bottom: 28px;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0 5px 0 5px;
	width: 288px;
}
#menu li ul li {
	position: relative;
	float: left;
	width: 100%;
}
#menu li:hover ul {
	left: 0;
}
#menu li:hover ul a {
	display: block;
}

/* Content Setup */

.content {
	font-size: .9em;
	line-height: 1.4em;
	padding: 0;
}
.content img.right {
	float: right;
	margin-left: 15px;
}
.title {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0;
}

/* Trilogy Setup */

.trilogy_text {
	text-align: justify;
	line-height: 1.5em;
	width: 480px;
}
.trilogy_text p.title {
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 40px;
	text-align: left;
}
.trilogy_images {
	position: absolute;
	right: 0;
	top: 140px;
	text-align: right;
}
.trilogy_images a {
	padding: 0 0 0 3px;
}
.quote {
	font-size: .8em;
	color: #444444;
	padding: 0 20px 0 20px;
	font-style: italic;
	line-height: 1.5em;
}
.quote_title {
	font-size: .9em;
}

/* Slideshow Setup */

.content_wrapper#slideshow {
	border: 0;
}
.slideshow_back {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.slideshow_back a {
	display: block;
	font-size: 1.1em;
}

/* CV Setup */

#cv p {
	margin: 0 0 4px 0;
	font-size: .8em;
	line-height: 1.3em;
	text-indent: 0px;
}
#cv p.section_header {
	text-transform: uppercase;
	font-size: 1em;
	margin: 10px 0 10px 0;
	font-weight: bolder;
}
#cv p.sub_header {
	text-transform: uppercase;
	margin: 10px 0 10px 0;
}
#cv div.column {
	width: 425px;
	float: left;
	padding: 0 10px 0 0;
}

/* Research Setup */

.research_image {
	height: 200px;
	width: 40px;
}

/* Contact Setup */

#contact form {
	margin: 100px 0 0 150px;
}