html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form1, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #2C175B;
	font: 85% helvetica, arial, sans-serif;
	background: #666 url(../images/main/bg.png) top left repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

/* ----------------- Main Structure ----------------- */

.bodywrap {
	width: 999px;
	display: block;
	position: relative;
	background: transparent url(../images/main/bodybg.png) top left repeat-y;
	margin: 20px auto 0 auto; /* prevent white bg from showing behind transparency */
}

.contentwrap {
	width: 999px;
	display: block;
	position: relative;
	background: transparent url(../images/main/top.png) top left no-repeat;
	margin: 0 auto;
	top: -20px; /* prevent white bg from showing behind transparency */
}

#mast {

}

#mast h1 {
	text-indent: -9999px;
}

#content {
	display: block;
	position: relative;
	width: 970px
	min-height: 500px;
	margin-top: 253px;
	left: 40px;
}

#footer {
	width: 999px;
	height: 24px;
	display: block;
	margin: 0 auto 20px auto;
	position: relative;
	background: transparent url(../images/main/footer.png) top left no-repeat;
}

/* ----------------- Links ----------------- */



a:link, a:visited, a:hover {
	color: #43176E;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {

}

a:hover {
	color: #000;
}

/* ----------------- Navigation ----------------- */

#nav ul {
	display: block;
	position: absolute;
	list-style: none;
	top: 5px;
	margin: 0 0 0 360px;
	z-index: 500;
	}

#nav ul li {
	float: left;
	height: 50px;
	margin: 0;
	line-height: 1;
}

#nav ul li, #nav ul li a, #nav ul li a:link {
	text-indent: -9999px;
	text-decoration: none;
	position: relative;
	height: 50px;
	display: block;
	background: transparent;
	}
	
#nav ul li.index a:link, #nav ul li.index a:hover, #nav ul li.index a:visited {
	background: transparent url(../images/nav/home.png) top left no-repeat;
	width: 50px;
}

#nav ul li.index a:hover {
	background: transparent url(../images/nav/home_on.png) top left no-repeat;
}

#nav ul li.aboutconsort a:link, #nav ul li.aboutconsort a:hover, #nav ul li.aboutconsort a:visited {
	background: transparent url(../images/nav/aboutconsort.png) top left no-repeat;
	width: 171px;
}

#nav ul li.aboutconsort a:hover {
	background: transparent url(../images/nav/aboutconsort_on.png) top left no-repeat;
}

#nav ul li.abouttoo a:link, #nav ul li.abouttoo a:hover, #nav ul li.abouttoo a:visited {
	background: transparent url(../images/nav/abouttoo.png) top left no-repeat;
	width: 142px;
}

#nav ul li.abouttoo a:hover {
	background: transparent url(../images/nav/abouttoo_on.png) top left no-repeat;
}

#nav ul li.cdshoppe a:link, #nav ul li.cdshoppe a:hover, #nav ul li.cdshoppe a:visited {
	background: transparent url(../images/nav/cdshoppe.png) top left no-repeat;
	width: 76px;
}

#nav ul li.cdshoppe a:hover {
	background: transparent url(../images/nav/cdshoppe_on.png) top left no-repeat;
}

#nav ul li.calendar a:link, #nav ul li.calendar a:hover, #nav ul li.calendar a:visited {
	background: transparent url(../images/nav/concert.png) top left no-repeat;
	width: 129px;
}

#nav ul li.calendar a:hover {
	background: transparent url(../images/nav/concert_on.png) top left no-repeat;
}

#nav ul li.contact a:link, #nav ul li.contact a:hover, #nav ul li.contact a:visited {
	background: transparent url(../images/nav/contact.png) top left no-repeat;
	width: 65px;
}

#nav ul li.contact a:hover {
	background: transparent url(../images/nav/contact_on.png) top left no-repeat;
}


/* ----------------- Footer ----------------- */

#footer p {
	font-size: 10px;
	color: #989797;
	margin: 0 0 0 25px;
}

#footer a:link, #footer a:hover, #footer a:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #989797;
}

/* ----------------- Pages ----------------- */

.textwrap {
	margin-top: 15px;
	display: block;
	position: relative;
	width: 590px;
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* About */

.playarea {
	padding: 10px 10px 10px 0;
	margin-left: 20px;
	border-bottom: 1px solid #C5BEDD;
}

.playarea p {
	margin: 3px 0 !important;
	font-size: 12px;
	padding: 0 3px;
}

.playarea img.play {
	padding: 0 6px 10px 5px;
	float: left;
}

p.descrip {
	font-style: italic;
}

p.title {
	font-weight: bold;
}

/* CD Shoppe */

.cd {
	padding: 10px 10px 30px 0 ;
	width: 570px;
	display: block;
	position: relative;
	clear: left;
}

.cd p {
	margin: 2px 0 !important;
}

.cd img {
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
	float: left;
	border: 1px solid #1D1A4E;
	}

.cd a.learnmore {
	margin-top: 15px;
}



/* Calendar page */	

table.calendar {
	width: 100%;
	margin-top: 10px;
}

table.calendar img {
	padding: 0;
	text-align: left;
	}

table.calendar tr {

}

table.calendar td {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding: 10px;
	font-family: helvetica, arial, sans-serif !important;
	border-right: 1px solid #a6c2d1 ;
}

table.calendar thead td {
	font-weight: bold;
	border-bottom: 1px solid #a6c2d1 !important;
}

table.calendar tr.alt td {
	background-color: #ececef;
}

table.calendar td.none {
border-right: none;
}

table.calendar td.none p{
	font-size: 11px;
	}



/* ----------------- News Column ----------------- */

.newscolumn {
	font-size: 11px;
	line-height: 13px;
	margin-left: 645px;
	width: 280px;
	padding-bottom: 20px;
	color: #292653;
	display: block;
	position: relative;
}

.newscolumn p {
	margin: 10px;
}

.newsletter {
	display: block;
	position: relative;
	width: 293px;
	height: 51px;
	background: transparent url(../images/main/newsletter.png) top left no-repeat;
}

.newsletter .email {
	position: relative;
	width: 230px;
	float: left;
	margin: 26px 10px 0 7px;
	height: 13px;
	font-size: 10px;
	padding: 2px;
	}

.newsletter .button {
	margin-top: 26px;
}

.performers {
	display: block;
	position: relative;
	background: transparent url(../images/news/performers_bg.png) top left repeat-y;
	width: 294px;
	margin: 10px 0;
	padding: 0;
}

.performers p {
	font-size:110%;
}

.performerstop {
	background: transparent url(../images/news/performerstop.png) top left no-repeat;
	width: 294px;
	padding-top: 10px;
}

.headlinewrap {
	display: block;
	position: relative;
	width: 200px;
	height: 20px;
	background: transparent url(../images/main/icon.png) 0 8px no-repeat;
	padding-left: 27px;
	margin-left: -18px;
}

.news_font {
	font-size: 120%;
}

.topheadline {
	margin-top: 10px !important;
}

.performersfooter {
	display: block;
	position: relative;
	width: 294px;
	height: 5px;
	background: transparent url(../images/news/performersfooter.png) bottom left no-repeat;
}

.buttons {
	display: block;
	position: relative;
	margin: 10px 0 10px 10px;
}

a.learnmore {
	display: block;
	text-indent: -9999px;
	height: 21px;
	width: 136px;
	float: left;
	padding-right: 10px;
	background: transparent url(../images/main/learnmore.png) top left no-repeat;
}

a.viewepk {
	display: block;
	position: relative;
	text-indent: -9999px;
	height: 21px;
	margin-left: 140px;
	width: 136px;
	background: transparent url(../images/main/viewepk.png) top left no-repeat;
}

a.titlefloat {
	float: right;
	margin-top: -35px;
}



/* ----------------- Headlines ----------------- */

h2, h3 {
	text-indent: -9999px;
	display: block;
	position: relative;
	background: transparent;
}

h2 {
	margin-top: 0px;
	margin-bottom: 15px;
}

h2.welcome {
	background: transparent url(../images/titles/welcome.png) top left no-repeat;
	width: 116px;
	height: 28px;
}

h2.aboutconsort {
	background: transparent url(../images/titles/aboutconsort.png) top left no-repeat;
	width: 338px;
	height: 28px;
}

h2.abouttoo {
	background: transparent url(../images/titles/abouttoo.png) top left no-repeat;
	width: 290px;
	height: 28px;
}

h2.calendar {
	background: transparent url(../images/titles/calendar.png) top left no-repeat;
	width: 241px;
	height: 28px;
}

h2.contact {
	background: transparent url(../images/titles/contact.png) top left no-repeat;
	width: 107px;
	height: 28px;
}

h2.cdshoppe {
	background: transparent url(../images/titles/cdshoppe.png) top left no-repeat;
	width: 157px;
	height: 37px;
}

h3.millenniaconsort {
	background: transparent url(../images/titles/millenniaconsort.png) top left no-repeat;
	width: 147px;
	height: 25px;
}

h3.millenniatoo {
	background: transparent url(../images/titles/millenniatoo.png) top left no-repeat;
	width: 118px;
	height: 25px;
}


h3.audiofiles {
	background: transparent url(../images/titles/audiofiles.png) top left no-repeat;
	width: 102px;
	height: 25px;
}

h3.news {
	background: transparent url(../images/titles/news.png) top left no-repeat;
	width: 53px;
	height: 24px;
	margin-left: -4px;
}

h3.interiornews {
	background: transparent url(../images/titles/interiornews.png) top left no-repeat;
	width: 53px;
	height: 24px;
	margin-left: -4px;
}

h3.newslettertext {
	display: none;
}

h4 {
	color: #1D1A4E;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}

h4.price {
	float: right;
	color: #4D4A85;
	display: block;
	position: relative;
	margin-top: -2em;
}

.addmargin {
	margin-top: 20px;
}


/* ----------------- Typography ----------------- */

p, li, dd {
	margin: 1em 0;
	line-height: 1.5em;
	font-size: .9em;
}

.first {
	font-size: 1.1em;
	line-height: 1.4em;
}