@charset "UTF-8";


html, body {font:85%/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;text-align:center;height:100%;color:#000;background-color:#fff;}
a:link, a:visited {color:#eb9524;text-decoration:none;}
a:hover, a:active {color:#fff;background-color:#eb9524;}
h1, h2, h3 {font-weight:normal;padding:0;margin:0;}
h1 {}

#header {margin:25px 0px;}
#footer {margin:25px 0px;text-align:center;}
#footer a {background-color:transparent;}


/* centers content and left aligns text within */
#wrapper {text-align:left;width:540px;margin:0 auto;}

.lined {border-top: 1px solid #eb9524; border-bottom: 1px solid #eb9524;padding:25px 0px;}
.notop {border-top: 0;}
