#banner {
    display: block;
    width: 100%;
    height: 100px;
    background-image: url("../graphics/bannerBG.png");
    background-repeat: repeat-x;
    background-color: #999966;
} #bannerLeft {
    display: inline;
    float: left;
    height: 100px;
    margin: 0px;
    padding: 0px;
    padding-left: 185px;
    background-image: url("../graphics/bannerLeft.png");
    background-repeat: no-repeat;
    background-position: top left;
    font-family: Times New Roman;
    font-size: 2em;
    font-weight: bold;
    color: #663300;
} #bannerRight {
    display: inline;
    float: right;
    height: 100px;
    margin: 0px;
    padding: 0px;
    padding-right: 5px;
    font-size: 1em;
    font-weight: bold;
	text-align: right;
    color: #663300;
} #bannerRight button {
	width: 115px;
    margin-left: 5px;
    color: #663300;
    font-weight: bold;
    background-color: #CCCC99;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #BBBBBB;
    cursor: pointer;
} #bannerRight button:hover {
	width: 115px;
    margin-left: 5px;
    color: #CCCC99;
    font-weight: bold;
    background-color: #666633;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #BBBBBB;
    cursor: pointer;
} 
