
BODY {
	PADDING-RIGHT: 0px; 
    PADDING-LEFT: 0px; 
    PADDING-BOTTOM: 0px; 
    MARGIN: 0px 0%; 
    PADDING-TOP: 10px; 
    BACKGROUND-COLOR: #224a31;
}


#beer {
    BACKGROUND-POSITION: center top;
	BACKGROUND-IMAGE: url(images/beerback.jpg);
	BACKGROUND-REPEAT: no-repeat;
}

.header {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 14pt;
        color: rgb(102,5,56);
}

.subhead {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 12pt;
        color: rgb(208,11,48);
}
.main {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 10pt;
        color: rgb(0,0,0);
}

.white {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 8pt;
        color: rgb(255,255,255);
}

.hp {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 9pt;
        color: rgb(255,255,255);
}

.small {
       font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
       font-weight: bold;
       font-size: 7pt;
       color: rgb(0,0,0);
}

.footer {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 7pt;
        color: rgb(102,102,102);
}

.news {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 9pt;
        color: rgb(153,153,153);
}

hr  {
        height: 1px;    

}

/* link styles */

a:link, a:active, a:visited {
        color: rgb(102,5,56);
        font-weight: bold;
        text-decoration: underline;
}

a:hover {
        color: rgb(22,65,38);
        font-weight: bold;
        text-decoration: none;
}
