body{
  background: #dddecd url('http://rayformdesign.com/v3/images/side.jpg') repeat-y;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  margin-top: 0;
}

a img{
  border: 0 none;
}

h1{
  color: #b4d300;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 12px 0 0 7px;
}

h2{
  color: #fefefe;
  font-family: Arial;
  font-size: 12px;
  font-weight: 200;
  margin:0;
  padding: 10px 7px 0 7px;
  text-align: left;
}

h2 a{
  color: #b4d300;
  text-decoration: none;
}

h2 a:hover{
  color: #00d3ce;
  text-decoration: none;
}

.clear{
  clear: both;
}


/* CONTENT CONTAINER */

#container{
  margin: 50px 10% 0 10%;
  position: relative;
  width: 786px;
}


/* LEFT COLUMN */ 

#left{
  background: url('http://rayformdesign.com/v3/images/header.jpg');
  height: 512px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 212px;
}


/* NAVIGATION BUTTON LINES */

.nav_line{
  color: #b4d300;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  height: 12px;
  left: 24px;
  position: absolute;
}

.nav_line a{
  float: left;
  margin-right: 6px;
}

.nav_line img{
  height: 12px;
  width: 12px;
}

#nav_line1{
  top: 345px;
}

#nav_line2{
  top: 327px;
}

#nav_line3{
  top: 309px;
}


/* NAVIGATION BARS */

ul{
  font-family: Arial;
  font-size: 11px;
  height: 140px;
  left: 12px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 364px;
  width: 198px;
}


li a{
  background-color: #b4d300;
  color: #fefefe;
  display: block;
  font-weight: 800;
  height: 14px;
  margin-top: 5px;
  padding: 1px 0 0 10px;
  text-decoration: none;
  width: 100%;
}

li a:hover{
  background-color: #00d3ce;
}

li a.selected{
  background-color: #00d3ce;
}


/* RIGHT COLUMN */

#right{
  height: 370px;
  left: 227px;
  position: absolute;
  top: 6px;
}

#right.gap10 a{
  float: left;
  margin-right: 10px;
}

#right.gap12 a{
  float: left;
  margin-right: 12px;
}

#right.gap13 a{
  float: left;
  margin-right: 13px;
}

#right a.last{
  margin: 0;
}

#bottom{
  background: url('http://rayformdesign.com/v3/images/comment.jpg');
  height: 126px;
  left: 228px;
  position: absolute;
  top: 385px;
  width: 553px;
}


/* ABOUT PAGE */

.about{
  left: 228px;
  position: absolute;
  width: 553px;
}

.about h2{
  padding-left: 10px;
}

.about .column{
  float: left;
}

#right_about1{
  background: url('http://rayformdesign.com/v3/images/comment.jpg');
  height: 126px;
  top: 1px;
}

#right_about2{
  background: url('http://rayformdesign.com/v3/images/comment2.jpg');
  height: 169px;
  top: 150px;
}

#right_about3{
  background: url('http://rayformdesign.com/v3/images/comment2.jpg');
  height: 169px;
  top: 342px;
}

#right_about1 img.icon{
  float: right;
  margin: 10px 19px 0 0;
}

#right_about2 img.icon{
  float: right;
  margin: 3px 23px 0 0;
}

#right_about3 img.icon{
  float: right;
  margin: 10px 21px 0 0;
}


/* CONTACT PAGE */

#contact{
  background: url('http://rayformdesign.com/v3/images/comment4.jpg');
  height: 375px;
  left: 482px;
  position: absolute;
  top: 2px;
  width: 299px;
}

#contact h1{
  padding-top: 9px;
}

#contact h2{
  margin: 0;
  padding: 4px 0 0 0;
}

#contact div.field{
  margin: 14px 0 0 16px;
  width: 263px;
}

#contact input.field{
  float: right;
  width: 172px;
}

#contact textarea{
  height: 156px;
  margin-bottom: 14px;
  width: 172px;
}

#contact .right{
  float: right;
}

#contact .buttons{
  text-align: center;
  width: 175px;
}


/* FOOTER */

#footer{
  color: #bfc0af;
  font-size: 12px;
  position: absolute;
  text-align: center;
  top: 532px;
  width: 100%;
}

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

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