body {
	background: url("../images/building.png");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color: #000000;
	font-family: Arial, Tahoma,  sans-serif;
	font-size: 10pt;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

tr {
	font-family: Arial, Tahoma,  sans-serif;
	font-size: 10pt;
	color: #ffffff;
}


#bigbox {
	width: 800px;
	padding: 0px;
	border: 0px;	
}

#menu {
	position: relative;
	float: top;
	width: 770px;
	background-color: #99cc33;
	padding-top: 15px;
	padding-right: 0px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 0px;
	overflow: clip;
}

#left {
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 0px;
	width: 130px;
	color: #00cc00;
}

#medium-main {
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 0px;
	width: 550px;
}

#wide-main {
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 0px;
	width: 640px;
}

#main {
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	width: 405px;
}

#viewimage {
	position: relative;
	float: left;
	padding: 10px;
  background-image: url("/images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

#right {
	position: relative;
	float: right;
	width: 180px;
	padding-top: 10px;
	padding-right: 0px;
}

div.thumbnail {
  margin-bottom: 1em;
  width: 150px;
  background-image: url("/images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

div.menu_image {
	display: inline;
}

div.footmenu {
	clear: both;
        text-align: center;
	padding-bottom: 10px;
	font-size: 8pt;
}

a:link img {
	border: none;
	border-width: 0px;
	}

a:visited img {
	border: none;
	border-width: 0px;
}

a:hover img {
	border: none;
	border-width: 0px;
}

a:active img {
	border: none;
	border-width: 0px;
}

a:link {
        color: #ffffff;
        text-decoration: underline;
        }

a:visited {
        color: #99cc33;
        text-decoration: underline;
        }

a:hover, a:active {
        color: #ff9900;
        text-decoration: underline;
        }

div.container {
  height: 100%;
}

div.textbox {
  height: 100%;
  float: left;
  color: #ffffff;
  background-color: #000000;
  border-style: dashed;
  border-width: thin;
  padding: 1em;
  margin-bottom: 1em;
}

table.registry {
	table-layout: fixed;
	width: 390px;
	border: 5px;
}

tr.registry {
	font-size: 12pt;
	cursor: hand;
}


div.eventimage {
        position: relative;
        float: right;
        border: 0px;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        }

div.extraeventimages {
  float: left;
  width: 150px;
  padding: 10px;
}

img.eventimage {
        position: relative;
        border: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 5px;
        }

img.viewimage {
	margin-right: 10px;
}

h1	{
	font-size: 14pt;
}

h2	{
	font-size: 12pt;
}

td.board	{
	font-size: 12pt;
	font-family: Arial,Tahoma,sans-serif;
}

.name	{
	color: #ff9900;
	font-weight: bold;
	margin-bottom: 0px;
}
	
.statement, .bio {
	margin-top: 0px;
	margin-bottom: 15px;
}

.statement_title, .bio_title {
	font-weight: bold;
	margin-bottom: 0px;
}

.location, .website {
	color: #99cc33;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}	

.title  {
  color: #ff9900;
  font-weight: bold;
	margin-top: 0px;
  margin-bottom: 0px;
}

.detail {
  font-size: 8pt;
  margin-top: 0px;
}

ul.detail {
  padding-left: .5em;
  margin-left: 1em;
  margin-bottom: .25em;
  list-style-type: disc;
  list-style-position: outside;
}

.subtitle {
  color: #99cc33;
  font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
        }

.subinfo {
        font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
        }

.center {
        text-align: center;
        }

p.artistquote {
  font-size: 8pt;
}

p.artistbio {
  font-style: italic;
  margin-bottom: 0px;
}

h1.bigshow {
        color: #ff9900;
        font-weight: bold;
        font-size: 24pt;
        }

.eventtitle {
        color: #ff9900;
        font-weight: bold;
        font-size: 20pt;
        }

.nomargins {
	margin-top: 0px;
	}

div.topright {
	position: absolute;
	top: 0px;
	right: 0px;
}

div.bottomleft {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.newsletterform {
  margin-top: 0em;
  padding-top: 0em;
}

input.newsletter {
  margin-top: .25em;
}

div.figure {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
