/* CSS Document */

body, html {
  margin: 0px;
  padding: 0px;
}

body {
  background-image: url(images/bg_repeat.gif);
  background-position: top center;
  background-repeat: repeat;
  background-color: #a89b6f;
}

#container {
  width:100%;
  text-align:center;
  }
  
#content {
  width:970px;
  background-image: url(images/centre_repeat.gif);
  background-position:center;
  background-repeat:repeat-y;
  background-color:#ffffff;
  margin:auto;
  }
  
p {
   padding-top:0px;
   margin-top: 0px;
   }
   
#header {
   float:left;
   margin:23px 0px 0px 30px;
}
  
#navigation {
   font-family: "Times New Roman", Times, serif;
   font-size:16px;
   font-variant: small-caps;
   }
   
.navbreak {
   background-image: url(images/menu_underline.gif);
   background-repeat:no-repeat;
   margin:12px 0px 0px 0px;
   }
   
.header-quote {
  background-image:url(images/header_quote.gif);
  background-repeat:no-repeat;
  float:left;
  margin:5px 0px 0px 5px;
  width:450px;
  height:70px;
}
  
#logo {
   float:right;
   background-position:top right;
   background-repeat:no-repeat;
   margin:12px 20px 12px 0px;
  }
  
#copy {
  text-align:left;
  margin:25px 30px 25px 30px;
  }
 
#main-copy {
  float:left;
  width:560px;
  margin:0px 10px 0px 0px;
  }
  
.copybreak {
  background-image:url(images/copy-break.gif);
  background-repeat:repeat-y;
  background-position:top right;
  padding:0px 15px 0px 0px;
}
  
#sidebar-copy {
  float:right;
  background-position:top right;
  width:320px;
  margin:0px 0px 0px 0px;
}

#footer {
  background-image:url(images/page_bottom.gif);
  background-position:bottom;
  background-repeat:no-repeat; 
  height:35px;
  text-align:center;
}

#loader{
/*  background-repeat:no-repeat;
  background-position:center;*/
  height:350;
  width:920;
/*  margin-left: 30px;*/
  margin: auto;
}

/*
#people_left{
  float:left;
  width:250px;
  height:318px;
}

#people_right{
  float:right;
  background-position:top left;
  width:250px;
  height:318px;
  padding-right:20px;
}
*/

.contact-images{
  float:left;
  height:82px;
  width:240px;
  padding:0px 10px 25px 10px;
}

/* .copybreak-contact {
  background-repeat:no-repeat;
  background-position:top right;
  height:330;
  width:1px;
  padding:0px 0px 0px 0px;
} */

/* jQuery lightBox plugin - Gallery style */

#gallery1 {
  background-position:left;
  padding:0px;
  padding-left:0px;
  padding-right:0px;
  margin:0px;
}

#gallery1 ul { 
  list-style: none; 
  display: inline; 
  padding:0px;
  margin:0px;
}

#gallery1 ul li { 
  display: inline; 
  padding:0px;
  margin:0px;
}

#gallery1 ul img {
  border: 5px solid #d0cab2;
  border-width: 5px 5px 20px;
}

#gallery1 ul a:hover img {
  border: 5px solid #babcbc;
  border-width: 5px 5px 20px;
  color: #ffffff;
}


#gallery1 ul a { 
  text-decoration:none;
}

#gallery1 ul a:hover { 
  color: #ffffff;
  text-decoration:none;
}

#gallery2 {
  background-position:left;
  padding:0px;
  padding-left:0px;
  padding-right:0px;
  margin:0px;
}

#gallery2 ul { 
  list-style: none; 
  display: inline; 
  padding:0px;
  margin:0px;
}

#gallery2 ul li { 
  display: inline; 
  padding:0px;
  margin:0px;
}

#gallery2 ul img {
  border: 5px solid #d0cab2;
  border-width: 5px 5px 20px;
}

#gallery2 ul a:hover img {
  border: 5px solid #babcbc;
  border-width: 5px 5px 20px;
  color: #ffffff;
}


#gallery2 ul a { 
  text-decoration:none;
}

#gallery2 ul a:hover { 
  color: #ffffff; 
  text-decoration:none;
}



   
  
  