body {
	background-color: #ffffff;
	margin: 15px 40px 40px 40px;
	/*background-image: url('/img/navi/diag_ff0000.gif');*/
	/*background-repeat: repeat;*/
}



td, list, li, a, p, h1, h2, h3, ul, div, input, textarea{
	font-family: Verdana, "Lucida Console", Monaco, Helvetiva, Arial, sans;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	letter-spacing: 1px;
	margin: 0;
}

img {
	border: 0;
}

form {
	margin-top: 10px;
}

h1 {
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	color: #ff0000;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	color: #ff0000;
}

h3 {
	margin: 0px 0px 10px 0px;
	font-size: 10px;
	color: #000000;
}

h3.subtitle {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}

span.small {
	font-size: 9px;
	color: #000000;
}

/* ____________________________ MAIN STRUCTURE ______________________________ */

#sitecontainer {
	float: left;
	position: relative;
	width: 920px;
	background-color: transparent;
}

#header {
	float: left;
	position: relative;
	width: 896px;
	margin-bottom: 5px;
	background-color: #ffffff;
}


#leftcolumn {
	float: left;
	position: relative;
	width: 280px;
	overflow: hidden;
	margin-right: 20px;
}

#maincolumn {
	float: left;
	position: relative;
	width: 406px;
	background-color: #ffffff;
}

#rightcolumn {
	margin-left: 20px;
	float: left;
	position: relative;
	overflow: hidden;
	width: 170px;
	background-color: #ffffff;
}


/* ________________________________ GALLERY _________________________________ */

#thumbs {
	margin: 20px 0px 20px 0px;
	position: relative;
}

#caption {
	width: 597px;
}

#overlay {
	background: transparent;
	background-image: url('/img/artwork/diag2.gif');
	background-repeat: repeat;
	width: 59px;
	height: 59px;
	position: absolute;
	left: 0px;;
	top: 0px;
}


div.thumb {
	position: relative;
	background: #ffffff;
	float: left;
	width: 59px;
	height: 59px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	position: relative;
}

/* ________________________ LEFTCOLUMN STRUCTURE ____________________________ */

#event {
	float: left;
	position: relative;
	width: 260px;
	margin-bottom: 7px;
	background-color: #dfd8ca;
	padding: 10px 10px 20px 10px;
}

#subscribe {
	float: left;
	position: relative;
	width: 260px;
	margin-bottom: 0px;
	background-color: #dfd8ca;
	padding: 10px 10px 20px 10px;
}

#footerleft {
	float: left;
	position: relative;
	width: 274px;
	margin-bottom: 7px;
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
}

#previous {
	float: left;
	position: relative;
	width: 150px;
	margin-bottom: 7px;
	background-color: #dfd8ca;
	padding: 10px 10px 20px 10px;
}

p.eventdetails {
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	color: #000000;
	line-height: 15px;
}

p.presstext {
	margin: 0px 0px 0px 0px;
	line-height: 15px;
}

p.tickets {
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	color: #000000;
	line-height: 15px;
}


p.eventlist {
	margin: 0px 0px 5px 0px;
	line-height: 15px;
}

p.emailresult {
	color: #ff0000;
}

span.selected {
	color: #ff0000;
	line-height: 12px;
}


a:link.header, a:visited.header, a:active.header {
	color: #ff0000;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover.header {
	color: #ffcc00;
	font-size: 10px;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline
}

a:hover {
	color: #ff0000;
	text-decoration: underline
}

a:link.footer, a:visited.footer, a:active.footer {
	color: #000000;
	text-decoration: none;
}

a:hover.footer {
	color: #000000;
	text-decoration: underline;
}

a:link.red, a:visited.red, a:active.red {
	color: #ff0000;
	text-decoration: underline;
}

a:hover.red {
	color: #000000;
	text-decoration: underline;
}


