html {
	background: url(spot-background.jpg) repeat fixed;
}
body {
	width: 804px;
	margin: 0 auto;
	font-size: 13px;
	background: url(folkes-photography_background.gif) repeat-y;
}
a {
	text-decoration: none;
	color: #FFF;
}
#content {
	width: 800px;
	margin: 0px 2px 0px 2px;
	
}
#content p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #999;
	padding: 5px 2px 10px 2px;
	margin: 0px 2px 0px 2px;
}
#content .introduction {
	padding: 10px 0 10px 0;
}
#content .prose {
	width: 765px;
	padding: 0 0 0 10px;
	font-family: Georgia, Times, serif;
	font-size: 100%;
	color: #999;
}
#content .heading h1 {
	font-family: Georgia, Times, serif;
	font-size: 150%;
	color: #CCC;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
.picture-main {
	width: 800px;
	margin: 0px 2px 0px 2px;
	
}
.picture-box {
	width: 200px;
	height: 190px;
	float: left;	
}
.picture {
	width: 125px;
	max-height: 125px;
	background: #000000;
	margin: 5px 38px 0px 37px;
	border: 4px double #FFF;
	overflow: hidden;
}
* html .picture {
	height: 125px;
}
.titleblock {
	width: 190px;
	border: 2px solid #222;
	margin: 0 0 0 3px;
}
.authordate {
	width: 188px;
	padding: 1px;
	background-color: #999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	color: #666;
}
.title {
	width: 188px;
	padding: 1px;
	background-color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
	color: #999;
}
#pictureandtext {
	width: 800px;
	margin: 0px 2px 0px 2px;
}

.picturearea {
	width: 400px;
	float: left;
}
.picturearea .fullpicture {
	background-color: #000;
	margin: 10px 20px 10px 22px;
	border: 4px double #FFF;
}
.picturedetails {
	width: 375px;
	float: left;
}

.picturedetails .intro {
	font-family: Georgia, Times, serif;
	font-size: 100%;
	color: #999;	
}
.picturedetails .picdetails{
	font-family: Georgia, Times, serif;
	font-size: 100%;
	color: #777;
	padding: 10px 0 10px 0;
}
.picturenav {
	margin: 15px 0 0 5px;
}

.picturenav ul {
	list-style-type: none;
	margin-left: -38px;
}
* html .picturenav ul {
	margin-left: 5px;
}
.picturenav li {
	display: inline;
	padding: 0 12px 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
}
.picturenav li a {
	padding: 3px 3px 3px 3px;
	border: 1px solid #000;
}
.picturenav li a:link {
	color: #888;
	background-color: #222;	
}
.picturenav li a:active {
	color: #222;
	background-color: #888;	
}
.picturedetails li a:visited {
	color: #888;
	background-color: #222;	
}
.picturenav li a:hover {
	color: #222;
	background-color: #888;	
}

.pictitle h1 {
	font-family: Georgia, Times, serif;
	font-size: 150%;
	color: #CCC;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#footer {
	width: 804px;
	background-color: #222;
	clear: both;
}
#footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
	color: #999;
	padding: 10px 0 10px 10px;
}