body {
	background-color: #5e5e5e;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bd0038;
	padding-bottom: 0px;
	margin: 0px;
}
#MainContent {
	background-image: url(images/maincontent_bg.gif);
	height: 610px;
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#MainContent #PageContent p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



/* ************************************** */
/*          Main Menu Styles              */
/* ************************************** */

#MainMenu {
	top: 80px;
	position: absolute;
	margin: 0 20px 0 30px;
	width: 890px;
	clear: both;
}
#MainMenu a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-weight: bold;
	margin: 0px -3px 0px -3px;
	letter-spacing: 1px;
	z-index: 1;
}
#MainMenu a:link,
#MainMenu a:visited {
}

#MainMenu a:active,
#MainMenu a:hover {
	background-color: #bd0038;
}
#PhotoHeader {
	top: 140px;
	position: absolute;
	margin: 0px 20px 0px 30px;
	width: 890px;
	text-align: center;
}
#PhotoHeader img{
	margin: 5px;
	border: 2px solid #666666;
}
#PageContent {
	top: 335px;
	position: absolute;
	margin: 0 20px 0 30px;
	width: 890px;
	height: 210px;
	overflow: auto;
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	background-position: right;
}
#Footer {
	top: 565px;
	position: absolute;
	margin: 0 20px 0 30px;
	width: 890px;
	color: #FFFFFF;
	text-align: right;
}
#Footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#BottomFooter {
	top: 600px;
	position: absolute;
	width: 890px;
	color: #000000;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 30px;
}
#BottomFooter a {
	color: #000000;
	text-decoration: none;
}
#BackToHome {
	width: 100px;
	height: 100px;
	margin-top: 25px;
	margin-left: 425px;
	z-index: 2;
	clear: both;
	position: fixed;
}
.slideshow {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* *************************************** */
/*    Wacky Page Backgrounds Begin Here    */
/* *************************************** */

table.home {
	background-image: url(images/page_bg_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
}
table.hearus {
	background-image: url(images/page_bg_hearus.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
}
table.contactus {
	background-image: url(images/page_bg_contactus.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
	padding-left: 30px;
}
table.faqs {
	background-image: url(images/page_bg_faqs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:20px;
	width: 850px;
	height: 210px;
}
table.shoutouts {
	background-image: url(images/page_bg_shoutouts.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:20px;
	width: 850px;
	height: 210px;
}
table.fanmail {
	background-image: url(images/page_bg_fanmail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:20px;
	width: 850px;
	height: 210px;
}
table.playlist {
	background-image: url(images/page_bg_playlist.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:20px;
	width: 850px;
	height: 210px;
}
table.gallery {
	background-image: url(images/page_bg_gallery.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:20px;
	width: 850px;
	height: 210px;
}

a:link,
a:visited {
    color: #333333;
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: underline;
	color: #bd0038;
}
