/*
   base.css
*/
body { margin: 0px; padding: 0px; color: #544c43; background: url("/assets/images/bg2.jpg"); }

#body_bg { background: url("/assets/images/bg.jpg") repeat-x; }

#page_container { width: 1000px; margin: 0 auto; padding: 0px; }

#header { width: 1000px; height: 168px; position: relative; }
#header { background: url("/assets/images/header_bg.png") no-repeat; }
#header h1 { display: none }

#service_times { font-size: 90%; }
#service_times table td, #service_times th { margin: 0px; padding: 0px; vertical-align: top; line-height: 1.3em; }
#service_times table td { padding-left: 6px; }
#service_times table th { text-align: right; }
#service_times { position: absolute; top: 50px; right: 50px; }

#top_nav_container { border: solid 4px #b4a696; width: 890px; position: absolute; left: 55px; bottom: 0px; }
#top_nav { list-style: none; margin: 0; padding: 0; border: solid 1px white; background-color: #8f8376; }
#top_nav li { float: left; padding: 0 1.832em; padding-top: 2px; }
#top_nav a { color: white; text-decoration: none; font-family: "Times New Roman", Times, Garamond, serif; font-size: 14px; text-transform: uppercase; }
#top_nav a:hover { color: #544c43; }
#top_nav li { border-left: dashed 1px white; }
#top_nav li:first-child { border-left: none; }

#content { padding-top: 15px; padding-bottom: 15px; }
#content { padding-left: 55px; padding-right: 50px; }

#content_container { width: 1000px; margin: 0px; padding: 0px; }
#content_container { background: url("/assets/images/content_bg.png") repeat-y; }

#footer { width: 1000px; height: 67px; margin: 0; padding: 0; position: relative; }
#footer { background: url("/assets/images/footer_bg.png") no-repeat; }

#footer p { position: relative; left: 55px; top: 10px; font-size: 80%; width: 800px; }
#footer a { color: #544c43; }
