*{margin:0; padding: 0;}

body {
  background: #fff;
  font-family: "Georgia", Times, Times New Roman, serif;
  font-size: 1em;
  margin: 20px; 
  color: #444;
}

p {
  margin-bottom: 20px;
  line-height: 28px;  
  font-size: 105%;
}

img {
  border: none;
}

.header {
  width: 640px; 
  margin: 10px auto; 
}

.about {
  font-size: 80%;
  padding: 10px 0px;
  padding-left: 3px; 
}

.black-bar {
  font-size: 70%;
  text-align: right;
  position: absolute;
  top: 45px; 
  margin-left: 460px; 
}


#container {
  margin: 0 auto; 
  width: 640px; 
}

.navigation {
  display: none;
  position: absolute;
  top: 25px;
  margin-left: 350px;  
  border-left: 1px solid #ccc;
  padding: 20px 0 5px 20px; 
}

.navigation li {
  list-style-type: none;
  font-size: 70%;
  margin-bottom: 5px; 
  text-transform: uppercase;
  letter-spacing: 1px; 
}

.navigation li a {
  color: #666;
  text-decoration: none;
}

.navigation .active {
  color: #2693C1; 
}

#monoSlideshow {
  width: 640px;
  background: #ccc;
  margin-bottom: 40px;
}

.text-container {
  float: left;
}

.testimonials {
  width: 290px; 
  font-size: 70%;
  float: left;
  padding-right: 45px; 
}

.about-blurb {
  float: left;
  width: 290px;
  font-size: 70%;
}

.about-blurb a {
  color: #444;
  text-decoration: none;
}

.about-full {
  font-size: 70%;
  margin-top: 40px; 
}


.contact-form {
  margin-bottom: 20px; 
  display: none;
}

.one {
  display: none;
  float: left;
  margin-right: 15px; 
  margin-top: 8px; 
}

.form-label {
  margin-bottom: 10px; 
}

.form-input {
  margin-bottom: 15px; 
}

.ty {
  float: left;
  position: absolute;
  top: -640px;
  margin-left: 180px;
  padding: 10px; 
  background: yellow; 
  font-weight: bold;
}

.blog-link { 
  border-bottom: 1px dotted;
}

.blog-link:hover {
  color: #666;
}

.portrait {
  border: 1px solid #ccc; 
}