html {
       padding:0px;
       margin:0px;
       }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #A8A8A8;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:10px;
	padding: 0px;
	background-color:#2B2B2B;
       }

* {
       padding:0px;
       margin:0px;
       }

a:link, a:active, a:visited {
	text-decoration:none;
	color: #F2E6C0;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
	color: #C9A881;
}

#wrapper {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #A8A8A8;
	margin-top: 0px;
}

#header {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	height: 119px;
	margin-top: 0px;
}

#logo {
	background-image:url(../images/webster_logo_header.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:119px;
}

#menu_top {
	background-image: url(../images/menu_top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 28px;
	width: 1000px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#menu_top_bg_left {
	background-image: url(../images/menu_top_bg_left.gif);
	background-repeat:no-repeat;
	height: 28px;
	width: 10px;
	float:left;
}

#menu_top_bg_right {
	background-image: url(../images/menu_top_bg_right.gif);
	background-repeat:no-repeat;
	height: 28px;
	width: 10px;
	float:right;
}

.menu_top_sep {
	margin-left:10px;
	color:#F2E6C0;
}

#menu_left {
	background-color:#660000;
	height: auto;
	width: 160px;
	float:left;
	margin-right:25px;
}

#artist-drop {
	float:right;
	margin-top:3px;
	position:relative;
	left:10px;
}


#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #eeddaa;
	width: 795px;
	float:left;
	height: auto;
	min-height:400px;
	background-color:#660000;
	padding-left:10px;
	padding-right:10px;
}

#content_top, #content_bottom {
	width: 815px;
	float:right;
	height: auto;
	background-color:#660000;
	text-align:right;
}

#content_top_bg_left {
	background-image: url(../images/curve_top_left.gif);
	background-repeat:no-repeat;
	height: 17px;
	width: 10px;
	float:left;
}

#content_top_bg_right {
	background-image: url(../images/curve_top_right.gif);
	background-repeat:no-repeat;
	height: 17px;
	width: 10px;
	float:right;
}

#content_bottom_bg_left {
	background-image: url(../images/curve_bottom_left.gif);
	background-repeat:no-repeat;
	height: 17px;
	width: 10px;
	float:left;
}

#content_bottom_bg_right {
	background-image: url(../images/curve_bottom_right.gif);
	background-repeat:no-repeat;
	height: 17px;
	width: 10px;
	float:right;
}

#pageTitle {
	font-size: 22px;
	color: #A8A8A8;
	float: right;
	margin-top: 22px;
	margin-right: 10px;
}

#footer {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	margin-bottom: 10px;
	color: #A8A8A8;
	font-size: 11px;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color: #818181;
	font-size:0.9em !important;
	font-weight: normal;
}

#footer a:hover {
	text-decoration:none;
	color: #ADBD40;
}

#footer2 a:link, #footer2 a:active, #footer2 a:visited {
	text-decoration:none;
	color: #818181;
	font-size:0.9em !important;
	font-weight: normal;
}

#footer2 a:hover {
	text-decoration:none;
	color: #ADBD40;
}

#footer-email a:link, #footer-email a:active, #footer-email a:visited {
	text-decoration:none;
	color: #818181;
	font-size:0.9em !important;
	font-weight: bold !important;
}

#footer-email a:hover {
	text-decoration:none;
	color: #ADBD40;
}

/*#footer2 {
	clear: both;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
*/
.floatright {
	float: right;
}




#eventTitle {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 25px;

}

#eventLocation {
	font-size: 18px;
	font-style: italic;
	clear: both;
	margin-bottom: 25px;

}

#eventDescription {
	font-size: 16px;
	clear: both;
	margin-bottom: 25px;

}

#eventDuration {
	font-size: 16px;
	clear: both;
	margin-bottom: 35px;

}

/* remove dotted border on click */
a:focus, a:active {outline-style: none !important;}
* :focus { outline: 0 !important; }
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hide_this {
	display: none;
}
.show_this {
	display: block;
}

.center {
	text-align:center;
}

select, option {
	color: #F2E6C0;
	background-color: #660000;
	border: 1px solid #F2E6C0;
	padding-left:5px;
}

.headline {
	text-align:center;
	font-size:18px;
	color:#cc9966;
	font-stretch:ultra-expanded;
}

