body { 
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #330;
	}
	
h1, h2, h3, h4, h5, h6 { font-family: Optima, Georgia, Garamond, Times, "Times New Roman", serif; }
p, li, td, pre { font-family: Optima, Arial, Helvetica, Verdana, sans-serif; }
blockquote { font-family: monospace; }
	
h1, h2, h3, h4, h5, h6 { margin: 0 0 10px 0; padding: 0; clear: left; }
p, pre { margin: 0 0 10px 0; padding: 0; }
blockquote { margin: 0 30px 10px 30px; padding: 0; }

h1 { font-size: 18px; line-height: 1.2; }
h2 { font-size: 14px; line-height: 1.2; }
h3, h4, h5, h6, th, dt { font-size: 12px; line-height: 1.2; }

h2 { background: #ebeeb1; padding: 3px; }

p, li, td, blockquote, pre, dd { font-size: 12px; line-height: 1.2; }

ul, ul li { list-style: square; }
ul, ol { margin: 0 20px 10px 20px; padding: 0; }
li { margin: 0 0 5px 0; padding: 0; }

dl { margin: 0 0 10px 0; padding: 0; }
dt { font-weight: bold; margin: 0 0 5px 0; padding: 0; }
dd { font-style: italic; margin: 0 10px 10px 10px; padding: 0; }

a { text-decoration: none; font-weight: bold; }

a:link { color: #900; }
a:hover { color: #600; text-decoration: underline; }
a:visited { color: #300; text-decoration: underline; }

img { border: 1px solid #555; padding: 1px; background: #fcffca; }
img.right { float: right; margin: 0 0 10px 10px; }
img.left { float: left; margin: 0 10px 10px 0; }

table { 
	border: 1px solid #555; 
	margin: 0 0 10px 0;
	cellpadding: 0;
	border-collapse: collapse;
	width: 100%;
	}

tr.odd { background: #ebeeb1; }
th { border-bottom: 1px solid #555; padding: 3px 5px; }	
td { padding: 5px; vertical-align: top; }

#wrapper {
	width: 748px;
	margin: 25px auto;
	padding: 0;
	border: 1px solid #fff;
	text-align: left;
	background: #fff url(/images/06spring/slice.jpg) top center repeat-y;
	}
	
#header {
	background: url(/images/06spring/header.jpg) top center no-repeat;
	height: 150px;
	border-bottom: 1px solid #000;
	position: relative;
	}
	
#header h4, #header p {
	position: absolute;
	font-size: 28px;
	font-weight: bold;
	font-family: Garamond;
	text-transform: lowercase;
	}
	
#header a:link { color: #fff; text-decoration: none; }
#header a:visited { color: #fff; text-decoration: none; }
#header a:hover { color: #900; text-decoration: none; }
	
#header h4 { left: 10px; top: 1px; }
	
#header p { right: 10px; bottom: 5px; color: #330; margin-bottom: 0; }
	
#main { width: 570px; float: left; }
	
#nav { width: 170px; float: right; }

#nav ul, #nav li { list-style: none; }

#main div.spacer,
#nav div.spacer { margin: 0; padding: 10px; }

#footer { clear: both; background: #fff; border-top: 1px solid #000; }

#footer p { margin: 0; padding: 7px; }

p.top { float: right; }

.note, .more { font-style: italic; border-top: 1px solid #555; padding-top: 5px; }
.details { font-style: italic; text-align: right; }
.more { margin-top: 15px; }

.details cite,
.details i,
.more cite,
.more i {
	font-style: normal;
	}
	
img.bio { float: left; margin: 0 10px 10px 0; }

div.mast {
	border: 1px solid #555;
	padding: 7px 7px 0 7px;
	margin: 0 0 10px 0;
	}
	
div.mast h2 {
	border-bottom: 1px solid #555;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: #fcffca;
	}
	
div.mast img {
	float: right;
	}
	
div.mast p.job {
	font-size: 11px;
	line-height: 1.1;
	font-style: italic;
	}

ul#browse li {
	border: 1px solid #555;
	margin: 2px;
	margin-bottom: 10px;
	padding: 0;
	float: left;
	width: 25px;
	list-style: none;
	}
	
ul#browse li.none { font-weight: bold; text-align: center; }
ul#browse li.half { clear: left; }
ul#browse li a { display: block; font-weight: bold; text-align: center; }
	
ul.totem, ul.totem li { list-style: none; }
ul.totem li { width: 210px; float: left; background: #fff; border: 1px solid #333; margin: 0 5px 5px 0; padding: 5px; }
ul.totem a { display: block; margin: 0 auto; text-align: center; }
ul.totem img { display: block; margin: 5px auto; text-align: center; }

table#contact { background: #ebeeb1; }
	
input, textarea { background: #fff; border: 1px solid #555; }

form#newsletter {
	border: 1px solid #555;
	background: #ebeeb1;
	margin: 0 10px 10px 10px;
	padding: 10px 10px 0 10px;
	text-align: center;
	}

