@charset "UTF-8";
/* CSS Document */

body {
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	letter-spacing:0.05em;
	background-color:#dcd3c1;
	line-height: normal;
}

.bottom {
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	height:67px;
	text-align:center;
	padding-bottom:3px;
	font-size:0.85em;
}

.middle {
	background-image:url(images/middleRepeat.jpg);
	background-repeat:repeat-y;
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;
}

.contact {
	padding-top:20px;
	padding-bottom:20px;
}

A:link {text-decoration: text-decoration: none;
	color:#AC772E;
	width: 100%;
}
A:visited {text-decoration: none; color:#999999}
A:active {text-decoration: none; color:#AC772E}
A:hover {
	text-decoration: none;
	background-image: url(/Images/navrepeat.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}

#content a img {
	padding: 5px;
	border: 5px solid #000000;
	margin: 2px;
	background-color: C7F4FC;
}

#content a img:hover {
	border-color: #06c;
}
