/* CSS Document */

BODY {
	margin-top: 10;
	background: #666666;
	color: #FFFFFF;
}

TD {
	background: transparent;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.border {
	border: solid 1px black;
}

.no_border {
	border: none;
}

/* GALLERY STYLES */
.gallery_lg {
	border: solid 1px #000000;
	background: #FFFFFF;
}

.gallery_sub {
	font-size: 10px;
	color: #000000;
}

/* LINK STYLES */
A:link {
	color: #FFFFFF;
	text-decoration: underline;
}

A:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

A:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* FORM STYLES */
INPUT, TEXTAREA {
	border: solid 1px black;
	background: #CCCCCC;
	font-family: arial, sans-serif;
	font-size: 12px;
}

/* FLOATING CONTACT INFO */
div.big_pic {
  margin: 15;
	position: absolute;
  top: 147;
  left: 15;
  right: auto;
}

div.holder>div.big_pic {position: fixed;}