/* ---------- HTML Elements ---------- */
body{margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; color: #666;}
a {color: #b6b9c0;}
.email a {text-decoration: none;}
a img {border: none;}
h1 {}
h2 {}
h3 {}

/* ---------- Layout Elements ---------- */
#container {}
.content {}
#header_container {width: 100%; border-bottom: 3px solid #ff6600; float:none;}
#header{width: 960px; height: 68px; margin:0px auto 0px auto;}
#logo {float:left; padding:20px 0px 0px 0px}
#tagline { font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-size: 22px; font-style: italic; float:right; padding:25px 40px 0px 0px; }
#banner_container {width: 100%;}
#banner {width: 960px; height: 350px; margin:0px auto 0px auto;}
#nav{float: left; font-size: 14px; text-transform: uppercase; margin-top: 60px;}
#nav ul {list-style: none;} 
#nav ul li {float: left; padding: 2px 5px;}
#nav ul li a {color: #000;}
#nav ul li a:hover {color: #852432;}
#wrapper {}
#content_container {width: 100%; background-color:#e1e1e1}
#content { width: 960px; text-align: left; font-size: 16px; margin-bottom: 10px; margin:0px auto 0px auto;}
#content h2 { font-size: 16px; font-weight: normal; padding: 0px; margin: 10px; }
#content h1 { font-family: "Century Gothic", "Apple Gothic", sans-serif; font-size: 22px; padding: 20px 0px 0px 0px; margin: 0px; font-weight: normal; }
#side_l {}
#side_r {}
#footer_container {width: 100%; background: url(../images/bg_footer.png) repeat-x;}
#footer {width: 920px; margin:0px auto 0px auto; position: relative; padding: 20px 20px; float:none;}
#footer h3 {font-weight: normal;}
#footer_left { width: 500px; float: left; }
#copyright { font-size: 11px; color: #666666; margin-top: 15px; }
#footer a {color: #fff;}
#contact_info { width: 375px; float: right; }

