@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	background-color: #202020;
	background-image: url(../images/artback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 } 
#address {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
	float: right;
	margin-top: 30px;
	margin-right: 15px;
}


 
#pagewidth{
	width:850px;
} 
/*#menu {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ie #menu {
	margin-bottom: 0px;
}
*/ 
#header{
	position:relative;
	height:168px;
	width:100%;
	background-repeat: no-repeat;
	background-position: right bottom;
} 
 
#leftcol{
	width:200px;
	float:left;
	color: #CBB176;
	padding-top: 200px;
 }
#slides {
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

 
#maincol{
	margin-left: 205px;
	color: #473F3C;
 }
 
#content {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #2F2A28;
}

#content a:link, #content a:visited, #content a:active {
	color: #2F2A28;
	text-decoration:none
}
#content a:hover {
	text-decoration:underline
}

#info {
color:#cccccc;
font-size:10px;
text-align:center;
}
#info a:link,  #info a:active, #info a:visited {
color:#cccccc;
font-size:12px;
text-decoration:none;
}
#info a:hover{
color:#2F2A28;
}

#artist-drop{
	width: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#artist-drop select {
	font-size:12px;
	width: 190px;
	color: #E0D082;
	background-color: #473F3C;
}
#content p {
	line-height: 1.2em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.mybutton
{
	color: #2F2A28;
	border: 2px outset #312927;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
} 

#rightCol {
	background-image: url(../client_area/backgrounds/obsidian-gallery-background-right.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:853px;
	width:897px;
	height:1500px;
}

