* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #000;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content {
	background-image: url(images/MD-side.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation {
	height: 42px;
}
.rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 98aaba;
	height: 2px;
	background-color: #98aaba;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation li {
	display: inline;
}

/*Display needs to be set to block, and float left for the image sprites to show up*/

#navigation ul li a {
	background-image: url(images/MD-nav2.jpg);
	height: 42px;
	display: block;
	float: left;
}

#navigation li a span {
	display: none;
}

#navigation ul li.about a:link, #navigation ul li.performances a:visited {
	width: 175px;
	background-position: 0px 0px;
}


#navigation ul li.about a:hover, 
#navigation ul li.about a:active {
  width: 175px;
  background-position: 0px -40px;
}


#navigation ul li.performances a:link,
#navigation ul li.performances a:visited {
  width: 205px;
  background-position: -175px 0px;
}

#navigation ul li.performances a:hover, 
#navigation ul li.performances a:active {
  width: 205px;
  background-position: -175px -40px;
}

#navigation ul li.listen a:link,
#navigation ul li.listen a:visited {
  width: 110px;
  background-position: -380px 0px;
}

#navigation ul li.listen a:hover, 
#navigation ul li.listen a:active {
  width: 110px;
  background-position: -380px -40px;
}

#navigation ul li.video a:link,
#navigation ul li.video a:visited {
  width: 102px;
  background-position: -490px 0px;
}

#navigation ul li.video a:hover, 
#navigation ul li.video a:active {
  width: 102px;
  background-position: -490px -40px;
}

#navigation ul li.photo a:link,
#navigation ul li.photo a:visited {
  width: 122px;
  background-position: -592px 0px;
}

#navigation ul li.photo a:hover, 
#navigation ul li.photo a:active {
  width: 122px;
  background-position: -592px -40px;
}

#navigation ul li.contact a:link,
#navigation ul li.contact a:visited {
  width: 270px;
  background-position: -714px 0px;
}

#navigation ul li.contact a:hover, 
#navigation ul li.contact a:active {
  width: 270px;
  background-position: -714px -40px;
}
.sidebarRt {
	float: right;
	width: 216px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	margin-right: 60px;
	color: #FFF;
}
.sidebarRt_inner {
}
#container .sidebarRt p {
	font-size: 0.75em;
	color: #FFF;
	line-height: 200%;
}
#header {
	height: 284px;
	margin: 0px;
	padding: 0px;
}
#maincontent {
	width: 58%;
	font-size: 0.9em;
	margin-left: 75px;
	margin-right: 30px;
	margin-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/md-stone.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #98aaba;
	padding-right: 20px;
}
/* added padding at bottom to get the border to continue downward and meet the footer*/

img {
	border: none;
}
.imgContent {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #FFF;
	font-weight: normal;
	padding-bottom: 10px;
}
#maincontent p {
	margin-bottom: 20px;
}
#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: normal;
	color: #FFF;
	margin-top: 40px;
	margin-bottom: 10px;
}
#maincontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #CCC;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: 0.05em;
}
p {
	font-size: 1em;
	line-height: 200%;
	color: #98aaba;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: .10em;
	margin-bottom: 5px;
}
h4 {
	color: #900;
}
.bottomgraphic {
	background-image: url(images/MD-foot.jpg);
	background-repeat: no-repeat;
	height: 87px;
	width: 1000px;
	z-index: 1;
}
#footer {
	background-image: url(images/MD-foot.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	position: relative;
	z-index: 50;
	height: 86px;
	margin-bottom: 26px;
	clear: both;
}
#footer p {
	font-size: .5em;
	margin-right: 75px;
	margin-left: 75px;
	padding-top: 5px;
}
.firedragon {
	float: right;
	width: 216px;
	padding: 10px;
	position: absolute;
	right: 20px;
	bottom: 57px;
	z-index: 100;
}

#navfoot {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-left: 75px;
	margin-right: 60px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99aaba;
	letter-spacing: 0.05em;
}

#navfoot ul {
	padding-bottom: 5px;
}

#navfoot ul li {
	color: #99aaba;
	list-style-type: none;
	display: inline;
	padding-right: 14px;
}

#navfoot ul li a {
	color: #99aaba;
	text-decoration: none;
}

#navfoot ul li a:hover, #navfoot ul li a:active {
	color: #FFF;
}

#navfoot ul li a:link, #navfoot ul li a:visited {
}
.clearboth {
	clear: both;
	margin-bottom: 20px;
}
.imgFloatRt {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.imgFloatlLt {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.sidebarRt_inner img {
	margin-bottom: 150px;
}
.track {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 75%;
	font-size: .95em;
}
.signupform {
	line-height: 75%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: .9em;
}
.bigclear {
	margin-bottom: 100px;
}
#moondragonHome {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 500px;
	position: absolute;
	z-index: 300;
	top: 25px;
	left: 25px;
}
.email a {
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
}
.email a:hover, .email a:active {
	color: #98aaba;
}
#container #content .sidebarRt .sidebarRt_inner h2 {
	font-size: 0.9em;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#container #content .sidebarRt .sidebarRt_inner a {
	text-decoration: none;
}
#container #content .sidebarRt .sidebarRt_inner a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
