/* General Styling */

body {
  background: #DAD1C5;
  width: 760px;
  margin: 0 auto;
  padding: 0;
  font-size: small;
  }
* html body {
  font-size: x-small; /* for IE5/Win */
  f/ont-size: small; /* for other IE versions */
  }

ul {
margin: 0;
padding: 0;
} 

a href {
border: 0;
}

#content {
float: left;
width: 760px;
margin: 0;
padding: 0;
} 

/*Masthead Styling */

#masthead {
width: 760px;
height: 113px;
margin: 0;
padding: 0;
overflow: visible;
}

#masthead img {
height: 113px;
border: 0;
}

/* IE 6 fix for top banner overflow problem */
* html #masthead {
overflow: hidden;
}
* html #masthead img {
position: relative;
}

/* Site Navigation Style */

#nav {
float: right;
width: 187px;
margin: 0;
padding: 20px 0 0 0;
list-style: none;
}

#nav li {
font-family: "Verdana", sans-serif;
color: #260602;
letter-spacing: 1px;
margin: 0;
font-size: 110%;
text-transform: lowercase;
}

li#bio {
padding: 0 0 15px 0;
}

li#shows {
padding: 0 0 15px 35px;
}

li#reviews {
padding: 0 0 15px 60px;
}

li#contact {
padding: 0 0 15px 85px;
}

li#home {
padding: 0 0 15px 115px;
}

/* Link Styling */

a:link {
text-decoration: none;
color: #260602;
}

a:visited {
text-decoration: none;
color: black;
}

a:hover, a:active {
text-decoration: underline;
color: #571E04;
}