body {
	margin: 0px;
	padding: 0px;
	font-size: 12px; 
	font-family: Courier New, Courier, serif;
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
}

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a img { border: none; }

a, a:hover, a:visited {
	color: black;
}


img#logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
}



body#enter {
	background: #000000 url('./images/bg/enter_bg.jpg')  no-repeat top left !important;
}

a.enter_link {
	display: block;
	width: 300px;
	height: 460px;
	text-decoration: none;
	position: absolute;
	left: 530px;
	top: 70px;
}

div#main {
	padding: 0px;
	margin: 0px;
	background: url('./images/menu_underlay.png');
	background-repeat: repeat-y;
	background-position: top left;
	height: 100%;
	width: 100%;
	
}

ul#menu {
	width: 160px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	background: white url('./images/menu/menu_foot.jpg') bottom left no-repeat;
	padding-bottom: 11px;
}

ul#menu li {
	padding: 0px;
	margin: 0px;
}

ul#menu a {
	text-decoration: none;
	border: none;
}
ul#menu a:hover {
	text-decoration: none;
	border: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

ul#menu a img {
	border: none;
}

div#left_col {
	width: 160px;
	float: left;
}
	
div#right_col {
	position: relative;
	float: left;	
	width: 351px;
	height: 443px;
	margin-left: 40px;
	padding: 0px 2px 2px 2px;
	background: white;
	z-index: 20;
	
}


div#side_panel {
  position: relative;
  float: left;
  margin-left: 40px;

}

div#upcoming_events, div#player{
	margin-top: 20px;
	width: 196px;
	padding: 0px 2px 2px 2px;
	z-index: 20;
	background: #ffffff !important;
  background-color: #ffffff !important;
}



div#player {
  height: 213px;
  margin-top: 20px;
  background-color: #ffffff !important;
}




div#player p {
  margin: 0 !important;
  padding: 0 !important;
}


div.player_item {
	border-bottom: black 1px dashed;
  padding-bottom: 5px;
  padding-top: 5px;
}

div#upcoming_events {
	height: 200px;
}


div#events_panel {
	position: relative;
	height: 157px;
	overflow: hidden;
	z-index: 10;
}

div#player h1.page_title, div#right_col h1.page_title, div#upcoming_events h1.page_title {
	background: url('./images/title_line.jpg') no-repeat bottom left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 43px;
	
}

a.order_album {
	position: absolute;
	right: -20px;
	bottom: -55px;
	z-index: 50;
	
}


div#text_panel {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	z-index: 10;
}	

div.scrollbox {
	float: right;
	margin: 7px 5px 0px 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}

div.scrollbox img {
	border: none;
}

div.post {
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

div#text_panel h2.post_title {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

div#gallery_chooser {
	margin-top: 10px;
	margin-bottom: 10px;
}

span.ec3_sled_teaser_datetime, span.ec3_sled_event_datetime {
	display: block;
	font-weight: bold;
}

span.ec3_sled_teaser_title {
	display: block;
	padding-left: 5px;
}

span.ec3_sled_event_title {
	font-weight: bold;
}

div.ec3_sled_event_content {
	padding-top: 5px;
	padding-bottom: 5px;
}


div.ec3_sled_teaser_event, div.ec3_sled_event_event {
	border-bottom: black 1px dashed;
	margin-bottom: 5px;
}





