@charset "UTF-8";
body {
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DCD9D2;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #555555;
}
.blue {
	font-weight: bold;
	color: #238fbc;
}
.ftr {
	color: #989793;
}
a:link {
	color: #1898C9;
	text-decoration: none;
}
a:visited {
	color: #1898C9;
	text-decoration: none;
}
a:hover {
	color: #CD810F;
	text-decoration: none;
}
.about {
	background-image: url(/img/bg-about.jpg);
	background-repeat: no-repeat;
}
.hdr {
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1589b9;
	line-height: 1.4em;
}
.bg-col2 {
	background-image: url(/img/bg-3.jpg);
	background-repeat: no-repeat;
}
.bg-photo {
	background-image: url(/img/bg-photo.jpg);
	background-repeat: no-repeat;
}
.bg-photo2 {
	background-image: url(/img/bg-photo2.jpg);
	background-repeat: no-repeat;
}
.bg-col3 {
	background-image: url(/img/bg-4.jpg);
	background-repeat: no-repeat;
}
.find {
	background-image: url(/img/bg-find.jpg);
	background-repeat: no-repeat;
}
.bg-col3 {
	background-image: url(/img/bg-5.jpg);
	background-repeat: no-repeat;
}
.contact {
	background-image: url(/img/bg-contact.jpg);
	background-repeat: no-repeat;
}

