body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #59002e;
	background-color: #1f7ff1;
}

#green {
	position:relative;
	width:700px;
	height:auto;
	background-color: #aac7ae;
	z-index:1;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
}

#content {
	position: relative;
	width: 660px;
	height: auto;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
}

#line {
	position:relative;
	background-color:#1f7ff1;
	width:auto;
	height:2px;
}

.right {
	position:relative;
	top:8px;
	float: right;
}

#sect {
	position: relative;
	top: 35px;
	height: 50px;
	width: 660px;
}

#row {
	position: relative;
	margin-top: 10px;
	width: 660px;
	height: 80px;
}

#box {
	position: relative;
	height: 80px;
	width: 80px;
	display: inline;
	margin-right: 10px;
	float: left;
}

#thumb {
	clip: rect(30px 100px 110px 20px);
	position: absolute;
	top: -30px;
	left: -20px;
}

#info {
	position:relative;
	top:40px;
	height:auto;
	text-align:center;
	color:#59002e;
	padding: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	margin-bottom:50px;
}

#info2 {
	position:relative;
	top:60px;
	height:auto;
	padding: 20px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom:50px;
}

#thumb:hover {
	clip: rect(0px 1000px 1000px 0px);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:50;
}

.contact {
	text-align: left;
}


#dl {
	position: relative;
	top: 20px;
	float: right;
	clear: right;
	z-index:20;
}

.dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d7fcdc;
	font-weight: bold;
	text-decoration: none;
}

.dl:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7ea083;
	font-weight: bold;
	text-decoration: none;
}


.dl:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #576f5a;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1f7ff1;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	display: block;
	text-align: left;
}

#place {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

#text {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
	color: #59002e;
}



#nav {
	position:relative;
	height:11px;
	width:670px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#nav1 {
	width: 260px;
	height:11px;
	background-image:url(images/nav1.png);
	border-right: 2px solid #1f7ff1;
	background-repeat: no-repeat;
	display:inline;
	float:left;
}

#nav2 {
	width: 160px;
	height:11px;
	background-image:url(images/nav2.png);
	background-repeat:no-repeat;
	border-right: 2px solid #1f7ff1;
	display:inline;
	float:left;
}

#nav3 {
	width: 200px;
	height:11px;
	background-image:url(images/nav3.png);
	background-repeat:no-repeat;
	display:inline;
	float: left;
}

.link {
	color:#000000;
	text-decoration:none;
}

#nav1:hover {
	background-image:url(images/visited1.png);
}

#nav2:hover {
	background-image:url(images/visited2.png);
}

#nav3:hover {
	background-image:url(images/visited3.png);
}	
