<!--
body{
	margin:3px 0px 0px 3px;
}

div.header{
	background-image:url(images/header_bgskull.jpg);
	width:800px;
	height:190px;
}

div.title_nav{
	position:relative;
	left:237px;
	top:80px;
	width:550px;
	text-align:right;
	font-family:times,serif;
	font-size: 10pt;
	
}

div.main{
	background-image:url(images/main_bgskull.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:800px;
	height:370px;
}

div.content{
	position:absolute;
	left:30px;
	top:135px;
	width:380px;
	height:212px;
	text-align:justify;
}

div.bio{
	font-size:10pt;
	color:#333;
	font-family:arial, trebuchet, sans-serif;
	height:180px;
	overflow:auto;
	padding:0px 15px 0px 0px;
}

div.contact{
	
	font-size:10pt;
	color:#333;
	font-family:arial, trebuchet, sans-serif;
	text-align:left;
	height:180px;
	overflow:auto;
	padding:0px 15px 0px 0px;	
}

div.links{
	font-size:10pt;
	color:#333;
	font-family:arial, trebuchet, sans-serif;
	height:180px;
	width:425px;
	overflow:auto;
	text-align:left;
}

div.pic{
	position:absolute;
	left:460px;
	top:5px;
	width:360px;
	height:360px;
	background-color:#fff;
	text-align:center;
	vertical-align:50%;
}

div.footer{
	position:absolute;
	top:570px;
	background-color:#666;
	color:#ffffff;
	font-size:10pt;
	width:830px;
	height:30px;
}

div.footer_links{
	position:absolute;
	font-size: 90%;
	top:8px;
	left:10px;
}

div.props{
	position:absolute;	
	font-size: 80%;
	top:8px;
	left:600px;
	color:#fff;
}

.contact-list li
{
	padding-bottom: 7px;
}

div.thumbs{
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

h4
{
	text-decoration: underline;
}

.artist{
	font-family:arial, trebuchet, sans-serif;
	font-size:12pt;
	font-weight:bold;
	margin-right:20px;
}

.artist a:link{
	font-size:8pt;
	text-decoration:underline;
}

.artist a:visited{
	font-size:8pt;
	text-decoration:underline;
}

.footer a:link{
	font-size: 8pt;
	color:#ffffff;
	text-decoration:none;
}

.footer a:visited{
	font-size: 8pt;
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover{
	font-size: 8pt;
	color:#ffffff;
	text-decoration:underline;
}

a:link{
	color:#999966;
	text-decoration:none;
}

a:visited{
	color:#999966;
	text-decoration:none;
}

a:hover{
	color:#333333;
	text-decoration:underline;
}

.update{
	width:800px;
	font-family:arial, trebuchet, sans-serif;
	font-size:8pt;
	text-align:right;
	color:#ccc;
}

.underline{
	text-decoration:underline;
}

img{
	border:none;
}

img.thumb{
	width:33px;
	height:33px;
	border:solid thin #999;
}
-->