body
{
	padding: 0;
	margin: 0;
	background: #8B7355 url(images/bg.jpg) repeat-x;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
	
}

img
{
	border: 0;
}

a {
	color: #87CEFA;
}

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

#banner {
	position: absolute;
	top:0px;
	left:10px;
	height:159px;
	width:200px;
}

#header
{
	position:absolute;
	left: 40px;
	top: 45px;
	width: 700px;
	height: 51px;
	letter-spacing: 1px;
	float:right;
}

#centercontainer
{	
	margin:0 auto;
	width:900px;
	min-height:800px;
	padding-top:140px;
	
}

#outercontainer
{	
	margin:0 auto;
	width:900px;
	min-height:800px;
	background:#FFF url(images/container_bg.jpg) repeat-x;
	border:1px #B1CEE7 solid;
	
}

#containertitle {
}

#containertitle h2{
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	font-style:italic;
	}

#container    {	
	width: 900px;
	height: 450px;
	border-bottom:#FFF 1px dotted;
	
}

/* -------------------------- container left ------------------------*/

#containerleft
{
	float: left;
	width: 660px;
	height: 450px;
	background:#326A9A url(images/containerleft_bg.jpg) repeat-x;
}

#imagegallery {
	margin:20px;
	border-left: #B1CEE7 1px solid;
	border-bottom: #326A9A 1px solid;
	border-top: #B1CEE7 1px solid;
	border-right: #326A9A 1px solid;
}

#containerleft a
{
	text-decoration: none;
	color: #326A9A;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FEF0C9;
}

/* -------------------------- container right ------------------------*/

#containerright
{
	float: left;
	width:239px;
	height: 450px;
	background: #555 url(images/containerright_bg.jpg) repeat-x;
	overflow: hidden;
	border-left:#fff dotted 1px;
	line-height:1em;
}

#containerright h2
{
	margin: 10px 0px;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 1.5em;
	padding-top: 5px;
}

#containerright a
{
	text-decoration: underline;
	color: #FFFFCC;
	font-weight:bold;
}

#containerright a:hover
{
	text-decoration: none;
	color: #ccc;
}

#containerright ul {
	list-style-type:none;
}

#containerright li a {
	list-style-type:none;
	width:200px;
	margin:10px 0px;
	text-decoration: none;
	float: left;
	font-size:1em;
	display:block;
}

#containerright li a img{
	float: left;
	position:relative;
	margin-left:-30px;
	margin-top:-5px;
}

/* -------------------------- content ------------------------*/

#content {
color:#333333;
padding: 20px;
}

#content h1
{	color:#333333;
	margin-top:10px;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -6px;
	line-height:.25em;
	font-size: 4em;
	font-weight:bold;
}

#content h2
{ 	color:#333333;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
}



/* -------------------------- artists ------------------------*/


#artists {
	height:auto;
	float:left;
}

#artists ul
{
	padding: 20px;
	margin: 0;
	float: left;
	width:500px;
}

#artists ul li
{
	display:inline;
}

#artists ul li
{	width:120px;
	padding: 10px;
	margin:10px 10px;
	border:#CCC dotted 1px;
	text-decoration: none;
	float: left;
	font-size:1em;
	display:block;
	background:#fff;
}

#artists ul li a.name
{
	font-weight:bold;
}

#artists ul li a.name:hover
{
	color: #CCCCCC;
}

#artists ul li a.link
{
	font-style:italic;
	font-size:.8em;
}

#artists ul li a.link:hover
{
	color: #CCCCCC;
}

#artists_right {
	float:right;
}

/* -------------------------- footer ------------------------*/


#footer
{	
	width: 100%;
	height:300px;
	background:#583d28 url(images/footer_bg.jpg) repeat-x;
	margin-top: 70px;
	padding-left: 20px;
	color: #FFFFFF;
	float:left;
}

#footer h1
{	color:#FFF;
	margin-top: 40px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -6px;
	line-height:.25em;
	font-size: 4em;
	font-weight:bold;
}

#footer a
{
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}

#footer a:hover
{
	text-decoration: none;
	color: #CCC;
}

#footer ul {
	display:inline;
}

#footer ul li
{	
	padding: 10px;
	margin:10px;
	text-decoration: none;
	float: left;
	font-size:1em;
	display:block;
	line-height:.9em;
}

#footer ul li a.name
{
	font-weight:bold;
	color: #B1CEE7;
}

#footer ul li a.name:hover
{
	color: #FFF;
}

#footer ul li a.title
{
	font-style:italic;
	font-size:.8em;
	font-weight:100;
}

#footer ul li a.title:hover
{
	color: #B1CEE7;
}