body {
	background: #121212 url(fred-field-art/fred-field-background.gif) repeat;
	margin: 0px;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #aaa;
}
p {
margin: 7px 0;
color: #777;
}
p strong {
	color: #aaa;
}
ul {
margin: 0;
padding: 0;
}
li {
	list-style-type: none;
	display: inline;
}

a:link, a:visited {
	text-decoration: none;
	color: #999;
}
a:hover, a:active {
	text-decoration: underline;
	color: #c16204;
}
#top {
width: 940px;
padding: 0 20px;
margin: 40px auto 20px auto;
}
#homemain {
width: 980px;
height: 470px;
margin: 10px auto 10px auto;
}
#mainalbum {
width: 980px;
margin: 10px auto;
}
#biomain {
width: 980px;
height: 550px;
margin: 10px auto;
}

#rightnav {
float: right;
width: 230px;
height: 470px;
}
#biorightnav {
float: right;
width: 230px;
height: 550px;
}

#main {
width: 900px;
height: 600px;
margin: 10px auto 10px auto;
padding: 0px;
}
#bottom2 {
text-align: center;
width: 900px;
margin: 30px auto;
}
#contactright {
	margin-top: 30px;
	margin-right: 20px;
	float: right;
	padding-left: 30px;
}
#bioright {
	margin-top: 20px;
	float: right;
	padding-left: 15px;
	margin-bottom: 10px;
}
#testimonialright {
	margin-top: 20px;
	margin-right: 5px;
	float: right;
	width: 230px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#footer {
color: #999;
text-align: center;
width: 980px;
padding: 0;
margin: 20px auto 10px auto;
font-size: 10px;
}
.content {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='fred-field-art/content-bg.png');
	height: 430px;
	width: 700px;
	padding: 20px;
	font-size: 11px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.content[class] {
	background: url(fred-field-art/content-bg.png);
}

.content a:link, .content a:visited {
	text-decoration: none;
	color: #c16204;
	position: relative;
}
.content a:hover, .content a:active {
	text-decoration: underline;
	color: #999;
	position: relative;

}

.biocontent {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='fred-field-art/bio-bg.png');
	height: 520px;
	width: 700px;
	padding: 15px 20px;
	font-size: 11px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.biocontent[class] {
	background: url(fred-field-art/bio-bg.png);
}

.contactphoto {
	margin-bottom: 30px;
}
.testimonialphoto {
	margin-bottom: 5px;
}
.biophoto {
	margin-top: 10px;
}

.signature {
	margin-top: 10px;
	margin-right: 105px;
	float: right;
}

.headerphoto {
	margin-top: 15px;
	margin-bottom: 20px;
}
.creditname {
	color: #999999;
}
.right {
float: right;
}