/* file name b2memstyle.css */

/* COLORS */
/* dusky gold = #B4AB5E */
/* dark green = #163F2D */

/* PAGE LAYOUT */

#header {
position: absolute;
top: 1px;
height: 137px;
width: 780px;
background: #B4AB5E;
}

#maincontent {
position: absolute;
top: 138px;
bottom: 61px;
width: 780px;
background: #ffffff;
padding-top: 0px;
}


/* TEXT FORMATTING */

#header a {
color: #ffffff;
}

#footer {
background: #ffffff;
font-size: 11px; 
font-family: verdana, arial, sans-serif;
}

#footer a:link, a:visited {
color: #204937; 
text-decoration: none;
font-weight: bold;
}

#footer a:hover {
color: #B4AB5E; 
text-decoration: none;
font-weight: bold;
}

#footerlinks {
background: #9A852A;
font-size: 12px;
}

#footerlinks a:link, a:visited {
color: #204937; 
text-decoration: none;
font-weight: bold;
}

#footerlinks a:hover {
color: #ffffff; 
text-decoration: none;
font-weight: bold;
}

p {
font-size: 12px;
font-family: verdana, arial, sans-serif;
color: #000000;
}

p.inspire {
font-size: 12px;
font-family: verdana, arial, sans-serif;
color: #000000;
background-image: url(http://www.silmarillionwritersguild.org/images/b2mem2008/bg_inspire.jpg);
background-repeat: no-repeat;
background-position: top left;
}

p.heading {
font-family: verdana, arial, sans-serif; 
font-size: 20px; 
color: #163F2D;
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: 1px solid #163F2D;
}

p.heading a:link, a:visited {
color: #163F2D; 
text-decoration: none;
font-weight: normal;
}

p.heading a:hover {
color: #B4AB5E; 
text-decoration: none;
font-weight: normal;
}

p {
font-family: verdana, arial, sans-serif; 
color: #000000;
}

p.center {
text-align: center;
}

a:link, a:visited {
color: #204937; 
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #B4AB5E; 
text-decoration: none;
font-weight: bold;
}

blockquote {
font-family: verdana, arial, sans-serif; 
font-size: 12px;
color: #000000;
padding-top: 10px;
padding-bottom: 10px;
}

h3, h4, h5, h6, p {
padding-left: 10px;
}

a.invisible {
color: #ffffff;
}