body
{
	margin: 0px;
	background-color: #FFF;
	font-family: "Trebuchet MS", sans-serif;
}

#root_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 980px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}

#head_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 255px;
	overflow: hidden;
}

#head_ blockquote
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	margin: 70px 0px 0px 25px;
	padding: 0px 0px 0px 20px;
	background: url(../images/open_quote.png) no-repeat 0px 3px;
	font-family: Georgia, Times, serif;
	font-size: 20px;
	line-height: 27px;
	color: #666;
}

.closequote
{
	font-style: italic;
	background: url(../images/close_quote.png) no-repeat 3px 5px;
}

#logo_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 295px;
	height: 230px;
	margin: 25px 25px 0px 0px;
	float: right;
	overflow: hidden;
}

#menu_
{
	position:absolute;
	left: 25px;
	top: 220px;
	padding: 0px;
	margin: 0px;
	font-size: 30px;
}

#menu_ li
{
	padding-right: 50px;
	display: inline;
	list-style-type: none;
}

#menu_ a:link, #menu_ a:visited, #links_ a:link, #links_ a:visited
{
	color: #656565;
	text-decoration: none;
}

#menu_ a:hover, #links_ a:hover
{
	color: #C00;
}

a.active_ { color: #C00 !important; }

#body_
{
	margin: 25px 0px 0px 0px;
	padding: 0px 25px;
}

#content_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 400px;
	height: auto;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 20px;
	border-left: 1px solid #000;
	float: right;
	overflow: hidden;
}

#intro_
{
	font-size: 13px;
	line-height: 18px;
}

#links_
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 24px;
	line-height: 60px;
	border-top: 1px solid black;
}

#links_ li { margin: 0px 30px 0px 0px; display:inline;}
#contact_ a { color: #000; }
.section_
{
	margin: 0px 0px 25px 0px;
	clear: both;
}

.bio_
{
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid black;
}

.name_
{
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 40px;
	float: left;
	font-size: 30px;
	line-height: 40px;
}

p { margin: 0px 0px 15px 0px; font-size: 14px; line-height: 24px; }