/*
Indulge Med Spa - Styleheet

@author Adrian Vender <admin@efusionmarketing.com>

*/

/*********
 GENERAL
*********/

body {
  background: #566068;
  text-align: center;
  margin: 0;
  padding: 0;
}

p {
  font: normal 12px Arial, Helvetica, san-serif;
  color: #5F5F5F;
  padding: 0 10px 0 10px;
}

h1 {
  font: bold 20px Arial, Helvetica, san-serif;
  color: #5F5F5F;
  padding: 0 10px 0 10px;
}

td {
  font: normal 12px Arial, Helvetica, san-serif;
  color: #5F5F5F;
  padding: 0 10px 0 10px;
}

/*********
 HEADER
*********/

#wrapper {
  width: 894px;
  margin: 0 auto;
  text-align: left;
}

#container {
  position: absolute;
  background: #514553;
  width: 894px;
  top: 10px;
}

/*********
 CONTENT
*********/

#leftColumn {
  float: left;
  width: 210px;
}

#logo {
  float: left;
  width: 210px;
  height: 210px;
  background: url(images/logo.jpg) no-repeat 21px 21px;
}

#leftNav {
  float: left;
  clear: both;
  width: 210px;
}

  #leftNav ul {
    list-style-type: none;
    margin-left: 22px;
    padding-left: 0;
  }
  
  #leftNav ul li {
    padding-bottom: 12px;
    font: bold 14px Arial, Helvetica, san-serif;
    letter-spacing: 1px;
    color: #9F8B9F;
  }
  
  #leftNav ul li a {
    color: #9F8B9F;
    text-decoration: none;
  }
  
  #leftNav ul li a:hover {
    text-decoration: underline;
  }

#rightColumn {
  float: left;
  width: 684px;
  background: #D1D0B2;
}

#header {
  float: left;
  width: 684px;
  height: 210px;
  background: url(images/header.jpg) no-repeat;
}

#content {
  float: left;
  clear: both;
  width: 684px;
  min-height: 300px;
}

#content a {
  color:  #5F5F5F;
}
