body {
	background: url("images/background.png");
	background-color: #222222;
	text-align: center;
	font-family: Arial;
	margin:0;
	color: #fff;
	}
	
a {
	color: #fff;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: #ccc;
	}
	
h3 {
	font-size:16px;
}
	
h4 {
	font-size: 12px;
	}

h5 {
	font-size: 10px;
	}
	
select {
	font-size: 10px;
	}
	
#main {
	background: #000000;
	border: 2px solid #000;
	width: 740px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	}

#nav {
	background: url("images/nav-bg.png");
	background-color: #000;
	width: 740px;
	height: 30px;
	text-align: right;
	}
		
#imagebox {
	width: 740px;
	height: 500px;
	text-align: center;
	}
	
#storynav {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	width: 740px;
	height: 30px;
	text-align: left;
	display: block;
	}
	
	#storynav img {
		margin-top: 9px;
		margin-left: 5px;
		}

.storyid {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	float: left;
	color: #fff;
	padding: 10px;
	padding-top: 9px;
	}
	
.move {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	float: right;
	color: #fff;
	padding: 9px;
	padding-top: 9px;
	}
	
#portfolio {
	margin-left: 100px;
	margin-top: 60px;
	}
		
#thumbnails {
	margin-left: 0px;
	text-align: center;
	width: 545px;
	}
	
	.thumbnailrow {
		width: 545px;
		margin-top: 10px;
		}
	
	#thumbnails img {
		margin-bottom: 10px;
		}
	
	#thumbnails a img {
		border: 1px solid #000000;
		padding: 9px;
		}
		
	#thumbnails a:hover img {
		border: 1px solid #000000;
		}
		
#biography {
	margin-left: 100px;
	margin-top: 60px;
	font: 12px Arial, sans-serif;
	color: #fff;
	line-height: 120%;
	width: 545px;
	}
	
	#biography p {
		margin-left: 220px;
		margin-top: 0px;
		margin-bottom: 1em;
		}
		
	#biography a {
		color: #ddf;
		font-weight: bold;
		}
		
	#bioheader {
		padding-bottom: 60px;
		}
		
	.pullquote {
		display: block;
		font-size: 18pt;
		font-weight: bold;
		margin: 1em;
		margin-left: 0px;
		text-align: right;
		}
		
	#list {
		width: 255px;
		}
		
	#list a {
		font-size: 11px;
		color: #fff;
		width: 245px;
		padding: 10px;
		padding-right: 0px;
		display: block;
		border-top: 1px dotted #ddd;
		}
		
	#list a:hover {
		text-decoration: none;
		background: #222;
		}
		
	.item {
		font-size: 11px;
		color: #fff;
		width: 245px;
		padding: 10px;
		padding-right: 0px;
		display: block;
		border-top: 1px dotted #ddd;
		font-weight: bold;
		}
		
#largetype {
	margin-left: 100px;
	margin-top: 60px;
	width: 545px;
	text-align: center;
	}
		
#largetype p {
	font-size: 12px;
	line-height: 20px;
	}
	
table.contact {
	vertical-align:top;
	font-size:14px;
}

	table.contact td {
		font-size:12px;
		padding-bottom:8px;
	}
	
	table.contact td.field {
		padding-right:6px;
		vertical-align:top;
		color:#666;
	}
	
		
		
#lowernav {
	width: 721px;
	margin-top: 10px;
	margin-left: 10px;
	clear: both;
	display: block;
	}
	
	#lowernavcontent {
		padding-top: 0px;
		font-family: Verdana, Arial;
		font-size: 9px;
		color: #fff;
		}
	
#footer {
	margin-top: 80px;
	margin-bottom: 6px;
	border-top:1px solid #111;
	font-size: 9px;
	text-align: center;
	color: #aaa;
	clear: both;
}

	#footer p {
		margin:6px;
	}
	
	

		
