/* CSS Document */

/* Page Form to choose artists ****** */
#pageinfo form {
	float:right;
	margin:7px 16px 0 0;
	padding:0;
	height:24px;
	}
	
select {
	font: 10px verdana, arial, geneva, sans-serif;
	border: 1px #CCCCAB solid;
	color: #404040;
	padding: 1px;
	background-color: #F1F1E3;
	width: 240px;
}

/* left column */
/***********************************************************************/

#left {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:230px;
	padding:0 0 0 6px;
	background-color:#ffffff;
	}

#left h2  {
	font-size:0.9em;
	margin:35px 20px 30px 12px;
	font-weight:normal;
	font-variant:small-caps;
	color:#898362;
	border-bottom:1px dotted #B5B5B5;
	background-image:url(../images/structure/penicon.gif);
	background-position:right;
	background-repeat:no-repeat;
	}

#left h3	{
	font-size:0.8em;
	font-variant:small-caps;
	font-weight:normal;
	margin:10px 20px 0 12px;
	color:#898362;
	}
	
#left p	{
	font-size:0.6em;
	line-height:1.4em;
	color:#666666;
	margin:0 20px 12px 12px; 
	}

#left .contact {color:#333333;}
#left .cdoran	{font-size:0.9em;}

.portrait {
	padding:2px;
	border: 1px solid #666;
	margin:30px 0 0 12px;
	}

.artistname {
	margin:0px 0 10px 12px;
	}

.statement {
	padding:0 0 0 0;
	}

#artistlinks {
	margin:10px 0 0 0;
	}

#artistlinks p{
	line-height:1.6em;
	font-size:0.6em;
	font-weight:normal;
	color:#898362;
	}

#left a {
	text-decoration:none;
	color:#898362;
	}

#left a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#898362;
	}
	
/* ----------------------------------- middle column */	

#middle	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:250px;
	padding:0px;
	background-color:#ffffff;
	}

#middle h2  {
	width:250px;
	font-size:0.9em;
	color:#666666;
	margin:35px 0px 0 0;
	font-weight:normal;
	font-variant:small-caps;
	color:#898362;
	border-bottom:1px dotted #B5B5B5;
	background-image:url(../images/structure/penicon.gif);
	background-position:right;
	background-repeat:no-repeat;
	}

#images {
	min-height:332px;
	background-color:#F7F3E2;
	border:1px dotted #B5B5B5;
	margin:30px 0 0 0;
	padding:13px 0px 12px 14px;
	}

#images li {
	list-style:none;
	display:inline;
	margin-right:2px;
	}
	
#middle p {
	color:#333333;
	margin:30px 12px 0 20px;
	}	
/* ----------------------------------- right column */

#right 	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:340px;
	padding:0 0 20px 0;
	background-color:#ffffff;
	}

#right h2  {
	font-size:0.9em;
	color:#666666;
	margin:35px 10px 0 20px;
	font-weight:normal;
	font-variant:small-caps;
	color:#898362;
	border-bottom:1px dotted #B5B5B5;
	background-image:url(../images/structure/penicon.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#details {
	float:left;
	width:300px;
	height:90px;
	margin:10px 0 0 19px;
	padding:2px;
	background-color:#F7F3E2;
	border:1px dotted #B5B5B5;
	}

#details h3 {
	font-size:0.7em;
	color:#898362;
	margin:6px 10px 10px 10px;
	padding:0 0 0 15px;
	background-image:url(../images/structure/bullet1.gif);
	background-repeat:no-repeat;
	background-position:left;
	}

#details ol {
	font-size:0.6em;
	color:#898362;
	}

#details li	{
	list-style:none;
	background-color:#FFFFFF;
	margin:2px 10px 2px 10px;
	padding:1px 10px 1px 20px;
	border:1px dotted #B5B5B5;
	}

#news 	{
	width:310px;
	background-color:#F7F3E2;
	border:1px dotted #B5B5B5;
	margin:30px 10px 0 16px;
	padding:0 0 20px 0;
	}

#right dl {
	width:300px;
	margin:14px 0 20px 16px;
	}

#right dt	{
	float:right;
	margin:0 0 2px 0;
	width:240px;
	padding:0;
	font-size:0.6em;
	font-weight:bold;
	color:#898362;
	}

#right dd	{
	margin:0 18px 4px 60px;
	font-size:0.6em;
	font-weight:normal;
	color:#627081;
	}

#right dl dd.img	{
	float:left;
	margin:0;
	width:50px;
	border:0;
	}
	
#right a {
	text-decoration:none;
	color:#898362;
	}

#right a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#898362;
	}

#artistcloseup img
 {
	border:1px solid #B5B5B5;
	padding:2px;
	margin:30px 12px 0 19px;
	}
