body {
margin:0;
padding:0;
font-family: Georgia, "Times New Roman", Times, serif;
background: #544941;
}

html,body {
height: 100%;
}

td {
vertical-align: top;
}

/* CONTENT */

a {
color: #5C84B7;
}

h3 {
color: #544941;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 20px;
}

#page_content p, #page_content li {
line-height: 150%;
font-size: 16px;
max-width: 500px;
color: #222;
}

/* LAYOUT */
#container {
margin: 0 auto;
padding: 0;
width: 990px;
height: auto !important;
min-height: 100%;
height: 100%;
position: relative;
background: url(images/layout/wheat_bg.jpg) no-repeat #dcbc96;
}

#header {
height: 206px;
width: 100%;
position: relative;
}

#page {
margin: 40px 40px 120px 40px;
width: 900px;
padding-bottom: 6em;
}

#page_content {
padding-left: 70px;
}

#footer {
width: 990px;
height: 60px;
display:block;
padding: 0;
margin: 0;
background: url(images/layout/footer_bg.jpg);
position: absolute;
bottom: 0;
}

/* HEADER */
#header #logo_link {
position: absolute;
width: 239px;
height:163px;
left: 20px;
top: 22px;
}

#header a {
text-decoration: none;
}

#header a i {
visibility: hidden;
}


#header #banner {
position: absolute;
left: 321px;
top: 35px;
/*width: 634px;
height: 129px;*/
}

/* NAVIGATION */

.navigation {
font-family: Arial, Helvetica, sans-serif;
}

.navigation ul {
margin: 0;
padding: 0;
list-style: none;
}

.navigation li {
display: inline;
}

#top_nav {
margin-left: 58px;
}

#top_nav a {
font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
font-size: 16px;
height: 40px;
color: #544941;
text-decoration: none;
margin: 0 12px;
padding-bottom: 13px;
}

#top_nav li {
background: url(images/layout/top_nav_line.gif) bottom repeat-x;
padding-bottom: 13px;
margin-left: -4px;
}

/*#top_nav li a:hover {
background: url(images/layout/section_indicator.gif) center no-repeat bottom;
}*/

#quick_links {
margin-top: -20px;
padding-right: 50px;
float: right;
}

#news, #nav {
width: 219px;
}

#news h3, #news p {
color: #544941;
font-size: 12px;
padding: 0;
margin: 0;
}

#nav {
background:transparent url(images/layout/menu_bg.jpg) no-repeat;
display:block;
height:auto !important;
min-height:355px;
padding-top:15px;
}

#nav ul {
margin: 0 25px;
width: 159px;
}

#nav li {
display:block;
padding: 10px 0;
}

#nav a {
font-family:"Trebuchet MS";
font-size:14px;
text-decoration:none;
padding-left: 20px;
}

#news h3 {
margin-top: 10px;
}

#footer_nav a {
color:#fff;
text-decoration: none;
margin-right: 30px;
font-size: 14px;
}

#footer ul {
padding:10px 0 0 95px;
}

#copyright, #copyright {
font-size: 12px;
color:#fff;
margin: 2px 0 0 95px;
}

#copyright a {
text-decoration: none;
color: #fff;
}