
.menu_bttns a {
        background-image : url(button.jpg);
        background-position : left;
        padding-left : 12px;
        padding-right : 12px;
	padding-top: 8px;
        position: relative;
        display: block;
        height : 42px;
        line-height : 14px;
        text-decoration: none;
        color: #FFFF98;
	font-family: comic sans ms;
        font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.menu_bttns a:hover {
        background-image : url(button_over.jpg);
        text-decoration: none;
        color:  #ffffff;
}

#banner1 a {
	position: relative;
	width:400px;
	height:400px;
	z-index:1;
	left: 20px;
	top: 15px;
        text-decoration: none;
        color: #552a00;
	font-family: comic sans ms;
        font-size: 20px;
	font-weight: bold;
	text-align: center;
}
