/*
2010-07
Design by DoWebYourSelf
http://www.dowebyourself.com/
Follow me on twitter @y0ung5eo
*/

body {
  background: url(img/back.jpg) center top  no-repeat fixed;
  font: 14px Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  }

a {
  text-decoration: underline;
  color: #336699;
  }

a:hover {
  color: #6699cc;
  border: none;
  }

/*Wrapper*/

#wrapper {
  width: 800px;   
  margin: 0 auto;
  padding: 15px 15px;
  }

/*Header*/

#header {
  width: 780px;
  height: 200px;
  margin: 5px auto 0px ;
  border-left: solid 5px;
  border-top: solid 5px;
  border-right: solid 5px;
  border-color: #336699;
  background: url(img/header.jpg) no-repeat;  
  }

/*Content*/

#content {
  width: 780px;
  margin: 0px auto;
  background-color: #fff;
  border-left: solid 5px;
  border-right: solid 5px;
  border-color: #336699;
  }
  
#content h1 {
  font-size: 24px;
  color: #993333;
  text-transform: uppercase; 
  }

#content h2 {
  font-size: 16px;
  }  
  
#content a {
  text-decoration: underline;
  color: #336699;
  }

#content a:hover {
  color: #6699cc;
  text-decoration: underline;    
  }

#content p {
  padding: .6em 0;
  margin: 0 15px;
  line-height: 1.4em;
  }  

.center {
  text-align: center;
}

.text {
  text-align: justify; 
}

.contacts {
  text-align: center;
}

.contacts h2 {
  color: #336699;
}

.map {
  margin-left: 165px;
}

table.default {                         
  width: 600px;
  border: 2px solid #336699;
  margin: 10px auto;
  font-weight: bold;
  padding: 10px;
}

td.price {
  width: 150px;
} 
   
td.id {                           
  width: 350px;
}

/*Footer*/

#footer {
  width: 780px;
  margin: 0px auto;
  padding: 10px 0;
  background: #fff;
  font-size: 12px;
  text-align: center;
  border-left: solid 5px;
  border-right: solid 5px;
  border-bottom: solid 5px;
  border-color: #336699;
  }

#footer a {
  text-decoration: none; 
}

#footer a:hover {
  color: #333;
}  

#footer p { 
  margin: 10px 0;
  }

.foot {
  width: 450px;
}
