@charset "UTF-8";

a:focus {
      outline: 0 !important;
    }

a img {
    border: none;
} 
body#home {
    background: #ffb44f;
    padding: 0;
    margin: 0;
/*     background: transparent url(images/bg_inner.jpg) repeat; */
}
#wrapper {
    background: transparent url(images/bg_shado.png) repeat-y;
    width: 760px;
/*     height: 720px; */
    margin: 0 auto;
    padding: 0 10px;
}
#wrapper_inner {
    width: 640px;
/*     height: 680px; */
    background: transparent url(images/bg_inner.jpg) repeat;
    padding: 40px 60px 20px;
}
object#home_ss {
    width: 640px;
    height: 480px;
    margin: 0 auto;
/*     border: 1px solid #ffdaa8; */
}
#copy {
    text-align: justify;
    color: #5d411c;
}
#copy p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height:24px;
    margin: 0 0 0;
}

div#contact {
    float: right;
    width: 245px;
    padding: 0 0 0 15px;
    mar
}
img#logo {
    margin-bottom: 5px;
    display: block;
    padding-top: 3px;
}

div#bottom {
    margin:15px 0 0;
    padding: 15px 0 15px;
    border-top: 1px solid #cfb99a;
    border-bottom: 1px solid #cfb99a;
}
p.address {
  font-size: 10px;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  margin: 5px 0;
}

p a { 
  border-bottom: 1px dashed ;
  color: #a32e36;
  text-decoration: none;
}
p a:hover { 
  border-bottom: 1px solid #000;
  color: #000;
}