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

/* Main */

* {
	margin: 0;
}

body {
	background: url(../img/bg.jpg) repeat;
	font-family: "Century Gothic";
}

/* Font Styles */

p {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.white {
	color: #F3F2F2;
}

.purpleDK {
	color: #49132D;
}

/* Links */

a:link {
	color: #49132D;
	text-decoration: none;
}

a:visited {
	color: #49132D;
	text-decoration: none;
}

a:hover {
	color: #49132D;
	text-decoration: none;
	font-weight: bold;
}

/* Lists */

ul {
	list-style-image: url(../img/bullet.png);
}







/* Home Main Content */

#homeContent {
	height: auto;
	width: 888px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#nav {
	margin: auto;
	width: 888px;
}
#newsevents {
	background-color: #F3F2F2;
	padding: 10px;
}


#newsFeed {
	background-color: #84345B;
	padding: 10px;
}

#footer {
	height: 80px;
	background-color: #7E3057;
	margin-bottom: 20px;
}
#footerTxt {
	margin: auto;
	width: 888px;
	height: 80px;
}


#discography {
	background-color: #F3F2F2;
	padding: 5px;
}

/* Main Content Styles */

/* Main Content */
/* These styles are for the main content container on the right hand side of the page */

.mainContent {
	background: #F3F2F2;
	padding: 10px;
	width: 563px;
}

.subContent {
	background: #84345B;
	padding: 10px;
	width: 543px;
}

.txtContent {
	background: #F3F2F2;
	padding: 5px;
	width: 533px;
}

.leftContentTop {
	background: #F3F2F2;
	padding: 10px;
	width: 260px;
}

.leftSubContentTop {
	background: #84345B;
	padding: 10px;
	width: 240px;
}

.leftTxtContentTop {
	background: #F3F2F2;
	padding: 5px;
	width: 230px;
}
.bottomContent {
	background: #F3F2F2;
	padding: 10px;
	width: 868px;
}
.bottomSubContent {
	background: #84345B;
	padding: 10px;
	width: 848px;
}
.bottomTxtContent {
	background: #F3F2F2;
	padding: 5px;
	width: 838px;
}
.notation {
	font-size: 10px;
}
.email {
	font-size: 13px;
	color: #49132D;
}
.largeContent {
	background: #F3F2F2;
	padding: 10px;
	width: 868px;
}
.largeSubContent {
	background: #84345B;
	padding: 10px;
	width: 848px;
}
.largeTxtContent {
	background: #F3F2F2;
	padding: 5px;
	width: 838px;
}
.intro {
	height: 100%;
	width: 100%;
}

