img, div, a, input { !behavior: url('iepngfix.htc') }

html, body, #main {height:100%; background: #000 url('images/bg.jpg') top center no-repeat;}


body > #main { height: auto; font-size: 130%;	font-family: arial narrow, helvetica, sans-serif; color: #333}
#main { padding-bottom: 2em; }

a {
	text-decoration: none;
	font-weight:bold;
}

p {
	font-family: arial narrow, helvetica, sansev-serif;
	font-weight:normal;
	text-align:left;
	margin-bottom: 1em;
}
em {
	color: white;
	text-align: center
}
.red {
	color: #ff0000;
	font-weight: bold;	
}	
.right {
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}
h3 {
	font-family: Georgia,"Times New Roman", serif;
	font-size: 200%;
	text-transform: uppercase;
	font-weight: bold;
	color: #7700b5;
	text-align: left;
}
h2 {
	font-size: 150%;
}

#header {
	background: url('images/header.jpg') no-repeat;
	width: 950px;
	margin: 15px auto 0 auto;
	text-align:left;
	margin-bottom: 15px;
}
#menu {
	background: url('images/menubg.png');
	width: 950px;
	margin: 0 auto;
	height: 68px;
	overflow: hidden;
	display: block;
	text-align: center;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
}
#menu ul li a {
	display: block;
	height: 68px;
	float: left;
}
#menu ul li a:hover {
	border: 1px solid transparent;
	height: 68px;
	width: 127px;
	margin-top: -68px;
	margin-left: -1px;
}
#main {
	width: 950px;
	margin: 0 auto;
	position:relative;
	background:#7c3f86 url('images/mainbg.jpg') repeat-x;
}
#bandlist {
	width: 50%;
}
#bandlist li {
	font-weight: bold;
}
#events {
	text-align:left;
}
#events li {
	margin-bottom: 1em;
	color:#000;
}
#homebanner {
	padding-bottom:25px;
}
#content {
	float: left;
	padding: 25px;
}
#form {
	text-align: left;
	margin-top: 10px;
}
#form input {
	background: url('images/inputbg.jpg') repeat-x;
	height: 26px;
	font-size: 15px;
	width: 100%;
	padding-top: 5px;
}
input#send {
	width: 53px;
	height: 24px;
	padding: 0;
}
#footer {
	position: relative;
	padding-top: 20px;
	height: 100px;
	clear:both;
	width: 800px;
	margin: 0 auto;
	background:url(images/footer.jpg) repeat-x 0 0;
	color: #fff;
	font-size: 110%;
} 
#footer table {
	width: 100%;
}

#tag {
	margin-top: 4em;
	font-size: 70%;
}
img.floatleft {
	margin: 20px 20px 15px 30px;
	float: left;
	vertical-align: center;
}
.floatright {
	float: right;
	margin: 20px 35px 10px 10px
	
}
.rightcolumn {
	padding: 20px 33px 20px 0;
	margin-left: 230px}

.column {
	margin: 20px 0px 10px 0px;
}

#yellowback {
	background-color: lightyellow;
	
}
#copyright {
	color: #FFF;
}

#leftdiv {
	width: 400px;
	height: 180px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14pt;
	color: white;
	background-color: none;
	float: left;
	margin: 0 0 35px 50px;
}
#rightdiv {
	width: 400px;
	height: 180px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14pt;
	color: white;
	background-color: none;
	float: right;
	margin: 0 50px 25px 0;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

