body {
	font-family: georgia, serif;
	background-color:#fff;
}

a {
	text-decoration:none;	
}

#page {
	margin: 0 auto;
}

img.portrait {
	width:150px;
	float:left;
	margin-right:50px;
	margin-left:30px;
	border-top:5px solid #666;
	border-right:5px solid #222;
	border-left:5px solid #aaa;
	border-bottom:5px solid #666;
}

#header img {
}

#header h2 {
	margin:0;
	padding:0;
	font-size: 1em;
}

#nav {
	font-family:arial, sans-serif;
	font-size:0.8em;
	letter-spacing:0.01em;
	float:left;
	clear:both;
	position:absolute;
	width:200px;
	top:225px;
}

#nav h1 {
	margin:0;
	margin-left:30px;
	padding:0;
	font-size:1em;
}

#nav p {
	margin:0;
	margin-left:30px;
	padding:0;
	font-size:.9em;
}

#nav a {
	font-weight: bold;
	color:red;
	border-bottom:1px dotted #ccc;
}

#nav a:hover {
	background-color: #ddd;
}

#nav ul, li {
	list-style: none;
	line-height: 1.5em;
}

#content {
	position:absolute;
	left:235px;
	top: 90px;
	float:right;
	padding-left: 20px;
	width:450px;
}

#content h1 {
	font-size:1.3em;	
}

#content h2 {
	font-family:arial, sans-serif;
	font-size:1em;
	letter-spacing:.3em;
	font-weight:bold;
	color:red;
	margin-bottom:30px;
}

#content p {
	line-height:1.4em;
}

#content img.right {
	float:right;
	border:0px solid black;
	margin:5px;
	padding:0;
}

#content p.quote {
	background:url('images/pullquotes2.gif') bottom right no-repeat;	
	padding-right:30px;
}

#quote {
	background:url('images/pullquotes.gif') top left no-repeat;
	padding-left:40px;
	font-size:0.8em;
	font-style:italic;
	text-indent:10px;
	width:375px;
}

.firstletter {
	font-size:1.5em;
	padding:2px;
	margin-right:3px;
	margin-bottom:7px;
	font-weight:bold;
	border:1px solid black;
	color:black;
	background:#ccc;
}

.caption {
	font-size:0.9em;
}
