HTML, BODY {
	font-family: "Lucida Grande", Tahoma, Verdana, serif;
	font-size: 12px;
	width: 100%;
	margin: 0;
	background-color: #000000;
	background-image: url(../IMG/layout/bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

H1 {
	font-size: 24px;
	margin-top: 0;
}

H3 {
	margin-top: 0;
}

HR {
	margin-bottom: 0;
	border-color: #000000;
	width: 50%;
}

A {
	text-decoration: none;
	color: #024896;
}

A:hover {
	text-decoration: underline;
}

IMG {
	border: 0;
	behavior: url('iepngfix.htc');
}

TH {
	text-align: left;
	vertical-align: top;
}

TR.odd {
	background-color: #bebebe;
}

P {
	margin: 0;
}

.bordered {
	border: 2px solid #2e5674;
}

/* INDEX TEMPLATE */

#container {
	width: 980px;
	margin: auto;
	background-image: url(../IMG/layout/compass-big.png);
	behavior: url('iepngfix.htc');
	background-repeat: no-repeat;
	background-position: top center;

}

#header {
	height: 181px;
	background-image: url(../IMG/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#menu {
	text-align: center;
	width: 980px;
	margin: 10px 0 10px 0;
}


#left-container {
	padding-left: 5px;
	float: left;
	width: 176px;
	text-align: center;
}

#right-container {
	float: right;
	padding-right: 10px;
	width: 171px;
	text-align: center;
}


#content {
	float: left;
	width: 609px;
}

#content-top {
	height: 15px;
	width: 609px;
	background-image: url(../IMG/layout/contents-top.png);
	behavior: url('iepngfix.htc');
	background-repeat: no-repeat;
	background-position: bottom center;	
	clear: right;
}

#content-main {
	padding: 0 10px 0 10px;
	background-image: url(../IMG/layout/contents-bg.png);
	behavior: url('iepngfix.htc');	
	background-repeat: repeat-y;
	background-position: top center;
	z-index: 20;
}

#content-bottom {
	height: 15px;
	background-image: url(../IMG/layout/contents-bottom.png);
	behavior: url('iepngfix.htc');	
	background-repeat: no-repeat;
	background-position: top center;	
	width: 609px;
	margin-bottom: 30px;
}

#footer {
	height: 70px;
	clear: both;
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
	width: 980px;
	background-image: url(../IMG/layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


#updates, #gigs, #ml {
	text-align: left;
	background-image: url(../IMG/layout/lrb-bg.png);
	behavior: url('iepngfix.htc');	
	background-repeat: repeat-y;
	background-position: center;
	padding: 0 15px 0 15px;
	color: #ffffff;
}

#ml FORM {
	margin: 0;
	padding: 0;
	text-align: center;
}

#ml INPUT[type="text"] {
	width: 90px;
}

#ml INPUT {
 	background-image: url(../IMG/layout/lrb-bg.png);
	background-position: center;
	background-color: #2e5674;
	color: #ffffff;
	border: 1px solid #024896;
}

#compass-small {
	float: right;
	clear: both;
	margin-top: -194px;
	margin-bottom: -60px;
	margin-right: -30px;
	z-index: 100;
}

IMG.sponsors {
	vertical-align: middle;
	margin-bottom: 10px;
}

IMG.copyright {
	margin-top: 10px;
	height: 40px;
	text-align: center;
	width: 90px;
}

/* NEWS */

#paginator {
	text-align: center;
	width: 100%;
}

/* DROPDOWN */

#dropmenudiv{
	text-align: left;
	position:absolute;
	border:1px solid #024896;
	border-bottom-width: 0;
	font:normal 10px Tahoma;
	line-height:18px;
	z-index:100;
	background-image: url('../IMG/bg.png');	
	behavior: url(iepngfix.htc);
	color: #ffffff;
}

#dropmenudiv a{
	color: #ffffff;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #024896;
	padding: 1px 0;
	text-decoration: none;
	background-image: url('../IMG/bg.png');	
	behavior: url(iepngfix.htc);
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #024896;
}

/* GIGS */
TABLE.gigs {
	width: 70%;
}

TABLE.gigs TD.date {
	width: 85px;
}

/* DISCO */

IMG.cover {
	width: 160px;
	height: 160px;
	margin-right: 20px;
}

IMG.spacer {
	height: 20px;
}

/* LINKS */
TABLE.links {
	width: 100%;
}

TABLE.links TD {
	width: 33%;
	text-align: center;
	vertical-align: top;
}

/* BIO */
#bandphoto {
	margin-left: -10px;
}