@charset "utf-8";
/* CSS Document */



#big-image {
	border: 2px #000000 solid;
	width: 225px;
	height: 150px;
	position: absolute;
	top:15px;
	left: 20px;
}

#small-image2 {
	border: 2px #000000 solid;
	width: 225px;
	height: 150px;
	position: absolute;
	top: 185px;
	left: 20px;
}

#small-image {
	border: 2px #000000 solid;
	width: 225px;
	height: 150px;
	position: absolute;
	top: 185px;
	right: 20px;
}

#goto {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	width: 200px;
	position: absolute;
	left: 283px;
	top: 135px;
	background-image: url(../images/village-bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 23px;
	background-position: left 1px;
}

#goto span {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}

#goto span a {
	text-decoration: none;
	color: #5B9528;
}

#goto span a:hover {
	text-decoration: none;
	color: #000000;
}

#sub-nav {
	width: 223px;
	height: 150px;
	position: absolute;
	right: 20px;
	top: 10px;
}

#sub-nav h3 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 30px;
	font-weight: normal;
}

#sub-nav ul {
	padding-top: 15px;
	padding-left: 10px;
}

#sub-nav ul li {
	list-style: none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 15px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#sub-nav ul li a {
	color: #000000;
	text-decoration: none;
}

#sub-nav ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
