@import url(core_style.css);
#banner h1 {
    font-size: 110%;
    color: #3b3a32;
    text-align: right;
    padding-right: 1.5em;
    padding-top: 5.75em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter; 
}
#leftcontent {
    background-color: #3b3a32;
    margin-top: 3em;
    border-left: .5em #b6c56e solid;
    border-right: .5em #3b3a32 solid;
    width: 220px;
    margin-left: 1em; 
}
#leftcontent p {
    text-align:left;
    font-size: small;
    padding-left: 1em;
    padding-right: 1em; 
}
.details {
color: #fffef5;
font-style: normal;
font-size: .9em; }

#centercontent {
    background-image: url(../images/site_decoration/lggrn_bar.gif);
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 3em;
}

#centreimage {
border: none;
    padding-bottom: 2em; 
}
#centreimage img {
}
p {
line-height: 1.3em; }

p.categories {
    color: #b6c56e; 
}
p.categories a {
    text-decoration: none;
    color: #b6c56e; 
}
a:link {}
a:visited {
text-decoration: none; }
a:hover {}
a:active {}
