/* CSS Document */

BODY {
	margin: 0;
	background: #5A4E3E;
}

TD {
	background: transparent;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

.border {
	border: solid 1px #C6B291;
}

/* LINK STYLES */
A:link {
	color: #C6B291;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #C6B291;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #C6B291;
	font-weight: bold;
	text-decoration: underline;
}

/* FLOATING CONTACT INFO */
div.contact_info {
  margin: 0;
	position: absolute;
  top: 147;
  left: 15;
  right: auto;
  width: 319px;
}



