body {
	text-align:center;
	font-family: Garamond;
	font-size: 1.5em;
	}
* {margin:0; padding:0;} /* removes defaults of all elements */
div#mainwrap {
	min-width:780px;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
div#header {
	height:80px;
	background-color:#000000;
	background-image: url(images/408banner.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
} /* tempoarary placeholder styles for header */
div#contentarea {
	background:#FFF url(images/left_col.gif) repeat-y left top;
	position:relative;
	background-color: #ECE9D8;
	}
div#contentarea2 {
	background:#FFF url(images/right_col.gif) repeat-y right top; /* faux columns graphic right column */
	position:relative; /* set positioning context  for right sidebar div */
	}
div#column1 {
	width:150px;
	position: absolute;
	top:1px;
	left:-10px;
	overflow:hidden;
	font-size: .75em;
	}

div#column2 {background-color:#FFF; 
	margin:0 100px 0 150px; /* left and right margins to make room for sidebars */
	}
div#column3 {
	width:170px;
	position:absolute;
	top:0px;
	right:0px;
	background-color:#DDD;
	overflow:hidden;
	text-align: center;
	text-decoration: underline;
	}
div#footer {
	text-align:center;
	padding-top:6px;
	font-size: .75em;
	text-decoration: none;
} /* temp footer styles */

/* some basic styles for placeholder content */
div#column1 ul {
	list-style-type: none;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 11px;
	margin-bottom: 0;
	margin-left: 5px;
} 
div#column2 p {
	font-size:1em;
	margin:0 30px 1em;
	text-align: center;
}
div#column3 p {margin: 20px 10px 0 10px;}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
div#colum2pix {
}
div#column1 ul li a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-bottom: 5px;
}
div#column1 ul li a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
div#artistname {
	float: left;
	padding: 10px;
	margin-right: 10px;
	color: #000000;
	font-size: 1.25em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
}
div#artistlist {
	margin-top: 20px;
	margin-left: 50px;
	font-size: 1.25em;
}
div#artistbio {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	font-size: .75em;
	margin-top: 30px;
}
#column2box {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-left: 20px;
}
.pict_table {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 0.75em;
	text-decoration: none;
	text-align: center;
}
.pict_table tr td a {
	color: #FFFFFF;
	text-decoration: none;
}
div#infobox {
	margin-left: 30px;
}
#burro {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#ticket {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
div#headerpal {
	background-color: #3333FF;
	height: 15px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#burro1 {
	float: right;
}
#ticket {
	float: right;
}
#rosie {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#artist {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#mainwrap #contentarea #contentarea2 #column2 #pict_table tbody tr td h2 {
	text-align: center;
}
#mainwrap #contentarea #contentarea2 #column2 #infobox table tbody tr td p {
	text-align: left;
}

