body {
	background-color: #A79871;
}
a:link, a:visited {
	color: #381B2D;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFE196;
	text-decoration: none;
}
.homePix {
	background-image: url(../images/homePhoto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #381B2D;
}

.nav div {
	margin-left: -28px;
}
.nav ul {
	white-space: nowrap;
}

.nav li{
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFE196;
}

.nav a:link, a:visited {
	color: #381B2D;
	text-decoration: none;
}
.nav a:hover,  a:active {
	color: #FFE196;
	text-decoration: none;
}
.homeTagLine {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: normal;
	color: #381B2D;
	background-image: none;
	padding-top: 30px;
}
.copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #786B4B;
}
.contactText {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-top: 30px;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	padding-left: 117px;
}
.aboutText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	margin-top: 16px;
	/*float: right;*/
	margin-right: 15px;
}
.imgAbout {
	margin-right: 10px;
	float: left;
	height: 450px;
	letter-spacing: 1px;
}
.floatLeft {
	float: left;
	margin-right: 5px;
}
.clearleft {
	clear: left;
	float: left;
	margin-right: 10px;
}
