/* define main values */
body {
  background: #000;
  font: normal 12px Tahoma,Verdana,sans-serif;
  color: #bca8a7;
  text-align: center;
  } 
  
/* paragraph values */
p {
  line-height:140%;
  text-align: justify;
  }
  
.center_text {
  text-align: center;
  }

  
/* define link values */ 
a:link {
  text-decoration: none;
  color: #bdaba9;
  }
  
a:visited {
  text-decoration: none;
  color: #bdaba9;
  }

a:hover {
  text-decoration: underline;
  color: #bdaba9;
  }
  
a:active {
  text-decoration: none;
  color: #bdaba9;
  }
  
/* define link values for the about, service, and philosophy pages */ 
a:link.black {
  text-decoration: none;
  color: #000;
  }
  
a:visited.black {
  text-decoration: none;
  color: #000;
  }

a:hover.black {
  text-decoration: underline;
  color: #000;
  }
  
a:active.black {
  text-decoration: none;
  color: #000;
  }  

/* define image values */
img {
  border: 0;
  }
  
.header_info {
  text-align:right;
  }

logo {
  text-align:left;
  }  

.float_left {
  float: left;
  }
  
/*clears all floats*/  
.clear {
  clear: both;
  }
  
/* masthead and descendants */
#header {
  width: 100%;
  padding: 30px 0 30px 0;
  }
  
/* main column and descendants */
#main {
  width: 830px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #bdaba9;
  padding-top: 15px;
  background: #000;
  }
 
/*div for the service, about, and philosophy pages */ 
#main_div {
  width: 830px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #bdaba9;
  padding-top: 15px;
  background: #fff;
  color: #000;
  } 
  
.main_text {
  margin: 0 auto;
  padding: 0 20px 0 20px;
  }  
  
#footer {
  width: 830px;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  }
  
#text {
  width: 830px;
  padding-top: 150px;
  text-align: justify;
  margin: 0 auto;
  font-size: .75em;
  }
  
#copyright {
  width: 830px;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 1.2em;
  }  
  
/* list styles */ 
ul.nav {
  list-style-type: none;
  margin: 5px 0 5px 0;
  padding-bottom: 10px;
  text-align: center;
  font: bold 11px Verdana,sans-serif;
  display: inline;
  }
  
li.nav {
  display: inline;
  text-align: right;
  margin: 5px 0 5px 0;
  }
  
td {  
  text-align:center;
  font-size: .8em;
  }  
  
table {
  text-align:center;
  margin: 0 auto;
  padding: 0;
  }  
  
/*centering the slideshow hack*/
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
  
