body {
	
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-color:white;
}

/* Content */

#content {
	align: center;
	width: 960px;
	margin: 0 auto;

}

#leftbar {
	float: left;
	width: 295px;
	height:auto;
}

#rightbar {
	float: right;
	width: 660px;

}

#lefttext {
background-color: #333333;
padding: 10px;
margin-top: 5px;
height:100%;
}

#righttop {
background-color: #333333;
padding: 10px;
}

#rightcontent {
margin-top: 10px;
Background-color: #333333;
color: white;
padding: 10px;	
}

a.indexrollover {
    display: block;
    width: 38px;
    height: 25px;
    background: url("images/homeb.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.indexrollover {
    background-position: -38px 0;
} 

a.newsrollover {
    display: block;
    width: 38px;
    height: 25px;
    background: url("images/newsb.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.newsrollover {
    background-position: -38px 0;
} 

a.mediarollover {
    display: block;
    width: 40px;
    height: 25px;
    background: url("images/mediab.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.mediarollover {
    background-position: -40px 0;
} 

a.setlistrollover {
    display: block;
    width: 46px;
    height: 25px;
    background: url("images/setlistb.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.setlistrollover {
    background-position: -46px 0;
} 

a.aboutusrollover {
    display: block;
    width: 53px;
    height: 25px;
    background: url("images/aboutusb.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.aboutusrollover {
    background-position: -53px 0;
} 

a.messagerollover {
    display: block;
    width: 80px;
    height: 25px;
    background: url("images/messageb.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.messagerollover {
    background-position: -80px 0;
} 
/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 10px;
	text-align:center;

}

a {
	color: white;
}

a:link {color: white; text-decoration: underline}
a:visited {color: white; text-decoration: underline}
h1 { 
font-size: 13px; 
line-height:1.7;
border-bottom: 1px dotted #adadad;
}
.images {
	padding:5px;
}