html, body{
	margin: 0;
	padding: 0;
	background: #00451d;
	font: 11pt "Georgia",serif;
	line-height: 150%;
	color: #fff;
}

a{ text-decoration: none; color: #fff; }
a:hover{ text-decoration: underline; }

/* Spacing
----------------------- */
.contentwrap{
	margin: 0 auto;
	padding: 14px 2%;
}

/* About Me w/ Header
----------------------- */
#aboutme{
	background: url("images/bg.gif") repeat-x top #001808;
	min-height: 420px;
}

#coat{
	background: url("images/coatofarms.gif") no-repeat top right;
	width: 138px;
	height: 144px;
	position: absolute;
	top: 18px;
	right: 2%;
}

#accent{ background: url("images/header_accent.gif") repeat-x top; background-position: 0 80px; }

#header{
	background: url("images/header.gif") no-repeat top left;
	height: 90px;
	margin-bottom: 8px;
}

h1{ display: none; }

#mccarthy{
	background: url("../images/mccarthy.jpg") no-repeat top left;
	float: left;
	width: 186px;
	height: 293px;
	border: 1px solid #003a18;
}

#aboutaccent{
	background: url("images/about_me_accent.gif") repeat-x top;
	height: 32px;
	margin-bottom: 4px;
}

#abouthead{
	background: url("images/about_me.gif") no-repeat top left;
	height: 32px;
}

#aboutinfo{
	margin: 0 136px 0 205px;
	color: #fff;
	padding-bottom: 8px;
}

/* Publications
--------------------- */
#publications{
	background: url("images/sub_bg.gif") repeat-x top;
}

#pubaccent{
	background: url("images/publications_accent.gif") repeat-x top;
	height: 34px;
	margin-bottom: 18px;
}

#pubhead{
	background: url("images/publications.gif") no-repeat top left;
	height: 34px;
}

#publications h2{
	border-bottom: 1px solid #fff;
	padding: 12px 4px;
	margin: 4px auto 12px auto;
	clear: both;
	font-size: 1.2em;
	width: 98%;
}

.break{
	clear: both;
	height: 20px;
}

.book{
	width: 33%;
	float: left;
	text-align: center;
	font-weight: bold;
	vertical-align: center;
	margin: 0 auto;
}

/* Footer
------------------ */
#footer{
	clear: both;
}