body {
	margin: 0;
}
.index {
	background: #6e161c url(/images/background.jpg) repeat-x top;
}
.biobg {
	background-repeat: no-repeat;
	background-position: center top;
}
.coastal {
	background: #3b4c49 url(/coastallife/images/coast_bg.jpg) repeat-x top;
}
.pets {
	background: #72472a url(/petportraits/images/pets_bg.jpg) repeat-x top;
}
.surf {
	background: #141d32 url(/surfboards/images/surf_bg.jpg) repeat-x top;
}
.popart {
	background: #32292d url(/popart/images/popart_bg.jpg) repeat-x top;
}
.headshot {
	padding: 0 10px 10px 0;
}
p,td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
}
.title {
	color: #e8c1a7;
}
.subhead {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
}
.textfield {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #cc0066;
}
a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc0066;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}