/* CSS Document */

p{
	font-family: Garamond;
	font-size: 18px;
	color: #789577;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
	text-indent: 35px;
	left: auto;
}

.navigation{
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	padding: 8px;
	font-weight: bold;
	background-color: #789577;
	width: 140px;
	text-decoration: none;	
}

.navigation:hover {
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	padding: 8px;
	font-weight: bold;
	background-color: #B27D4B;
	width: 140px;
	text-decoration: none;
}

.contacts{font-family: Garamond;
	font-size: 18px;
	color: #789577;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
}

.navigation2{
	font-family: Garamond;
	font-size: 18px;
	color: #789577;
	line-height: 18px;
	padding: 8px;
	font-weight: bold;
	background-color: #000000;
	width: 140px;
	text-decoration: none;	
}

.navigation2:hover {
	font-family: Garamond;
	font-size: 18px;
	color: #B27D4B;
	line-height: 18px;
	padding: 8px;
	font-weight: bold;
	background-color: #000000;
	width: 140px;
	text-decoration: none;
}

