@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

#container {
	width: 916px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#content {
	background-image: url(../images/bodybg.png);
	background-repeat: repeat-y;
	width: 856px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
	float:left;
}
#nav {
	width: 856px;
	float:left;
}

#mh a {
	background-image: url(../images/menu_home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 39px;
	width: 120px;
	overflow: hidden;
	display:block;
}
#mh a:hover {
	background-image: url(../images/menu_home.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
	height: 39px;
	width: 120px;
	overflow: hidden;
	display:block;
}

#mau a {
	background-image: url(../images/menu_about_us.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 39px;
	width: 169px;
	overflow: hidden;
	display:block;
}
#mau a:hover {
	background-image: url(../images/menu_about_us.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
	height: 39px;
	width: 169px;
	overflow: hidden;
	display:block;
}
#mc a {
	background-image: url(../images/menu_concerts.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 39px;
	width: 169px;
	overflow: hidden;
	display:block;
}
#mc a:hover {
	background-image: url(../images/menu_concerts.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
	height: 39px;
	width: 169px;
	overflow: hidden;
	display:block;
}
#mmd a {
	background-image: url(../images/menu_director.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 39px;
	width: 276px;
	overflow: hidden;
	display:block;
}
#mmd a:hover {
	background-image: url(../images/menu_director.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
	height: 39px;
	width: 276px;
	overflow: hidden;
	display:block;
}
#ml a {
	background-image: url(../images/menu_links.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 39px;
	width: 120px;
	overflow: hidden;
	display:block;
}
#ml a:hover {
	background-image: url(../images/menu_links.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
	height: 39px;
	width: 120px;
	overflow: hidden;
	display:block;
}
#textbox {
	width: 558px;
	border: 1px solid #C66;
	margin-top: 10px;
	float:left;
}
#rbanner {
	float: left;
	width: 296px;
}
#content_banner {
	background-image: url(../images/title_bg.png);
	background-repeat: repeat-x;
	height: 55px;
	width: 543px;
	line-height:55px;
	padding-left:15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #8a5a5a;
}
#text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 2em;
	color: #666;
	float: left;
	width: 528px;
	padding:15px;
} 

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 141px;
	width: 876px;
	padding-top: 115px;
	padding-right: 40px;	
	float:left;
	
}
.padding {
	padding-right:15px;
	padding-bottom:5px;
	float:left;
}
.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
