body {
    background: #f0f0f0 url(/img/wood.jpg) top center;
    margin: 0;
    font-family: 'Helvetica';
    font-size: 13px;
}
a:active { outline: none;}
h1 {
    width: 100%;
    height: 10px;
    background-color: #000;
    opacity: 0.5;
    text-indent: -1000px;
}
h2 { font-size: 24px; line-height: 36px; margin-top: 20px; margin-bottom: 20px;}
h3 { line-height: 24px; font-size: 14px;}
p { line-height: 18px; font-size: 13px; margin-bottom: 13px; }

#wrapper {
    background-color: #fff;
    width: 860px;
    margin: 0 auto;
    padding: 0 30px;
}
#container {
    background-color: #eee;
    padding: 10px;
    overflow: auto;
}
#logo { background: #fff url(/img/logo.png) center center no-repeat; height: 140px; width: 200px; }

#decoration {
    position: absolute;
    left: 40%;
    overflow: visible;
    top: 0px;
    z-index: 2;
}

#menu {
  background-color: #222;
  width: 100%;
  height: 34px;
  overflow: auto;
}
#menu ul { z-index: 5;
  position: absolute;
  list-style: none;
  margin:0;
  padding: 0;
}
#menu ul li { float: left; }
#menu ul li a { 
    z-index: 20; position: relative; 
    font-family: 'helvetica';
    letter-spacing: 0.1em;
    color: #fff; 
    text-align: center; 
    text-decoration: none; 
    display: block; 
    width: 110px; 
    font-weight: bold;
    line-height: 34px; 
    font-size:10px;
}
#menu ul li a:hover { background-color: #000;}
div#splash a { float: left }
div#splash a, 
div#splash a img { display: block; background-color: #000; width: 168px; height: 112px; margin:0; padding:0; }


#content {
    padding: 5px 10px;
    min-height: 400px;
}

#footer {
    color: #EEE;
    width: 900px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background-color: #000;
    opacity: 0.8;
}

.main {
  width: 560px;
  float: left;
}

.hiring {
  margin-top: -60px;
  width: 200px;
  float: right;
  padding: 2em;
  background: #FFECB3;
}

.hiring h3 {
  font-size: 18px;
  line-height: 3em;
}

.hiring p {
  margin-bottom: 1em;
}


.stylist { clear: both; margin-bottom: 1em; overflow: auto; }
.stylist .name { font-size: 18px; text-align: right; width: 125px; float: left; }
.stylist .name small { color: #999; }
.stylist .description { padding-left: 25px; float: left; width: 250px; color: #333; }
.stylist img { float: right; border: 1px solid #333;}



#contact {
    float: left;
    width: 400px;
}
#contactform label {
    width: 100px;
    display: block;
    float: left;
}
#contactform input[type=text] {
    width: 290px;
}
#contactform input[type=submit] {
    margin-left: 100px;
}
#contactform textarea {
    width: 294px;
}
#contactform ul.errorlist {
	margin-left: 100px;
	color: red;
	line-height: 24px;
}
#map {
    width: 400px;
    height: 400px;
    padding: 10px;
    border: 1px solid #444;
    float: right;
}







#services #description {
    width: 400px;
    float: left;
    margin-right: 15px;
}
#services #description p img {
    border: 1px solid #111;
}
#services #description p {
    line-height: 36px;
    font-size: 14px;
    color: #655;
    font-family: "Georgia";
    font-style: italic;
}
#services #pricelist {
    float: right;
    width: 400px;
    margin-left: 10px;
}
#services #pricelist td,#pricelist th {
    padding: 5px;
}
#services #pricelist th {
    background-color: #666;
    color: #FFF;
    padding: 5px;
}
#pricelist .type {
    padding-left: 10px;
}
#pricelist .price {
    text-align: right;
    padding-right: 10px;
}


