body#bodyhome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #0E0E0E url(/images/bg_home.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #0E0E0E url(/images/bg_content.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	margin: auto;
	position: relative;
	width: 880px;
	text-align: left;
}
#logo_home {
	position: absolute;
	left: 90px;
	top: 40px;
	width: 359px;
}
#logo {
	position: absolute;
	left: 70px;
	top: 23px;
	width: 190px;
}
#art1 {
	position: absolute;
	right: 35px;
	top: 19px;
	z-index: 2;
	width: 259px;
}
#art2 {
	position: absolute;
	right: 188px;
	top: 189px;
	z-index: 1;
	width: 256px;
}
#art3 {
	position: absolute;
	right: 69px;
	top: 369px;
	z-index: 2;
	width: 267px;
}
/* begin navigation */
#navhome {
	position: absolute;
	left: 90px;
	top: 130px;
	width: 200px;
}
#nav {
	margin: 42px 0;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
	padding: 0 20px;
	float: left;
}
#biography span, #gallery span, #commissions span, #contact span, #home span {
	display: none;
}
#biography a {
	display: block;
	width: 88px;
	height: 26px;
	background: url(/images/nav_biography.gif) no-repeat;
	text-decoration: none;
}
#biography a:hover {
	background-position: 0 -26px;
}
#gallery a {
	display: block;
	width: 58px;
	height: 26px;
	background: url(/images/nav_gallery.gif) no-repeat;
	text-decoration: none;
}
#gallery a:hover {
	background-position: 0 -26px;
}
#commissions a {
	display: block;
	width: 106px;
	height: 26px;
	background: url(/images/nav_commissions.gif) no-repeat;
	text-decoration: none;
}
#commissions a:hover {
	background-position: 0 -26px;
}
#contact a {
	display: block;
	width: 66px;
	height: 26px;
	background: url(/images/nav_contact.gif) no-repeat;
	text-decoration: none;
}
#contact a:hover {
	background-position: 0 -26px;
}
#home a {
	display: block;
	width: 46px;
	height: 26px;
	background: url(/images/nav_home.gif) no-repeat;
	text-decoration: none;
}
#home a:hover {
	background-position: 0 -26px;
}
/* end navigation */
#content {
	position: absolute;
	left: 300px;
	width: 580px;
}
#footer {
	margin-top: 40px;
	text-align: center;
}
#copyright {
	padding-top: 10px;
	font-size: .9em;
	color: #ADACAB;
}
#tagline {
	text-align: center;
	font-size: .9em;
}
#tagline a, #tagline a:active, #tagline a:visited {
	color: #6E6D6B;
	text-decoration: none;
}
#tagline a:hover {
	color: #ADACAB;
	text-decoration: none;
}
h1 {
	text-align: center;
	padding-top: 85px;
	margin-bottom: 30px;
}
h1 span {
	display: none;
}
h2 {
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
	margin: 20px 0;
}
a:link, a:active, a:visited {
	color: #989898;
	text-decoration: none;
}
a:hover {
	color: #989898;
	text-decoration: underline;
}
img {
	padding: 0px;
	margin: 0px;
}
.biopic {
	padding: 0 0 10px 30px;
}