/* CSS Document */
body{margin:0}/* for ie mac*/
/* commented backslash hack v2 \*/ 
html, body{height:100%;padding:0} 
* html, * html body{
	overflow:hidden;
	padding:200px 0;
	margin:-200px 0;
	padd\ing:0;
	ma\rgin:0;
}
* html #outer { 
	overflow:auto;
	height:99.9%;
	voice-family: "\"}\""; voice-family:inherit; 
}
* html #contain-all{
	position:absolute;
overflow-y:scroll;
	overflow: auto;
	width:100%;
	height:100%;
	z-index:1;
}
* html #menu {
	position:relative;
	width:750px;
	left:16px;
}
* html #footer{
	bottom:-1px;
}
* html #inner{
	padding-left:25px;
	background:none;
}
* html #inner .eventbox{
	z-index:-1;
}
* html #copyright{
	right:25px;
}
/* end hack */ 

/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html #header-inner, * html #footer-inner {margin-right:17px;}
/* end hide*/
p{margin-top:0}

body{background-image:url('../images/content_back.jpg'); background-position:50%; background-repeat:repeat-y; overflow:-moz-scrollbars-vertical;}

.head-spacer {height:200px}/* same height as footer to preserve space*/
#header{
	position:absolute;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
	top:0px;
	left:0px;
	height:200px;
	width:100%;
	margin:0;
	padding:0;
	z-index:999;
	overflow:hidden;
	
}
#header-inner {
	height:200px;
	background:black url('../images/head_back.gif') bottom;
	background-repeat:repeat-x;
}
#header-anim {
	height:155px
}
#menu {
	height:45px;
	margin:0 auto; 
	width:736px;
	padding-left:32px; padding-right:32px; padding-top:0; padding-bottom:0; background-image:url('../images/menu_back.gif'); background-repeat:no-repeat
}
.customButton {
	padding:0;
	border:0px none;
	margin:0 2px;
	float:left
}
#side-bar{
	position:absolute;
	top:205px;
	left:1500px;
	width:200px;
	border:0px;
	height:390px;
	overflow:auto;
	font-family:Arial;
	font-size:80%;
	z-index:999;
	text-align:center;	
}
#side-bar h2{
	font-size:18px;
	margin:5px;
	color:#006699;
}
#side-bar p{
	padding:0 5px;
	font-weight:bold;
}
#side-bar #compbox{
	height:auto;
	text-align:center;
	width:155px;
}
#inner{
	margin:0 auto; 
	width:565px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%; 
	padding-left:10px; padding-right:225px; padding-top:5px; padding-bottom:20px; 
background-image:url('../images/content_back.jpg'); background-position:50%; background-repeat:repeat-y; 	
}

#inner .eventbox{
	position: relative; 
	border:1px solid #666666;
	background-color:#f5f5f5;	
	margin-bottom:10px; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px
}
#inner .eventbox p {
	text-align:center;
}
#inner h2{
	font-size:20px;
	margin:0px;
	color:#333333;
}
#inner .pic{
	height: 200px;
	width:220px;
	background-color:#000000;
	margin:5px 10px 0px 0px;
	float:left;
	border:#CCCCCC 1px outset;
}

#inner .desc{
	height: 180px;
	width:220px;
	background-color:#FFFFFF;
	margin:5px 10px 10px 0px;
	padding:10px;
	float:left;
	border:#CCCCCC 1px inset;
	background-image:url('../images/content_back.jpg'); background-repeat:repeat-y;
}

#inner .paypal{
	float:left;
	width:auto;
	height:40px;
	margin-top:5px;
}
#inner .artistpic{
	height: 100px;
	width:100px;
}
#inner .artistdesc{
	height: 80px;
	width:385px;
}
#inner .ticketbox{
	position: relative; 
	border:1px solid #666666;	
	margin-bottom:10px;
	padding-left:10px; 
	padding-right:10px; 
	padding-top:5px; 
	padding-bottom:5px;
	height:135px;
}
#inner .ticketdesc{
	height: 30px;
	width:350px;
}
#inner .logopic{
	left:80px;
	position:relative;
	height: 150px;
	width:380px;
}
#inner p{
	clear:left;
	color:#000033;
}

.smalltext{
	font-size:x-small;
}
 
.foot-spacer {height:40px}/* same height as footer to preserve space*/
#footer{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:0;	
	width:100%;
	height:40px;
	z-index:999;
	padding:0;
}
#footer-middle {	
	height:4px;
	width:800px;
	margin:0 auto;
	background-image:url('../images/foot_mid.png'); 
	background-repeat:no-repeat;
	background-position:562px bottom;
	padding:0;
	position:relative;
	top:4px;
}
#footer-inner {
	background-image:url('../images/foot_back.gif');
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
	height:20px;
	padding:16px 20px 0;
}
#mailing {
	position:absolute;
	bottom:5px;
	left:10px;
	z-index:999;
}
#mailing #mailinglist{
	margin-bottom:0;
	padding-bottom:0;
	}
#mailing .inputbox{
	vertical-align:absbottom;
	height:12px;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(../images/content_back.jpg);
	width:140px;
	padding-left:5px;
}
#sponsors {
	text-align:center;
	color:#666666;
	width:100%;
	position:absolute;
	bottom:2px;
}
#copyright {
	position:absolute;
	right:10px;
	bottom:5px;
}

html>body #header, html>body #footer, html>body #side-bar{position:fixed}/* for moz/opera and others*/