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

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

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

#header #header_text{
  background-repeat: no-repeat;
  text-indent: -9000px;
  padding: 0;
  margin: 0;
}

#header #tag_line{
  background-repeat: no-repeat;
  text-indent: -9000px;
  padding: 0;
  margin: 0 0em 1em 6em;
}
     
#main_menu{
  background: #d63258 url(../images/menu_background.png) repeat-x;
  height: 59px;
  margin: 0 auto;
  text-align: center;
}     

#main_menu p{
  padding: 20px 0 0 0 ;
  color: #fff;
}

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

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


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

h4{
  font-size: 130%;
}

h5{
  font-size: 120%;
}

#footer{
  clear: block;
  text-align: center;
  font-size: 90%;
  margin-top: 2em;
  height: 5em;
}

#footer p{
  padding-top: 1.5em;
}

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


/* These should be gone from here - need to coordinate on removing them */
.text_with_image_1 .text_with_image_1_details{
  float: left;
  width: 48%;
}

.text_with_image_1 .text_with_image_1_picture{
  float: right;
  width: 48%;
}

.text_with_image_2 .text_with_image_2_details{
  float: right;
  width: 48%;
}

.text_with_image_2 .text_with_image_2_picture{
  float: left;
  width: 48%;
}

