html, body {height:100%;background-color:#000;}

/* BASIC LAYOUT */

#line-top {margin: 0.5em 0;text-align:center;background-color:#000;font-size:1.5em}
#line-top a {color: white}
#page-wrap {width:100%;height:auto;background:url(../images/bg.png) repeat top left;border-top:1px solid #ee6333;border-bottom:1px solid #ee6333;padding-bottom:30px;}
#page {width:960px;margin:0 auto;background:url(../images/bg-top.jpg) no-repeat top left;}
#header {position:relative;height:108px;background:url(../images/bg-header.png) no-repeat left top;overflow:hidden;}
#header #logo {position:absolute;top:10px;left:0;}
#header p {position:absolute;top:50px;right:25px;font-size:26px;font-style:italic;color:#fff;text-shadow:#000 0 1px 0;}

#menu {height:42px;margin-top:20px;}
#menu ul {padding:0;margin:0;}
#menu ul li {float:left;padding:0 15px 0 0;background:none;}
#menu ul li a {display:block;line-height:42px;color:#fff;text-decoration:none;font-size:14px;font-weight:bold;background:url(../images/bg-button-end.png) no-repeat right top;padding-right:10px;}
#menu ul li.selected a {color:#c5381c;}
#menu ul li a:hover {color:#c5381c;}
#menu ul li a span {display:block;line-height:42px;background:url(../images/bg-button-stretch.png) no-repeat left top;padding:0 15px 0 25px;}

#teaser {height:349px;background:url(../images/bg-teaser.png) no-repeat left top;margin:20px 0 10px 0}

#left-column {float:left;width:508px;}
#left-column .news h3 {font-size:12px;}
#left-column .news a {font-weight:bold;}
#left-column .news p {margin-bottom:1.75em;}
#left-column .news p span {font-style:italic;font-weight:bold;}

#right-column {float:right;width:430px;}

#footer-wrap {width:100%;}
#footer {width:960px;margin:0 auto;background:#000 url(../images/bg-footer-divider.png) no-repeat left top;padding:25px 10px;overflow:hidden;}
#footer p {color:#777;float:left;}
#footer img {float:right;}


/* OTHER STYLES */
p.float {float:left;margin-right:30px;margin-top:1em;}
.clear {clear:both;}
div.clear {height:1px;overflow:hidden;}

address { padding-left: 20px; font-style: normal; }
table td img { display: block; margin: 0; }