body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(../layoutImages/emmure_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 20px;
}
a:link, a:visited {
	color: #6d5c2d;
	text-decoration: none;
}
a:hover, a:active {
	color: #CFBF82;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 752px;
	position: absolute;
	margin-left: -376px;
	left: 50%;
	padding-bottom: 20px;
	background-color: #000000;
}
#mainMenu {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 50px;
	text-align: center;
}
#mainMenu a:link, #mainMenu a:visited {
	color: #CCCCCC;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../layoutImages/linksBg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 16px;
}
#mainMenu a:hover, #mainMenu a:active {
	color: #6d5c2d;
	text-decoration: none;
}
.sectionContent {
	padding-left: 25px;
	width: 490px;
	padding-right: 10px;
	float: left;
}
.myHeader {
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #0f0D01;
	padding-left: 5px;
	color: #6d5c2d;
}
.mySubheader {
	color: #6d5c2d;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 35px;
	font-size: 14px;
}
.myPageBody {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0f0D01;
	margin-left: 35px;
	padding-bottom: 10px;
}
#rightContent {
	float: right;
	width: 185px;
	padding-right: 25px;
}
.myShows {
	line-height: 24px;
}
.myShowDates {
	color: #6d5c2d;
	background-attachment: scroll;
	background-image: url(../layoutImages/greenBg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.viewAll {
	width: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0f0D01;
	padding-top: 3px;
}
#websiteLogos {
	width: 360px;
	text-align: center;
}
#bottomNav {
	text-align: center;
	padding-top: 75px;
	line-height: 14px;
}
#pageTop {
	margin-left: 35px;
	padding-top: 5px;
}
/***********************
These are styles for the show
************************/
.showsLinks {
	padding-bottom: 5px;
}
th {
	padding-bottom: 10px;
	background-color: #0f0D01;
	font-size: 12px;
	color: #CCCCCC;
}
/***********************
These are styles for the Bio
************************/
.memberName {
	color: #6d5c2d;
}
/***********************
These are styles for the Guestbook
************************/
.guestName {
	padding-top: 10px;
	padding-bottom: 10px;
}
/***********************
These are styles for the ShowsInfo
************************/
#showsContainer {
	margin-left: -280px;
	position: absolute;
	left: 50%;
	width: 560px;
	padding-top: 20px;
}
/***********************
These are styles for the MediaDisplay
************************/
#mediaContainer {
	margin-left: -320px;
	position: absolute;
	left: 50%;
	width: 640px;
	padding-top: 20px;
}
/***********************
These are styles for the Photos
************************/
.myPhotoThumbs {
	float: left;
	padding: 10px;
}
.clearFloats {
	clear: both;
}
#photoContainer {
	margin-left: -375px;
	position: absolute;
	left: 50%;
	width: 750px;
}
