body {
	background: #B4BFAE url(images/background-image.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: black;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2.2em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: .5em;
	letter-spacing: .1em;
}

td.topText {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.9em;
	color: #018383;
	letter-spacing: .1em;
}

/* This creates a centered link container and removes the browsers default spacing. */
ul#contact {
	font-size: 1em;
	color: #333333;
	display: block;
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align: center;
}

/* Makes the list horizontal and adds a bullet background with appropriate spacing. */
ul#contact li {
	padding: 0 15px 0 20px;
	list-style: none;
}

/* Removes the "bullet" & extra spacing from the first item. */
ul#contact li.first {
	background: none;
	padding: 0 15px 0 20px;
}

/* This creates a centered link container and removes the browsers default spacing. */
ul#footer {
	font-size: 1em;
	display: block;
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align: center;
}

/* Makes the list horizontal and adds a bullet background with appropriate spacing. */
ul#footer li {
	background: url(../new/images/bullet.gif) no-repeat left;
	padding: 0 10px 0 14px;
	list-style: none;
	display: inline;
}

/* Removes the "bullet" & extra spacing from the first item. */
ul#footer li.first {
	background: none;
	padding: 0 10px 0 14px;
	background: url(../new/images/bullet.gif) no-repeat left;
}

/* This centers the credit div and adds a top/bottom margin of 30px */
div#credit {
	font-size: .9em;
	margin: 30px auto 30px auto;
}

/* Using display: block we can create some fancy looking credit links.  But this is entirely optional. */
div#credit a:link, div#credit a:visited {
	display: block;
}

div#footer {
    font-size: 1.1em;
    color: White;
	text-align: center;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: White;
	font-size: 1.1em;
	text-decoration: none;
}

#footer a:hover {
	color: #3C4638;
	font-size: 1.1em;
	text-decoration: underline;
}

div#credit { 
	margin: 40px 10px 40px 10px;  
	font-size: .9em;     
	text-align: center;
}

#credit a:link, #credit a:visited { 
	color: White;  
	text-decoration: none;   
}
	
#credit a:hover { 
	color: #3C4638;
	text-decoration: underline;
}

.nav {
   vertical-align: right  bottom;
	margin: 0px;
	padding-bottom: 12px;
}

.topLeftShadow {
	background-image: url(images/top-left-shadow.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.topCenterShadow {
	background-image: url(images/top-center-shadow.gif);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}

.topRightShadow {
	background-image: url(images/top-right-shadow.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.leftShadow {
	background-image: url(images/left-side.gif);
	vertical-align: top;
	width: 33px;
}

.rightShadow {
	background-image: url(images/right-side.gif);
	vertical-align: top;
	width: 33px;
}

.topShadow {
	background-image: url(images/top-shadow.gif);
	background-repeat: no-repeat;
	width: 865px;
	height: 30px;
	vertical-align: bottom;
}

.bottomShadow {
	background-image: url(images/bottom-shadow.gif);
	background-repeat: no-repeat;
	width: 865px;
	height: 25px;
}

.leaf {
	background-image: url(images/leaf.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.imgHome {
	padding-top: 10px;
}

.leftShadowRepeat {
	background-image: url(images/left-repeat.gif);
	vertical-align: top;
}

.rightShadowRepeat {
	background-image: url(images/right-repeat.gif);
	vertical-align: top;
}

.textIndex {
	text-indent: 40px;
	margin: auto;
}

.tealBold {
	color: #018383;
	font-weight: bold;
}

.headers {
	color: Black;
	font-weight: bold;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #018383;
	margin-bottom: 1em;
	margin-top: 0.3em;
	padding: 0.25em;
	background-color: #BAC9BD;
	font-variant: small-caps;
}

.artist-img {
	padding: 0.3em;
	border: 1px solid #BAC9BD;
	margin: 10px;
}

.artist-name {
	font-size: 1.3em;
	font-weight: bold;
	color: #018383;
	letter-spacing: 0.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: .4em;
}
