@charset "UTF-8";
#container a:hover {
	color: #333333;
	text-decoration: none;
	background-image: url(../images/ButtonOvr-250x30.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container {
	margin: 0; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#container a {
	background-image: url(../images/ButtonUp-250x30.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	text-decoration: none;
	color: #AC380F;
	font-weight: bold;
	margin-top: 3px;
}
