@charset "UTF-8";
body  {
	color:#CCCCCC;
	font: 90% "Times New Roman", Times, serif;
	background: #782929;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link, a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
 #container {
	width: 800px;
	margin: 0 auto;
	border: 1px none #000000;
	text-align: left;
	position: relative;
} 
 #header {
	background: #782929;
	margin: 0px;
} 

#backing {
	background: url(images/bgwhite.jpg) no-repeat;
	height: 533px;
}
#index  #backing {
	background: url(images/bg.jpg) no-repeat;
}
 #sidebar1 {
	float: left;
	width: 220px;
	text-align: left;
	padding: 4px 0 0 5px;
}
 #mainContent {
	margin: 0 0 0 235px;
	padding: 10px 55px 0 15px;
	text-align: justify;
} 

 #footer {
	padding: 0;
	background:#782929;
	clear: both;
	float: left;
	width: 800px;
} 

h1, h2, h3, h4 {
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CCCCCC;
	padding:0;
	margin:0;
}
h1{
	text-decoration:underline;
	font-size: 24px;
}
 #footer p {
	margin: 0; 
	padding: 10px 0;
	text-align: center;
	font: 70% "Trajan Pro", "Times New Roman", Times, serif;
}
#copyright p  {
	font-size: 50%;
	font-weight: normal;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}

#mainContent a:hover img, #mainContent a:active img {
	border: solid #fff 1px;
}

#mainContent img{
	padding: 0;
	margin: 1px;
	border: solid #666 1px;
}
#artwork {
	float: left;
}

#artist {
	display: inline-block;
	width: 170px;
	float: left;
	text-align: left;
	color: #999999;
}
