body {
	background: url(images/layout/pagebg.jpg) repeat-y center;
	font: .7em/1.4em verdana, arial, sans-serif;
}

a:link {
	color: #ff6600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ff6600;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ff6600;
}
a:active {
	text-decoration: none;
}

* {margin:0px; padding:0px;}

img {
	border:0;
	}

div#mainwrapper {width:780px; margin-left:auto; margin-right:auto;}

div#header {width:720px;
	height: 156px;
	padding-left: 29px;
	padding-bottom: 29px;
	background: url(images/layout/header.jpg) no-repeat 201px 0;
} 

div#header1{width:720px;
	height: 29px;
	padding-left: 29px;
	}

div#contentarea {float:left; width:780px;
				 }
div#contentarea2 {float:left; width:780px;
}
				
div#column1 {float:left; width:159px; margin-left:-375px;
	padding-left: 31px;
}

div#column2 {float:left; width:159px; margin-left:185px; display:inline;
	padding-left: 28px;
}

div#column3 { float:left; width:159px;
padding-left: 27px;
}

div#column4 { float:left; width:166px;
padding-left: 27px;
}

div#footer {float:left;
	width:760px;
	padding-left: 29px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 20px;
}

div#footer1 {
	float:left;
	width:693px;
	color: gray;
	font-size: .8em;
	text-align: left;
	padding-left: 29px;
}

h1 {font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 2px;
}

h2 {
	color: #2b43b3;
	font-weight: bold;
	font-size: 1em;
}
h3 {
	color: #2b43b3;
	font-size: .8em;
}
.preamble {font-size: .8em}

.address {
	font-size: .9em;
	letter-spacing: 2px;
}

.note {
	color: red;
}

.caption { font-size: .8em;
			color: gray;
}

/* styles for show entries */
.artform {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #a80063;
	padding-left: 5px;
}
.date {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	background-color: #9999ff;
	padding-left: 5px;
}
.title {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
	letter-spacing: 2px;
	padding-left: 5px;
}
.subtitle {
	font-size: .9em;
	color: #fff;
	letter-spacing: 2px;
	background-color: #9999ff;
	padding-left: 5px;
}
.tickets {
	font-size: 0.9em;
	color: #fff;
	letter-spacing: 1px;
	background-color: #9999ff;
	padding-left: 5px;
}

/* end styles for show entries */


/* list */

ul {
	list-style-type: none;
	border-top: 1px dotted #ff6600;
	}

ul li a:link {
	color: black;
}
ul li a:visited {
	text-decoration: none;
	color: black;
	}

ul li a:hover {
	background-color: #fdc689;
	color: black;
}

ul li a:active {
	text-decoration: none;
	}
	

ul li a {
	display:block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
		}
	
ul li {
	border-bottom: 1px dotted #ff6600;	
}


/* paragraph styles */
	
.green {
  background-color: #99cc00;
  color: #f5f5f5;
  padding: 10px;
}	

.blue {
	background-color:#a1dcf5;
	padding: 5px;
	border: solid 1px black;
}

.pink {
	background-color:#fac2e3;
	padding: 5px;
	border: solid 1px black;
}

.red {
	color:red;
	padding: 5px;
	border: solid 1px red;
}
.lilac {
	background-color:#ffccff; 
	padding:20px;
	}


/* 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 */