body, div, ul, ol, li, table, img, a, span, p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}
body {
    background-image: url(http://www.bluntlogic.com/images/bggrad.gif);
    background-repeat: repeat-x;
    background-color: #8fac62;
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 0.9em;
    text-align: center;
}
img {
    border-style: none;
}
h5 {
	font-size: 14px;
}	
#container {
    margin: 5px auto;
    background-color: #e3dfba;
    width: 800px;
    border: 2px solid black;
    text-align: left;
}
#header {
    float: left;
    clear: both;
    width: 800px;
}
#navbar, #navbar ul, #navbar a {
    height: 25px;
    line-height: 25px;
}
#navbar {
    border-right: 1px solid #4f662b;
    border-left: 1px solid #4f662b;
    background-color: #4f662b;
    float: left;
    clear: both;
    width: 798px;
}
#navbar ul {
	list-style-type: none;
	margin-left: 145px;
}
#navbar li {
    display: inline;
}
#navbar a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #f9f6de;
    background-color: #4f662b;
    margin: 0px 13px 0px 13px;
    float: left;
    text-align: center;
}
#navbar a.selected {
    color: black;
}
#navbar a:hover {
    color: black;
}
#content {
    width: 604px;
    padding: 20px 20px 1px 20px;
    border-left: 1px solid #373737;
    min-height: 600px;
    float: left;
}
#leftbar {
    padding: 20px 10px 0px 10px;
    width: 135px;
    list-style-type: none;
    text-align: left;
    text-decoration: none;
    float: left;
}
#leftbar ul {
    margin: 2px 0px 20px 12px; 
    list-style-type: none;
    font-size: 13px;
    background-color: #e3dfba;
}
#leftbar a {
    text-decoration: none;
    font-size: 1em;
    color: black;
    text-align: left;
}
#leftbar a:hover {
    color: #4f662b;
}
#footer {
    margin: 0px;
    padding: 5px 5px 2px 5px;
    border-top: 1px solid #373737;
    text-align: center;
    float: left;
    clear: both;
    width: 790px;
}
.newspost {
    margin-bottom: 20px;
    width: 602px;
    border: 1px solid #373737;
}
.newspostheader {
    height: 49px;
    background-color: #4f662b;
}
.newspostheader img {
    float: left;
}
.newsposttitle {
    color: #f9f6de;
    margin: 0px 0px 0px 53px;
    font-size: 1.4em;
}
.newspostauthor {
    color: #f9f6de;
    margin: 8px 0px 0px 53px;
    font-size: 0.8em;
}
.newspostdate {
    color: #f9f6de;
    margin: 33px 5px 0px 0px;
    float: right;
    font-size: 0.8em;
}
.newspostbody {
    padding: 10px 10px 20px 10px;
    background-color: #f9f6de;
}
.newspostbody p
{
    text-indent: 40px;
}
.sectionpost {
    margin-bottom: 20px;
    width: 602px;
    border: 1px solid #373737;
}
.sectionpostheader {
    height: 28px;
    text-align: center;
    background-color: #4f662b;
}
.sectionpostheader img {
    color: white;
    float: left;
}
.sectionposttitle {
    color: #f9f6de;
    margin: 0px 5px 0px 5px;
    font-size: 1.4em;
}
.sectionpostbody {
    padding: 10px 10px 20px 10px;
    background-color: #f9f6de;
    overflow: hidden;
}
.sectionpostbody p
{
    text-indent: 40px;
}

.banner
{
    display: block;
    margin-left: auto;
    margin-right: auto
}
div.merchandise
{
    font-size: 12px;
    margin: 2px 2px 20px 22px;
    float: left;
    text-align: center;
}	
div.merchandise img.coverart
{
    margin: 3px;
} 
div.merchandise div.cdtitle
{  
    font-style: italic;
    margin: 2px;
}
div.merchandise div.cdartists
{
    margin: 2px;
}
div.merchandise div.cdprice
{
    margin: 2px;
}
.textonly {
    display: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
