@charset "UTF-8";
/* CSS Document */

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}

.navigation_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #D9B77F;
	text-decoration: none;
	display: inline-block;
	font-style: normal;
	border: thin solid #B59265;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	clear: none;
	padding: 5px;
	line-height: normal;
	width: 200px;
	background-image: url(images/btn1.jpg);
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

a.navigation_1:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #4B0B0B;
	text-decoration: none;
	display: inline-block;
	font-style: normal;
	border: thin solid #480C0F;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	clear: none;
	padding: 5px;
	line-height: normal;
	width: 200px;
	background-image: url(images/btn2.jpg);
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
