body {
	color: #fff;
	background-color: #030832;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	letter-spacing: .01em;
	border: 0;
	padding: 5px;
	height: 100%; 
}


#page {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #030832;
	border-left: 3px double #aaa;
	border-right: 3px double #aaa;
	padding: 20px;
	width: 800px;
	height: 100%;
	max-height:100%; 
	overflow: hidden;
}


a {
	text-decoration: none;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #36f;
}

a:active {
	color: #0ff;
}


a.in_text_link {
	text-decoration: underline;
}


.list_items {
	margin-bottom: .4em;
}


.pic_rollover {
	display: block;
	border: 2px solid #fff;
}


.pic_rollover:hover {
	display: block;
	border: 2px solid #36f;
}

.artist_portrait {
	float: right;
	border: 2px solid #fff;
	margin: 0em 0em .5em .5em;
}

#slideshow {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.slideshow_image {
	border: 2px solid #fff;
}

.slideshow_image:link {
	border-color: #fff;
}

.slideshow_image:visited {
	border-color: #fff;
}

.slideshow_image:hover {
	border-color: #36f;
}

.slideshow_image:active {
	border-color: #0ff;
}


.page_title {
	margin-top: .5em;
	margin-bottom: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 140%;
	text-align: center;
}

/* ??? */
.subheading_underlined {
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px solid #fff;
}


.home_image {
	border: 1px solid red;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 298px;
}

.home_text {
	font-size: 24px;
	font-family: "arial black", Times, "trebuchet ms", impact, "arial black";
	text-align: center;	
	letter-spacing: .05em;
	line-height: 1.1;
}

h2.home_text{
	font-size: 18px;
	line-height: 0.7;
}

.artist_detail {
	padding: 10px;
	width: 100%;
	margin: 0 auto;
}

.artist_banner {
	width: 207;
	float: left;
}

.artist_microbio {
	font-size: 90%;
	padding: 10px;
	padding-top: 7px;
	width: 370px;
	float: left;
}

.break {
	clear: both;
}

x.floated_thumbs {
	float: left;
	margin-left: 20px;

}

.faq_q {
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	margin-left: 3%;
	margin-right: 5%;
}

.faq_q:first-letter {
	font-size: 140%;
}


.faq_a {
	font-size: 95%;
	letter-spacing: .03em;
	margin-top: .5em;
	margin-left: 3%;
	margin-right: 5%;
	margin-bottom: 2.5em;
}

#event_content {
	text-align: center;
}

.event_special {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	border: solid 1px white;
	border-bottom: solid 1px white;
	border-top: solid 1px white;
	padding:5px;
	font-weight: bold;
	font-size: 16px;
}

.event_heading {
	margin-top: .3em;
	margin-bottom: .3em;
	font-weight: bold;
	font-size: 120%;
}

.event_times {
	font-weight: bold;
	font-size: 90%;
}

.event_image {
	border: 2px solid white;
	margin-left: auto;
	margin-right: auto;
}

.event_image_nobdr {
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

.event_image_left {
	border: 0;
	margin-right: 50px;
}

.event_image_center {
	border: 0;
	margin-right: 50px;
	margin-left: 50px;
}

.event_image_right {
	border: 0;
	margin-left: 50px;
}

.event_detail {
	font-size: 95%;
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
}

#footer {
	border-top: 1px solid #fff;
	margin-left: .8em;
	margin-bottom: 1em;
}

#footer .navigation {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
	font-family: arial, sans-serif;
	color: #fff;
}


#image_detail {
	display: block;
	margin-left: 10%;
	margin-right: 10%;
}


#image_detail .headline {
	display: block;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: auto;
	margin-right: auto;
}

#image_detail .title {
	display: block;
	font-size: 120%;
	text-align: center;
}


#image_detail .description {
	display: block;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.display {
	display: block;
	border: 2px solid #fff;
	margin-left: auto;
	margin-right: auto;
}

#image_detail .return {
	font-family: arial, sans-serif;
	display: block;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

a.slideshow_image:visited {
	color: #ffffff;
}

.map_block {
	height: 300px;
}

.map_image {
	float: right;
	padding: 2px;
	border: 1px solid white;
}

.map_text {
	position: relative;
	top: 110px;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	letter-spacing: .07em;

}


.message_box {
	font-size: 80%;
	color: #003;
	background-color: #eec;
	padding: .8em;
}

.outer_box {
	float: right;
	padding: 2px;
	border: 2px solid #eec;
	width: 40%;
	margin-left: 1em;
}


.emphatic {
	font-weight: bold;
}


.superhead {
	font: normal small-caps bolder 200% Georgia, "Times New Roman", Times, serif; 
}

.subhead {
	font: normal small-caps bolder 120% Georgia, "Times New Roman", Times, serif; 
	margin-top: 1.8em;
	margin-bottom: -.5em;
}

.subsubhead {
	font: italic small-caps bolder 100% Georgia, "Times New Roman", Times, serif; 
	margin-top: 1.8em;
	margin-bottom: -.5em;
}

.bottomhead {
	font: normal small-caps bolder 120% Georgia, "Times New Roman", Times, serif; 
	padding-top: .5em;
	padding-bottom: .0em;
}
