/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 934px;
	margin: 0 auto;
	background: url(../_images/spiral.gif) bottom right no-repeat;
}

#header {
	width: 934px;
	height: 85px;
	clear: right;
}

a:link, a:active, a:visited { color: #5B0066; }
a:hover { color: #333333; }

#nav {
	height: 42px;
	width: 886px;
	clear: right;
	background-color: #5B0066;
}

#nav ul { list-style: none; margin: 0px auto; padding: 10px 0px 0px 0px; width: 530px;}
#nav ul li { float: left; border-right: #b1b1b1 1px solid; display: block; height: 19px; margin: 0px; padding: 0px 12px 2px 12px; font: 18px "Tahoma", Arial, Helvetica, sans-serif; }
#nav ul li.last { border-right: 0px; }
#nav ul li a { color: #B1B1B1; text-decoration: none; }
#nav ul li a:hover { color: #ffffff; }

#contentContainer {
	border-right: 7px solid #5B0066;
	width: 879px;
	background: #EDEDED url(../_images/top_right.gif) top right no-repeat;
}

#content {
	width: 826px;
	border-left: 7px solid #5B0066;
	border-bottom: 7px solid #5B0066;
	background: url(../_images/bottom_left.gif) bottom left no-repeat;
	padding-left: 28px;
	padding-right: 28px;
}

* html #content { padding-right: 0px; }

#content img { border: 2px #000 solid;  margin: 0px 10px 10px 10px;  }
#content img.clear { border: 0px; }

#titles {
	background: url(../_images/wand.gif) bottom left no-repeat;
	height: 77px;
	width: 843px;
	margin-bottom: 12px;
}
* html #titles {
	width: 845px;
}

#titles img { border: 0px; margin: 0px; }

.music {
	width: 150px; margin: 0 auto 10px auto;
	font-size: 9px;
}

#footer {
	width: 862px;
	clear: right;
	font: 12px "Tahoma", Arial, Helvetica, sans-serif; color: #b1b1b1;
	text-align: right;
	line-height: 150%; 
	padding: 10px 28px 26px 0px; 
}
*+ html #footer { padding-bottom: 24px; }
* html #footer { padding-bottom: 24px; }

#footer ul { list-style: none; margin: 0px; padding: 0px; float: left;}
#footer ul li { float: left; border-right: #b1b1b1 1px solid; display: block; height: 15px; margin: 0px; padding: 0px 7px 2px 7px; font: 14px "Tahoma", Arial, Helvetica, sans-serif; }
#footer ul li.last { border-right: 0px; }
#footer ul li a { color: #B1B1B1; text-decoration: none; }
#footer ul li a:hover { color: #ffffff; }

#footer .credits { font-size: 10px; }

#footer a { color: #b1b1b1; }
#footer a:hover { color: #ffffff; }

h1 { color: #5B0066; font-size: 18px; margin: 2px 0px 0px 0px; padding: 0px; }
h2 { color: #000000; font-size: 14px; text-align: center; margin-top: 2px; }
p { margin: 0px 0px 20px 0px; padding: 0px; font-size: 14px; line-height: 18px; }