@charset "utf-8";
@import url(reset.css);

/* --- Intermission branding bar ---*/
#lb_header {width: 100%; height: 28px; background: url(img/bg.jpg) center top repeat-x; color:#383838; font-size: 1em; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center; clear: #333; line-height: 25px;}
#lb_header a:hover {background:none;}
#lb_wrap {width: 900px; height: 28px; margin: auto; background: url(img/bg.jpg) center top repeat-x}
.lb_link {display: block; height: 28px; width: 200px;}
.lb_link img {padding-top:3px; width:85px; height:22px;}
.lb_link.left {float: left; text-align: left;}
.lb_link.right {float: right; text-align: right;}

/* --- Integration ---*/
a {
color: #ca541f;
}

a img {
border: none;
}

.clr {
clear: both;
}