#zone1left {
	margin: 0 260px 0 0;
	padding: 20px 0 0 20px;
	height: 80px;
	text-align: left;
}

#zone1right {
	float: right;
	width: 260px;
	height: 80px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
}

#zone1content {
	clear: right;
	margin: 0;
	padding: 0 20px;
	height: 520px;
	border-top: none;
	border-bottom: 1px solid #66311D;
}

#zone1contentleft {
	float: none;
	margin: 0;
}

#zone1content h3 {
	line-height: 40px;
	color: #66311D;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 18px;
}

#zone1content ul {
	margin: 0;
	padding-left: 4px;;
	padding-bottom: 16px;
	list-style: none;
	line-height: 16px;
}

#zone1content li {
	color: #66311D;
	font-family: Arial;
	font-size: 10px;
}

#zone1content a:link {
	color: #66311D;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

#zone1content a:visited {
	color: #66311D;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

#zone1content a:hover {
	color: #66311D;
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
}

#zone1content a:active {
	color: #66311D;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}