body {
  font-family: "Century Gothic", "MS Trebuchet", sans-serif;
  font-size: small;
  background-color: #E1E0DB;
  background-image: url(../images/background_gradient.png);
  padding: 2em;
  margin: 0;
} 

ul{
  margin-left: 0;
  padding-left: 0;
}               

li{
  list-style-type: none;
  list-style-image: url(../images/bullet_small.png);
  margin-top: 1em;
  margin-left: 1.5em;
}       

#wrapper{
  background-color: #fff;
  padding: 0em;
  width: 70em;
  margin: 0 auto;
  position: relative;
} 

#header{
  padding: 2em 2em 0em 2em;
}         

#header #header_text{
  background-repeat: no-repeat;
  text-indent: -9000px;
  height: 80px;
  width: 800px;
}

#header #tag_line{
  background-repeat: no-repeat;
  text-indent: -9000px;
  height: 50px;
  width: 800px;
  margin-left: 4.5em;
  margin-bottom: 1em;
}

#content{
  clear: both;
}     

#main_menu{
  background: #50542C;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}     

#main_menu p{
  padding: 1em 0 1em 0 ;
  color: #fff;
}

#main_menu a{
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
} 

#main_menu a:hover{
  text-decoration: underline;
}

#main_menu .menu_item{
  border-left: #fff;
}

/* headers */
h3.dynamic_header{
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  margin: 10px auto 1em auto;
  text-indent: -9000px;
  clear: both;
  background-repeat: no-repeat;
  padding: 0;
}

h4{
  font-size: 130%;
}

h5{
  font-size: 120%;
}


#content{
  position: relative;
}                    

#footer{
  clear: block;
  text-align: center;
  font-size: 80%;
  margin-top: 2em;
  padding: 2em;
  border-top: 2px solid #E1E0DB;
}

#footer a{
}               


.text_with_image_1, .text_with_image_2, .services{
  margin: 0 60px;
}

.gallery_and_services #gallery{
  background-color: #ffffff;
  height: 333px;
}

.gallery_and_services #services{
  border-top: 5px solid #E1E0DB;
}

.gallery_and_services .service h4{
  color: #2c465c;
}

.services .service{
  padding-bottom: 1em;
}

#login_section{
  margin-right: 1em;
  position: absolute; 
  right: 0;
  z-index: 5;
}

#admin_link{
  margin-left: 1em;
}
