/* CSS Document */

body {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #847e70;
	margin-top: 20;
	background-image: url(pics/bg.gif);
	background-repeat: repeat;
}

.text_contact {
	font-size: 9px;
	line-height: 20px;
	color: #817965;
	text-transform: uppercase;

}

.text_title {
	text-align: center;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #576e7a;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


.title {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	/* color: #817965; */
	color: #576e7a;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.text_mls {
	font-size: 9px;
	line-height: 12px;
	color: #817965;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* Links */

a {
	color: #817965;
	text-decoration: none;
}

a:hover { color: #576e7a }


a.nav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #817965;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
}

a.nav:hover { color: #576e7a }

a.news:link { color:#817965; }
a.news:visited { color:#817965; }
a.news:hover { color:#817965; text-decoration:none; }
a.news:active { color:#817965; } 


.home-title {font-size:14px;font-weight:bold;margin-bottom:0;padding-bottom:10px;}
.home-text {font-size:10px;font-weight:normal;margin-bottom:10px;margin-top:0;padding-top:0;}
