/* CSS Document */
/* main */
#head {
	background-image: url(/images/header.jpg);
	height: 307px;
	width: 982px;
	align: center;
	background-position: center;
	background-repeat: no-repeat;
}
#links {
	width: 982px;
	align: center;
	background-position: center;
	background-repeat: repeat-y;
}
#wrap {
	align: center;
	background-image: url(/images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#content {
	background-repeat: repeat-y;
	align: center;
	background-position: center;
	width: 940px;
	z-index:1;
	}
#top {
	background-repeat: no-repeat;
	align: center;
	background-position: center;
	background-image: url(images/topbg.jpg);
	}
#bottom {
	background-repeat: no-repeat;
	align: center;
	background-position: center;
	background-image: url(images/footbg.jpg);
	}

body {
	background-color: #516681;
	background-position: center;
	align: center;
}
/*about*/
#about_head {
	background-image: url(/images/about/abouthead1.jpg);
	height: 216px;
	width: 978px;
	align: center;
	background-position: center;
	background-repeat: no-repeat;
}
#about_links {
	width: 978px;
	align: center;
}
#photo{
	height: 265px;
	width: 170px;
	float: left;
	padding-right: 3px;
	text-align: center;

}
#musicplayer{
	height: 241px;
	width: 300px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	margin: 4px;
	padding-left: 15px;
	text-align: left;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #9D6B6C;
	text-decoration: underline;
}