@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Open Sans', sans-serif;
}

body {
  margin:0;
  padding:0;
  overflow:hidden;  
}

.wrap
{
  width:960px;
  height:550px;
  overflow: none;
}

.designbox {
  width:550px;
  height:550px;
  float:left;
}
.textbox {
  width:380px;
  height:525px;
  float:left;
  margin-left:30px;
  margin-top: 10px;
}

#slideshow { 
  margin: 0; 
  position: relative; 
  width: 550px; 
  height: 550px; 
  float: left;

}

#slideshow > div { 
  position: absolute; 
  top: -5px; 
  left: 0px; 
  right: 0px; 
  bottom: 0px; 
}

h1 {
  font-family:'Open Sans', sans-serif;
  font-weight: 600;
  font-size:16px;
  line-height:130%;
  letter-spacing:0.05em;
  color: #007B61;
}

h2 {   
    font-family:'Open Sans', sans-serif;
    font-weight:300;
    font-size:12px;
    line-height:150%;
    color: #6F6F6F;
}

h3 {   
    font-family:'Open Sans', sans-serif;
    font-weight:300;
    font-style: italic;
    font-size:12px;
    line-height:150%;
    color: #6F6F6F;
}

a:link {color: #007B61; text-decoration:none;}
a:visited {color: #007B61; text-decoration:none;}
a:hover {color: #F7931E; text-decoration:underline; }
a:active {color: #F00; text-decoration:underline;}
