body {
  background: #9b1313 url('images/bg.png');
  margin: 0;
  padding: 0;
  color: white;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  font-size: 30px;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  font-weight: normal;
}

img {
  border: 0;
}

th, td {
  text-align: left;
  vertical-align: top;
}

th {
  padding-right: 20px;
  font-weight: normal;
}

td h2 {
  margin: 0 0 10px;
  margin-bottom: 10px;
}

.container {
  position: relative;
  width: 980px;
  margin: 0 auto;
}


#header {
  background: url(images/top-bg.png) repeat-x top left;
  width: 100%;
  height: 105px;
}

ul#nav {
	position: absolute;
	left: 481px;
	top: 43px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 28px;
	text-transform: lowercase;
	line-height: 35px;
	width: 438px;
}

ul#nav li {
  display: inline;
  padding: 0;
  margin: 0 5px;
}

ul#nav li a {
  color: white;
  text-decoration: none;
  padding: 0 5px;
}

ul#nav li a:hover, ul#nav li a.selected {
  background-color: black;
}

#logo {
  position: absolute;
  width: 314px;
  height: 95px;
  left: 21px;
  top: 0;
}

#featured {
	position: absolute;
	width: 827px;
	height: 25px;
	left: 9px;
	top: 135px;
	background-color: #FFFFFF;

}

#featured .featured {
    font-size: 15px;
	color: #000000


}

   
#content {
  margin: 0 auto;
  background: #a3a29e url(images/content-side-bg.png) repeat-y top right;
  width: 937px;
}

#content .inner {
  background: url(images/content-bg.png) repeat-x bottom left;
  width: 861px;  
  padding: 25px 35px;
}

#content .bottom {
  background: url(images/content-bottom-bg.png) no-repeat bottom left;
  width: 937px;
  height: 8px;
}

#content h1 {
  margin-top: 0;
}

#footer {
  margin: 20px 0;
  background: url(images/footer-bg.png) no-repeat top left;
  padding-top: 17px;
  font-size: 11px;
  letter-spacing: 0.3em;
  line-height: 1.7em;
}

#footer a {
  text-decoration: none;
  color: white;
}

#footer a:hover {
  text-decoration: underline;
}


/********* HOME PAGE ***********/

#photos {
  background: url(images/photos-bg.png) no-repeat;
  width: 970px;
  height: 343px;
  padding: 5px 0 0 4px;
  margin-top: 70px;
}

#photos img {
  margin-right: 11px;
}

#photos img.last {
  margin-right: 0;
}

#address {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.3em;
  margin: 15px 0 105px;
}

#address a {
  color: white;
  text-decoration: underline;
  padding: 0 5px;
}

#address a:hover, a.selected {
  background-color: black;
}


/************ STYLISTS PAGE *************/

table.stylists {
  border-spacing: 20px;
}

table.stylists td.photo {
  width: 150px;
}

