/*CSS for Way Up There
* Author: Moustique Design www.moustique.net
* Date: 16/08/06*/
/*==================== Generic elements*/
body {
  background-color: #000;
  color: #fff;
  font: 76% Arial, Tahoma, Verdana, sans-serif;
}
h1 {
    font-size: 1.4em;
    padding: 0;
    margin: 0;
    width: 315px;
    float: right;
}
h2 {
  font-size: 1.2em;
  margin: 30px 20px 10px 20px;
}
h3 {
  font-size: 1.2em;
  margin: 0;
}
p,
address {
  font-size: 1.2em;
  text-align: justify;
  margin: 10px 20px 20px 20px;
}
p.first {
  margin-top: 30px;
}

img {
  border: 0;
}
/*=================== Links */
a:link,
a:visited {
  color: #cccccc;
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
}
/*================== nav */
#header {
  background-color: #fff;
  color: #000;
  width: 750px;
}
#header h1{
  float:right;
  margin: 0px;
}
#header ul {
    width: 400px;
    height: 82px;
    margin: 2px 0 0 2px;
    padding: 0;
    list-style-type: none;
    float: left;
}
#header ul li {
  width: auto;
  float: left;
}
#header ul li a {
    display: block;
    text-decoration: none;
    text-indent: -3000px;
    padding: 0;
    margin: 0;
}
#header ul li a:hover {
  text-decoration: none;
}
      li a#home {
        background: url("../images/nav_home.gif") top left no-repeat;
        width: 58px;
        height: 82px;
      }
      li a#services {
        background: url("../images/nav_services.gif") top left no-repeat;
        width: 60px;
        height: 82px;
      }
      li a#portfolio {
        background: url("../images/nav_portfolio.gif") top left no-repeat;
        width: 90px;
        height: 82px;
      }
	  li a#about {
        background: url("../images/nav_about.gif") top left no-repeat;
        width: 66px;
        height: 82px;
      }
      li a#contact {
        background: url("../images/nav_contact.gif") top left no-repeat;
        width: 81px;
        height: 82px;
      }
/*================== Layout & content */
#wrapper {
    margin: 0 auto;
    width: 750px;
    background: url("../images/bg_body.jpg") top left repeat-y;
}
#left_photo_content {
  width: 351px;
  float: left;
  padding-top: 30px;
}
            #left_photo_content .services img {
              margin: 0 0 20px 0;
              border: 2px solid #000;
            }
            #left_photo_content img.border {
              border: 2px solid #000;
            }

#right_main_content {
  width: 395px;
  height: auto;
  float: right;
  padding: 0 0 20px 0;
}
#footer {
  width: 750px;
  margin: 0 auto;
  font-size: 0.8em;
}
    #footer p {
      float: right;
      text-align: right;
      margin: 0;
    }

/*============================== misc classes */
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clear {
  clear: both;
}
