/* CSS Document */
 
body {
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    background-color: black;
    min-width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white
    }
#container {
	position: absolute;
	margin: 2px auto;
	padding: 0px;
	width: 100%; /* width of the layout -- can be set to any value including percentages */
	min-width: 950px;
	background-color: black;
	overflow: hidden;
	}
#sidebar-right {
	float: right;
	width: 180px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 0px;
	margin-left:1%;
	padding: 0px;
	background-color: black;
	overflow: hidden;
	}
#sidebar-left {
	float: left;
	width: 200px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 0px;
	background-color: black;
	overflow: hidden;
	}

#header{
	padding : 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	min-width: 950px;
	height:70px;
	background-color: black;
	border: 3px outset #444444;
	overflow: hidden;
	}
#hdr-logo {
	position:absolute;
	left:0;
	top:0;
	margin:4px;
	width:200px;
	height:70px;
	background-image: url(images/logo.jpg);
	}
#hdr-txt1 {
	position:absolute;
	right:0;
	top:0;
	height:70px;
	margin:4px;
	}
#hdr-txt2 {
	position:absolute;
	top:70px;
	padding: 4px;
	}
#content {
	margin: 0px;
	padding: 5px;
	min-width: 700px;
	height: 1%; /* IE6 hack... it's very minor, though */
	height: 500px;
	background: black url(images/bg-main.jpg) no-repeat center top;
	border: 3px outset #333333;
	overflow: hidden;
	}
#content-days {
	margin: 0;
	padding: 5px;
	min-width: 650px;
	height: 1%; /* IE6 hack... it's very minor, though */
	height: 500px;
	background: black url(images/bg-main.jpg) no-repeat center top;
	border: 3px outset #333333;
	overflow: hidden;
	}
#content-live {
	margin: 0px;
	padding: 5px 25px 5px 5px;
	min-width: 700px;
	height: 1%; /* IE6 hack... it's very minor, though */
	height: 500px;
	background: black url(images/bg-main.jpg) no-repeat center top;
	border: 3px outset #333333;
	overflow: scroll;
	}
#box-left {
	float: left;
	margin: 0px;
	padding: 5px;
	width: 270px;
	min-width: 210px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	border: 1px #808080 solid;
	}
#box-live-left {
	float: left;
	margin: 0px;
	padding: 5px;
	width: 400px;
	min-width: 210px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	border: 1px #808080 solid;
	}
#box-right {
	float: right;
	margin: 0px;
	padding: 5px;
	width: 270px;
	min-width: 210px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	border: 1px #808080 solid;
	}
#box-days {
	float: left;
	margin: 0px;
	margin-left: 10px;
	padding: 5px;
	width: 300px;
	min-width: 290px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	border: 1px #808080 solid;
	}
#box-gleft {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
	min-width: 210px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	border: 1px #808080 solid;
	}
#box-gright {
	float: right;
	margin: 0px;
	padding: 5px;
	width: 200px;
	min-width: 200px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	border: 1px #808080 solid;
	}
#item {
	float: left;
	width: 170px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	}
#cost {
	float: right;
	width:30px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	}
#desc {
	clear:both;
	float: left;
	width: 98%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	}
#box-event {
	float: left;
	margin-top: 5px;
	min-width:600px;
	width: 100%;
	height: 300px;
	padding: 20px;
	}
#box-tn {
	float: left;
	width: 84px;
	height: 75px;
	padding:1px;
	margin:1px;
	border: 1px solid #808080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
#thumbs {
	float: left;
	width:300px;
	height:190px;
	background-color:#000000;
	overflow-y: scroll; 
	scrollbar-face-color : #C0C0C0;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #000000;
	scrollbar-arrow-color : #000000;
	}
#footer {
	clear: both;
	margin: 0px;
	padding: 2px;
	width: 100%;
	height: 50px;
	background-color: black;
	border: 3px outset #333333;
	overflow: hidden;
	font-size: 8pt;
	}
#clear {
	clear:both;
	}
img.rt {
	float:right;
	margin:0px 10px 0px 10px;
	}
img.lt {
	float:left;
	margin-right:5px;
	}	

p.men {
	float: left;
	width: 100%;
	height: 20px;
	padding: 4px;
	margin: 0;
	background-color: black;
	border: 3px outset #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	}
p.event {
	width: 100px;
	height: 20px;
	padding: 4px;
	margin-left: 5px;
	background-color: black;
	border: 2px solid #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #dddddd;
	}
p.gal {
	width: 98%;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	}
p.foot {
	margin-top: 20px;
	width:60%;
	padding: 4px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	border: 1px #808080 solid;
	}
p.ctail {
	margin: 0;
	margin-top: 2px;
	width:100%;
	padding: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	}
p.pics {
	margin: 0;
	width:100%;
	padding: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	background-color: transparent;
	}
h1 {
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	padding: 4px;
	margin-bottom: 10px;
	background: black;
	border: 1px #808080 solid;
	}	
h2 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	}
h3 {
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding: 1px;
	margin: 0;
	background: black;
	border: 1px #808080 solid;
	}

a.men {
	float: left;
	width: 200px;
	height: 18px;
	padding: 3px;
	min-width: 190px;
	background-color: black;
	border: 3px outset #444444;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	}
a.men:hover {
	font-weight: bold;
	}
a.evnt {
	width: 90px;
	height: 20px;
	padding: 4px;
	margin-left: 5px;
	background-color: black;
	border: 2px solid #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #dddddd;
	}
a.evnt:hover {
	color: #ffffff;
	}
a.nav {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #dddddd;
	}
a.nav:hover {
	color: #ffffff;
	}
a.gall {
	float: left;
	background-color: #ffffff;
	margin: 0;
	}
a.gall:hover {
	background-color: #ffff00;
	}
a.galr {
	float: right;
	background-color: #ffffff;
	margin: 0;
	}
a.galr:hover {
	background-color: #ffff00;
	}


