/*
  Michael Burnside
  © Digital-Darkroom.biz
*/

body {
  background: #999999 url(../images/MainBodyBackground.jpg) top center no-repeat;
  margin: 0 auto;
  font: 0.65em/1.65em Verdana, "Trebuchet MS", Arial, sans-serif;
  color: #FFFFFF;
  text-align: center;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #777777;
}

p {
  text-indent: 0em;
}

p:first-letter {
  color: #FFFFFF;
  font-size: 1.3em;
}

ul {
text-indent: 5px;
list-style-position: outside;
list-style-type: disc;
padding: 2px;
margin: 3px;
text-indent: 18px;
}

#place_title {
  background: url(../images/Title-Home.gif) top center no-repeat;
  height: 160px;
  width: 600px;
  text-indent: -9999px;
}

#place_title_contact {
  background: url(../images/Title-Contact.gif) top center no-repeat;
  height: 160px;
  width: 600px;
  text-indent: -9999px;
}

#place_title_client{
  background: url(../images/Title-Client.gif) top center no-repeat;
  height: 160px;
  width: 600px;
  text-indent: -9999px;
}

#wrapper_center {
  width: 700px;
  margin: 0 auto;
  text-align: left;
}

#wrapper_center_block {
  width: 522px;
  margin: 0 auto;
  text-align: left;
}

#wrapper_main_column {
  width: 280px;
  float: left;
}

#wrapper_links_column {
  width: 260px;
  float: right;
}

#header {
  height: 20px;
  width: 700px;
}

#header #navlist {
  position: relative;
  float: right;
  top: 10px;
  right: 80px;
  list-style: none;
}

#header #navlist li {
  display: inline;
  font-size: 1.05em;
  padding: 6px;
}

#header #navlist li a {
  color: #333333;
  text-indent: 0;
  text-decoration: none;
}

#header #navlist li a:hover {
  border-bottom: 2px solid #111111;
  color: #777777;
}
