body {
	color: #111;
	background: #cce0e2 no-repeat url(gfx/index.jpg);
	font-family: "gill sans",Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
#nav {
	position: absolute;
	width: 800px;
	top: 40px;
	margin-left: 110px;
	}
#logo {
	position:relative;
	width: 340px;
	height: 90px;
	}
#wrapper {
	margin:80px 0 150px 170px;
	padding-bottom:30px;
/*	padding-right:20px; */
	background: no-repeat url(gfx/footer.gif);
	background-position: 110px bottom;
	}
#content {
	position: relative;
	margin-left: 110px;
	width: 480px;
	}
ul {	
	padding: 0;
	margin: 0;
	list-style: none;
	}
ul.navlist {
	margin: 0 0 0 0;
	font-size: 10px;
	}
.navlist a {
	color: #000000;
	}
.navlist a:hover {
	color: #769134;
	}
.navlist li {
	display: inline;
	padding-right: 10px;
	}
p {
	line-height: 1.3em;
	}

.caption {
	display: block;
	font-weight: normal;
}

.pullquote {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

ul.credits {
	width: 300px;
}

.credits li {
	padding-top: 3px;
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #769134;
	}
.currentpage {
	color: #769134;
	}
h1, h2, h3 {
	color: #111111;
	}
h1 {
	font-size: 14px;
	padding-top: 10px;
	border-top: 1px solid #000000;
}
h2 {
	position: relative;
	font-size: 12px;
	padding-top: 15px;
	margin: 0 0 0;
	left: -1px;
	}
h3 {
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	}
blockquote {
	font-style: italic;
	font-weight: bold
	}
.reviewer {
	font-weight: normal;
	font-size: 12px;
	display: block;
	margin-left: 10px;
	margin-top: 15px;
	}
.italic {
	font-style: italic;
	}
.bold {
	font-weight: bold;
	}