body {
  margin: 0;
  padding: 0;
  background: #fce9cf url('images/bodybg.jpg') no-repeat;
  font-family: arial, helvetica, sans-serif; 
	color: #102029;
	font-size: 12px;
}
:focus {   
outline: 0;   
} 	
img, img a { 
  border : none 
}
  
/*wrappers - page or section containers*/

#polaroids {
  top:101px; 
  left: 11px;
  width: 300px;
  position: absolute;
  z-index: 0;
}

#header {
  width: 510px;
  top: 109px;
  left: 300px;
  text-align: right;
  position: absolute;
}

#tagline {
  margin-top: 37px;
}

#container { 
  position: absolute;
  width : 800px; 
  top: 287px;
  left: 0px;
  text-align : left; 
  z-index: 1;
}

#left {
  width: 542px;
  float: left;
}

#leftSpacer {
  float: left;
  width: 304px;
  height: 120px;
}

#leftText {
  margin-right: 44px;
  margin-left: 74px;
}

#right {
  width: 226px;
  float: left;
  text-align: left;
}

.testimonial {
  font-size: .9em;
  margin: 0 20px;
  line-height: 1.4em;
}

.testimonial p {
  line-height: 1.2em;
}

#footer {
  text-align: center;
  font-size: .9em;
  font-weight: bold;
  background: url('images/footer.gif') no-repeat;
  height: 61px;
  margin: 40px 0 0 29px;
  padding: 22px 0 0px 0; 
}

/* fonts and text */

a, a:link, a:visited {
  font-weight: bold;
  color: #17416d;
  text-decoration: underline;
}

a:hover {
  color: #28716c;  
}
  
p, li {
  line-height: 1.6em; 
}

h1 {
  font-size: 1.6em; 
  font-weight: bold;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
}

p.footerText {
  text-align: center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal; 
  font-variant: normal; 
  word-spacing: normal; 
  letter-spacing:normal;
  line-height: 12pt;
  padding: 690px 0 0 0;
  margin: 0;
  color: #390003;
}  

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.testimonialPic {
  border: 5px solid white;
}

#copyright {
  font-size: .8em;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Navigation */
ul#navlist {
  padding: 0;
  margin: 0;
}

#navlist li {
  display: inline;
  list-style-type: none;
}

#navlist a { 
  padding: 0px 10px; 
  font-weight: bold;
  color: #102029;

}

#navlist a:link, #navlist a:visited {
  text-decoration: none;
}

#navlist a:hover {
  background-color: #28716c;
  text-decoration: none;
}