
h1 {
	font-size: 14px;
	font-weight: bold;
	color:#A4000D;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color:#A4000D;
}

h2.artistname {
	font-size:16px;
	color:#A4000D;
}
p, li, ul, ol, th, td {
	display: inline-block;
	color:#5A0005;
}


div.pinline {
	border-top: 1px solid #7F410E;
	margin-top: 12px;
	margin-bottom: 16px;
	display:block;
	clear:both;
}

div.spacer {
	display: block;
	height:30px;
}

a:link, a:visited, a {
	color:#A4000D;
	font-size: 11px;
}
a:hover, a:active {
	color:#CC4E01;
	font-size: 11px;
}

p a:link, p a:visited {
	color:#A4000D;
	font-size: 11px;
}
p a:hover, p a:active {
	color:#CC4E01;
	font-size: 11px;
}

span.num {
	font-size: 11px;
}

img.horizrule {
	display:block;
	clear:both;
	margin-top:12px;
	margin-bottom:15px;
}


/* FORM STYLES */

label {
	float: left;
	width: 140px;
	clear: both;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A4000D;
	background-color: white;
	padding: 3px;
	border: 0px;
	float: left;
	margin-bottom: 5px;
	width: 200px;
}

input.radios {
	width: 10px;
	background-color: transparent;
	float: none;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	top: 3px;
}


div.abouttext {
	width:280px; 
	text-align: justify;
}

div.abouttext p {
	width:280px; 
	text-align: justify;
}

strong.brown {
	color:#A4000D;
}

div.sponsor {
	width:100%;
	height:400px;
	background-image: url(../siteimages/illustration2.gif);
	background-repeat: no-repeat;
	background-position: right;
}