body { background: #222 repeat-x top; font-family: "Lucida Grande", "Lucida Sans", "Lucida Unicode", Verdana, sans-serif; font-size: 62.5%; color: #f5f5f5; margin: 0; padding: 0; }
a { color: #fff; text-decoration: none; border-bottom: 1px dashed #fff; }
a:hover { border-bottom: 1px solid #fc0; }
p { font-size: 1.2em; }

#header { background: #fff url(images/header_bg.jpg) repeat-x bottom; height: 6.5em; padding: 0 10% 0 10%; }
#header #title { float: left; background: url(images/title.jpg) no-repeat top left; display: block; text-align: left; text-indent: -999em; width: 25.7em; height: 6.5em; border: 0; }
#header #authors { 
    background: url(images/authors.jpg) no-repeat top right;
    display: block;
    float: right;
    text-align: left;
    text-indent: -999em;
    width: 17em;
    height: 6.5em;
    border: 0;
    }
    
#menu { background: url(images/menu_bg.jpg) repeat-x top; height: 2.7em; padding: 0 10% 0 10%; margin: 0; border-top: 1px solid black; border-bottom; 1px solid black; }
#menu ul { list-style: none; margin: 0; padding: 0; }
#menu li { font-size: 1.2em; font-weight: bold; color: #aaa; letter-spacing: -.03em; }
#menu li a { padding: .5em .8em .5em .8em; border: 0; color: #fff; display: block; float: left;}
#menu li.current a { background: url(/images/page_bg.jpg); }
#contents { background: #000 url(images/page_bg.jpg) repeat-x top; padding: 1em; margin: 1px 10% 0 10%; clear: both;}

h1 { font-size: 3.2em; font-weight: normal; font-family: Arial, sans-serif; margin: 0 0 .5em 0; letter-spacing: -.03em; }
