body {
	margin: 0;
	padding: 0;
}

div#headerwrap {
	position: relative;
	z-index: 0;
	width: 100%;
	background: url(../images/header_wrap.gif) left top repeat-x;
}

div#header {
	height: 160px;
	background: url(../images/header.gif) 50% 0 no-repeat;
}

h1 {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 125px;
	text-indent: -9999px;
}

h1 a {
	margin: 0 auto;
	width: 750px;
	height: 125px;
	display: block;
	text-decoration: none;
}

h2 {
	margin: 0;
	padding: 0;
	display: none;
}

p.access {
	display: none;
}

p.quote {
	margin: -105px auto 0 auto;
	padding: 0 0 0 225px;
	width: 225px;
	color: #fff;
	font-family: georgia, "times new roman", times, serif;
	font-size: 75%;
	line-height: 1.5em;
	text-align: right;
}

div#fold {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 125px;
	background: url(../images/fold_ie.gif) right top no-repeat;
}

html>body div#fold {
	background: url(../images/fold.png) right top no-repeat;
}

div#fold p {
	margin: 5px 10px 0 0;
	padding: 0;
	width: 70px;
	color: #ce3513;
	float: right;
	font-size: 60%;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.5em;
	text-align: right;
}

div#fold p a {
	color: #ce3513;
	display: block;
	text-decoration: none;
}

div#fold p a:hover {
	color: #000;
	text-decoration: underline;
}

div#menu-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 82px;
	margin: -35px 0 0 0;
	background: url(../images/menu_fade.gif) left bottom repeat-x;
}

div#menu {
  margin: 0 auto;
  width: 830px;
}

div#menu ul {
	position: relative;
	left: -33px;
	margin: 0 0 0 95px;
	padding: 0;
	height: 40px;
}

div#menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: .75em;
  text-transform: uppercase;
	letter-spacing: 1px;
}

div#menu ul li, div#menu ul li a {
	display: block;
	float: left;
}

div#menu ul li a {
  color: #333;
	text-decoration: none;
	padding: 13px 10px;
}

#home a:hover     { background: #b72f11; color: #fff; }
#about a:hover    { background: #b72f11; color: #fff; }
#resume a:hover   { background: #b72f11; color: #fff; }
#features a:hover { background: #b72f11; color: #fff; }
#profiles a:hover { background: #b72f11; color: #fff; }
#essays a:hover   { background: #b72f11; color: #fff; }
#books a:hover    { background: #b72f11; color: #fff; }
#contact a:hover  { background: #b72f11; color: #fff; }

body#body-home     #home     a { background: #b72f11; color: #fff; }
body#body-about    #about    a { background: #b72f11; color: #fff; }
body#body-resume   #resume   a { background: #b72f11; color: #fff; }
body#body-features #features a { background: #b72f11; color: #fff; }
body#body-profiles #profiles a { background: #b72f11; color: #fff; }
body#body-essays   #essays   a { background: #b72f11; color: #fff; }
body#body-books    #books    a { background: #b72f11; color: #fff; }
body#body-contact  #contact  a { background: #b72f11; color: #fff; }

#about a { margin-right: 111px; }

div#containerwrap {
	position: relative;
	width: 750px;
	z-index: 2;
	margin: -40px auto 0 auto;
}

div#container {
	position: relative;
	z-index: 3;
	margin-left: 25px;
}

div#maincontent {
	width: 425px;
	margin: 25px 0 25px 190px;
	padding: 0 0 0 25px;
	background: url(../images/dots.gif) left top repeat-y;
}

div#maincontent h3 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-family: georgia, "times new roman", times, serif;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.1em;
}

div#maincontent div h3 {
	margin-bottom: -10px;
	padding: 0 0 15px 0;
	font-style: italic;
	background: url(../images/dots.gif) left bottom repeat-x;
	text-transform: lowercase;
}

div#maincontent h3 a {
	color: #8b220c;
	text-decoration: none;
}

div#maincontent h3 a:hover {
	text-decoration: underline;
}

div#maincontent h4 {
	margin: 5px 0 10px;
	padding: 0;
	color: #333;
	font-family: georgia, "times new roman", times, serif;
	font-size: 115%;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.3em;
}

div#maincontent h5 {
	margin: 10px 0 5px 0;
	padding: 0;
	color: #333;
	font-family: georgia, "times new roman", times, serif;
	font-size: 125%;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.3em;
}

div#maincontent p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
	font-family: georgia, "times new roman", times, serif;
	font-size: 85%;
	line-height: 1.5em;
	text-align: justify;
	text-indent: 1em;
}

body#body-home div#maincontent p {
	text-indent: 0;
}

div#maincontent p a, div#maincontent ul a, div#maincontent dl {
	color: #8b220c;
}

div#maincontent p a:hover, div#maincontent ul a:hover, div#maincontent dl a:hover {
	color: #ce3513;
}

div#maincontent p.appear {
	margin: 0 0 10px 0;
	color: #666;
	text-transform: lowercase;
	font-style: italic;
	text-align: left;
	text-indent: 0;
}

body#body-home div#maincontent p.appear {
	margin: 0 0 5px 0;
}

div#maincontent p.appear a {
	color: #666;
}

div#maincontent p.appear a:hover {
	color: #333;
}

div#maincontent p.appear cite {
	text-transform: capitalize;
	font-style: normal;
}

div#maincontent p.more {
	margin: 5px 0;
	color: #ce3513;
	font-size: 75%;
	text-indent: 0;
}

div#maincontent p.more a {
	color: #8b220c;
}

div#maincontent p.more a:hover {
	color: #ce3513;
	text-decoration: none;
}

div#maincontent ul, div#maincontent ol {
	margin: 0 0 5px 30px;
	padding: 0;
	color: #000;
	font-family: georgia, "times new roman", times, serif;
	font-size: 85%;
}

div#maincontent ul li, div#maincontent ol li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

div#maincontent ul li {
	list-style: square;
}

div#maincontent div#more {
  clear: both;
	margin: 20px 0 10px 0;
	padding: 0 15px;
	background: #ffffc1;
	border: 1px solid #e7e7af;
	color: #333;
	font-family: georgia, "times new roman", times, serif;
}

div#maincontent div#more h4 {
	margin: 10px 0;
	padding: 0;
	font-size: 110%;
	font-weight: normal;
}

div#maincontent div#more p {
	margin: 10px 0;
	padding: 0;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	text-indent: 0;
}

div#maincontent div#more a {
	color: #8b220c;
}

div#maincontent div#more a:hover {
	color: #ce3513;
}

div#maincontent dl {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: georgia, "times new roman", times, serif;
	line-height: 1.5em;
}

div#maincontent dl dt {
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 85%;
	background: url(../images/bullet.gif) top left no-repeat;
}

div#maincontent dl dd {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	color: #333;
	font-size: 80%;
	background: url(../images/bullet_open.gif) top left no-repeat;
}

div#sidebar {
	width: 170px;
	float: left;
}

div#sidebar div.favorites {
	background: #ffffc1;
	border: 1px solid #e7e7af;
	margin: 0 0 25px 0;
	padding: 10px 15px 5px;
	font-family: georgia, "times new roman", times, serif;
}

div#sidebar div.favorites h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
	font-size: 100%;
	font-style: italic;
}

div#sidebar div.favorites p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
	font-size: 80%;
	font-style: italic;
	line-height: 1.5em;
	text-align: left;
}

div#sidebar div.favorites ul {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
}

div#sidebar div.favorites ul li {
	margin: 0 0 3px 0;
	padding: 0;
	list-style: square;
}

div#sidebar div.favorites a {
	color: #8b220c;
}

div#sidebar div.favorites ul li a {
	display: block;
}

div#sidebar div.favorites a:hover {
	color: #ce3513;
}

div#sidebar p {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	color: #666;
	font-family: georgia, "times new roman", times, serif;
	font-size: 80%;
	line-height: 1.5em;
	text-align: left;
}

div#sidebar p.more {
	background: #ffffc1;
	border: 1px solid #e7e7af;
	color: #333;
	margin: 15px 0 0 0;
	padding: 3px 10px;
	font-size: 85%;
	font-style: italic;
	line-height: 2em;
}

div#sidebar p.more a {
	color: #8b220c;
}

div#sidebar p.more a:hover {
	color: #ce3513;
}

div.imageright {
	margin: 10px 0 5px 15px;
	float: right;
}

div.imageleft {
	margin: 10px 15px 5px 0;
	float: left;
}

div.imageright img, div.imageleft img {
	border: 0;
	display: block;
}

div.imageright a, div.imageleft a {
	padding: 7px;
	background: #fff;
	border: 1px solid #ce3513;
	display: block;
}

div.imageright a:hover, div.imageleft a:hover {
	background: #ffffc1;
}

div#sidebar div.imageright a, div#sidebar div.imageleft a {
	padding: 5px;
}

div.imagerightinside, div.imageleftinside {
	margin: 5px 0 5px 15px;
	float: right;
}

div.imageleftinside {
	margin: 5px 15px 5px 0;
	float: left;
}

div.imagerightinside img, div.imageleftinside img {
	padding: 7px;
	background: #fff;
	border: 1px solid #ce3513;
	display: block;
}

div.imagerightinside img.bare {
	padding: 7px;
	background: #fff;
	border: 0;
	display: block;
}

div#pen {
	position: absolute;
	bottom: 25px;
	left: -200px;
	width: 600px;
	height: 471px;
	background: url(../images/pen.gif) left bottom no-repeat;
}

html>body div#pen {
	bottom: 0;
}

div#footerwrap {
  clear: both;
	height: 35px;
	background: #ce3513 url(../images/footer.gif) left top repeat-x;
}

div#footer {
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 750px;
}

div#footer p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 60%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div#footer p a {
	color: #fff;
}

div#footer p a:hover {
	text-decoration: none;
}

div#resumestyle p {
	margin: 15px 0 20px 0;
	text-indent: 0;
}

div#resumestyle h4 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0;
}

div#resumestyle h5 {
	margin: 10px 0;
	padding: 0;
	color: #8b220c;
	font-family: georgia, "times new roman", times, serif;
	font-size: 100%;
	font-weight:bold;
	letter-spacing: -.5px;
	line-height: 1.3em;
}

div#resumestyle dl {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 100%;
}

div#resumestyle dl dt {
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 90%;
	background: #fff url(../images/dots.gif) left bottom repeat-x;
}

div#resumestyle dl dd {
	margin: 0 0 10px 10px;
	padding: 0;
	background: none;
	font-size: 85%;
}

div#resumestyle dl dd.bullet {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) left top no-repeat;
}

div#resumestyle dl dd.subbullet {
	margin: 0 0 0 30px;
	padding: 0 0 0 15px;
	background: url(../images/bullet_open.gif) left top no-repeat;
}

div#resumestyle span {
	font-weight: bold;
	margin: 0;
	padding: 0;
}