/* file name b2mem_conflict_style.css */


/*COLORS*/
/* dark gold = #9F7829 */
/* dark red = #5E0D09 */

/* PAGE LAYOUT */

#header {
position: absolute;
top: 1px;
height: 200px;
width: 780px;
background: #9F7829;
}

#maincontent {
position: absolute;
top: 201px;
bottom: 61px;
width: 780px;
background: #ffffff;
padding-top: 0px;
}



/* TEXT FORMATTING */

#header a {
color: #ffffff;
}

#narrative {
padding-top: 5px;
margin-top: 0px;
}

#narrative p {
font-size: 12px;
font-family: verdana, arial, sans-serif;
color: #000000;
padding-top: 5px;
margin-top: 0px;
}

#narrative p:first-letter {
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #5E0D09;
}

#narrative img {
padding: 5px;
border: 0;
}

#story {
background: #D4B15F;
margin-left: 30px;
padding-top: 2px;
padding-bottom: 2px;
}

#story p {
font-size: 12px;
font-family: verdana, arial, sans-serif;
color: #5E0D09;
}

#story img {
padding-left: 0px;
padding-right: 5px;
}

#footer {
background: #ffffff;
font-size: 11px; 
font-family: verdana, arial, sans-serif;
}

#footer a:link, a:visited {
color: #5E0D09; 
text-decoration: none;
font-weight: bold;
}

#footer a:hover {
color: #9F7829; 
text-decoration: none;
font-weight: bold;
}

#footerlinks {
background: #9F7829;
font-size: 12px;
}

#footerlinks a {
color: #5E0D09; 
text-decoration: none;
font-weight: bold;
}

#footerlinks a:hover {
color: #ffffff; 
text-decoration: none;
font-weight: bold;
}

p.heading {
font-family: verdana, arial, sans-serif; 
font-size: 20px; 
color: #5E0D09;
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: 1px solid #5E0D09;
}

p.heading a:link, a:visited {
color: #5E0D09; 
text-decoration: none;
font-weight: normal;
}

p.heading a:hover {
color: #9F7829; 
text-decoration: none;
font-weight: normal;
}

p {
font-family: verdana, arial, sans-serif; 
color: #000000;
}

p.center {
text-align: center;
}

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;
}