@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
background-color:#f5f6f8;
}

#header {
width:100%;
height:126px;
background-image:url(images/header_bg.jpg);
background-repeat:repeat-x;
}

#header_shell {
width:727px;
margin:0 auto;
height:126px;
background-image: url(images/header_inner_bg.jpg);
background-repeat:no-repeat;
background-position:top;
}

#enewsletter {
width:100%;
height:30px;
}

#enewsletter_shell {
width:692px;
margin:0 auto;
height:25px;
background-color:#e1dfdf;
background-image:url(images/enews_bg.jpg);
background-position:left;
background-repeat:no-repeat;
font-family:Georgia, "Times New Roman", Times, serif;
color:#8e8a8b;
padding-left:35px;
padding-top:5px;
}

#enewsletter_shell a {
color:#8e8a8b;
text-decoration:none;
}

#enewsletter_shell a:hover {
color:#759bbe;
text-decoration:none;
}

#main_shell {
width:707px;
margin:0 auto;
overflow:hidden;
background-color:#FFFFFF;
height:600px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#686969;
padding:15px 10px 10px 10px;
}

#main_shell:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

#footer {
width:100%;
height:126px;
background-color:#759bbe;
}

#footer_text {
width:100%;
text-align:center;
padding-top:30px;
color:#b5c6da;
font-family:Georgia, "Times New Roman", Times, serif;
}

#top_frame {
position:relative;
top:-295px;
margin-top:156px;
}

.headline {
color:#759bbe;
font-size:24px;
font-weight:bold;
}

