html {
	min-height: 100%;
	height: 1000px;
	width: 1000px;
}
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	width: 1000px;
	background-color: #FFF;
	height: 1000px;
	background-repeat: no-repeat;
}
#header {
	position: absolute;
	height: 70px;
	left: 160px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	top: 60px;
	z-index: 5;
	background-position: 0px 0px;
}
#stage {
	position: absolute;
	left: 160px;
	width: 850px;
	background-color: #FFF;
	top: 85px;
	height: 1500px;
	z-index: 2;
}

#leftcolumn {
	margin-top: 80px;
	margin-left: 0px;
	margin-right: 75px;
	position: relative;
	text-indent: 0px;
	width: 324px;
	float: left;
}
#rightcolumn {
	margin-top: 80px;
	position: relative;
	float: left;
	width: 325px;
}
#event {
	float: left;
	width: 700px;
	margin-top: 80px;
	margin-right: 75px;
	margin-left: 0px;
	position: relative;
}
#navbar {
	visibility: visible;
	left: 280px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	position: relative;
	top: 38px;
	font-weight: lighter;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	letter-spacing: 2px;
	vertical-align: baseline;
	white-space: normal;
}
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 0px 4px 0px 8px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
#navbar li a:hover {
	color: #cc9966; }
#navbar li ul {
	display: none;  }
#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: left; }
#navbar li:hover li a, #navbar li.hover li a {
	color: #cc9966; }
#navbar li li a:hover {
	color: #336666; }
#stage h1 {
	font-size: 16px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #200000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#stage h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
}
#stage h3 {
	text-transform: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}
#stage h4 {
	font-size: 18px;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	color: #000;
	font-variant: normal;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#stage h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	color: #666666;
	padding: 10px 0px 0px;
	margin: 0px;
}
#stage p {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 13px;
	text-align: justify;
	width: 324px;
	line-height: 1.5em;
	margin-left: 0px;
	text-indent: 0px;
	margin-top: 0px;
	font-style: normal;
}
#sidebar {
	position: absolute;
	top: 168px;
	left: 900px;
	padding-left: 0px;
	font-family: none;
	padding-top: 0px;
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	font-weight: lighter;
	text-indent: 0px;
	z-index: 4;
}
#sidebar ul {
}
#sidebar li {
	list-style-image: none;
	list-style-type: none;
	line-height: 24px;
}
#sidebar h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #144082;
	margin: 0;
	text-transform: capitalize;
	font-weight: 900;
}
#sidebar h2 {
	font-family: Impact;
	font-size: 16px;
	font-style: normal;
	color: #DE952B;
	font-weight: lighter;
	text-transform: uppercase;
}
#sidebar p {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: lighter;
}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	font-weight: lighter;
}
#sidebar a {
	color: #000;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
}
#sidebar a:hover {
	color: #cc9966;
	text-decoration: none;
}
.white {
	color: #FFFFFF;
}
#logo {
	left: 160px;
	position: absolute;
	top: 60px;
	z-index: 6;
	width: 260px;
	height: 75px;
}
.blue {
	color: #485997;
	font-weight: bold;
}
#mailing {
	position: relative;
	margin-top: 35px;
	margin-bottom: 100px;
	margin-right: 6px;
	text-indent: 0px;
	padding-left: 5px;
}
#private {
	position: absolute;
	top: 600px;
}
.imagecap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	color: #000;
	margin-top: 0px;
}
.yellow {
	color: #E98D37;
}
#scheduledevents {
	margin-top: 20px;
	width: 110px;
	background-color: #5C739D;
	color: #FFFFFF;
	text-indent: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#scheduledevents p {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: lighter;
	font-size: 14px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	line-height: 1.3em;
}
#stage img {
	border: 0px none #000000;
	padding-bottom: 0px;
}
#scheduledevents p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.black {
	color: #000000;
}
.artistsnames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#stage a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#stage a:hover {
	color: #1F6ADD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftcolumn table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-align: left;
}
#rightcolumn table {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	font-weight: lighter;
}
#leftcolumn div {
	color: #346ACD;
}
#stage td {
	padding: 2px 10px;
}
#rightcolumn div {
	color: #346ACD;
	vertical-align: top;
}
#stage h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
#footer {
	width: 700px;
	float: left;
	padding-top: 55px;
	padding-left: 0px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 775px;
	font-weight: normal;
	color: #585858;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 1px;
}
.quote {
	font-weight: normal;
	font-variant: normal;
}
.quotename {
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 210px;
}
blockquote {
	font-size: 13px;
	font-family: arial;
	text-align: justify;
	line-height: 17px;
}

