#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 600px;
	width: 800px;
}
#header {
	height: 110px;
	width: 800px;
	z-index: 1;
	float: right;
}
#photo {
	width: 600px;
	top: 110px;
}
#nav {
	height: 410px;
	width: 200px;
	left: 600px;
	top: 110px;
	background-color: #54640C;
	padding-top: 80px;
	position: absolute;
}
#text {
	width: 600px;
	top: 380px;
}
.textMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#photoTwo {
	z-index: 20;
	width: 600px;
}
#logo {
	height: 110px;
	width: 200px;
	position: absolute;
	left: 600px;
}
#textTwo {
	width: 600px;
	position: absolute;
	top: 340px;
}
.textSizeUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #54640C;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0099;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC00CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 8F9F4A;
	text-decoration: none;
}
.dotLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
