body {
	font: 100% Helvetica, Arial, sans-serif;
	background: #9895a1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 1050px;
	height: 500px;
    background: url("./images/web-header2.jpg") no-repeat 0 0;
	text-align: center;
	margin: 0 auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

img {
	border: 0px;
}

h1 {
	font-size: 35px;
	color: #642834;
}

a {
	color: #642834;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

.nav {
text-align: center;
margin-top: 425px;
width: 1050px;
padding: 0 0 0 0;
position: absolute;
}

#news
{
  display: block;
  width: 85px;
  height: 90px;
  background: url("./images/nav_news.png") no-repeat 0 0;
}

#news:hover
{ 
  background-position: 0 -90px;
}

#news span
{
  display: none;
}

#about
{
  display: block;
  width: 97px;
  height: 90px;
  background: url("./images/nav_about.png") no-repeat 0 0;

}

#about:hover
{ 
  background-position: 0 -90px;
}

#about span
{
  display: none;
}

#music
{
  display: block;
  width: 107px;
  height: 90px;
  background: url("./images/nav_music.png") no-repeat 0 0;

}

#music:hover
{ 
  background-position: 0 -90px;
}

#music span
{
  display: none;
}

#video
{
  display: block;
  width: 93px;
  height: 90px;
  background: url("./images/nav_video.png") no-repeat 0 0;

}

#video:hover
{ 
  background-position: 0 -90px;
}

#video span
{
  display: none;
}


#shows
{
  display: block;
  width: 97px;
  height: 90px;
  background: url("./images/nav_shows.png") no-repeat 0 0;

}

#shows:hover
{ 
  background-position: 0 -90px;
}

#shows span
{
  display: none;
}

#store
{
  display: block;
  width: 95px;
  height: 90px;
  background: url("./images/nav_store.png") no-repeat 0 0;
}

#store:hover
{ 
  background-position: 0 -90px;
}

#store span
{
  display: none;
}

#gallery
{
  display: block;
  width: 132px;
  height: 90px;
  background: url("./images/nav_gallery.png") no-repeat 0 0;

}

#gallery:hover
{ 
  background-position: 0 -90px;
}

#gallery span
{
  display: none;
}

#lyrics
{
  display: block;
  width: 94px;
  height: 90px;
  background: url("./images/nav_lyrics.png") no-repeat 0 0;

}

#lyrics:hover
{ 
  background-position: 0 -90px;
}

#lyrics span
{
  display: none;
}

#blog
{
  display: block;
  width: 87px;
  height: 90px;
  background: url("./images/nav_blog.png") no-repeat 0 0;

}

#blog:hover
{ 
  background-position: 0 -90px;
}

#blog span
{
  display: none;
}

#contact
{
  display: block;
  width: 115px;
  height: 90px;
  background: url("./images/nav_contact.png") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -90px;
}

#contact span
{
  display: none;
}

div.feedburnerFeedBlock ul  {
margin-left:0;
padding-left:0;
list-style-type: none
}
div.feedburnerFeedBlock ul li span.headline  {
font-weight:bold;
display:block;
margin:50px 0 0 0
}
div.feedburnerFeedBlock ul li span.headline  {
font-weight:bold
}

div.feedburnerFeedBlock ul {
font: 100% Helvetica, Arial, sans-serif;
color: #000000;
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
font: 100% Helvetica, Arial, sans-serif;
display:block;
margin:20px 0 0 0;
}

#creditfooter {
display: none; 
}

div.feedburnerFeedBlock ul li p.date {
font-weight:bold;
font: 100% Helvetica, Arial, sans-serif;
font-size: 11px;
display:block;
}

div.feedburnerFeedBlock ul ul {
list-style-type: disc;
}