/*
 * This is the style sheet for the front page
 */

/* Layout */
#main { position: relative; }
#contents {
 padding-left: 210px;
}
#header {
 position: absolute;
 top: 0;
 left: 0;
 width: 200px;
}
#newsletter {
 float: right;
 text-align: center;
 width: 9em;
}

/* Sidebar look for the header */
#header {
 layer-background-color: rgb(8,128,8);
 background-color: rgb(8,128,8);
 font-size: 80%;
 color: rgb(255,255,255);
}
#header A:link { color: rgb(255,247,16); }
#header A:visited { color: rgb(191,185,11); }
#header H1 { margin-top: 0; }
#header LI { font-size: 120%; font-weight: bold; margin-right: 1em; }

/* Sidebar look for the newsletter signup form */
#newsletter {
 background-color: rgb(8,128,8);
 color: rgb(255,255,255);
}
#newsletter A:link { color: rgb(255,247,16); }
#newsletter A:visited { color: rgb(191,185,11); }

