@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: 476px;
	height: 152px;
	position: absolute;
	top: 185px;
	left: 20px;
}

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


#slide-frame {
	background-image: url(../images/gallery-frame.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 6;
}

#slide-frame h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #5B9528;
	padding: 10px 0px 0px 35px;
}

#gallery-image-frame {

	padding: 0px 0px 10px 31px;
}

#pagination-frame {
	font-family: Arial, Helvetica, sans-serif;
	color:#6C7E6E;
	font-style: italic;
	font-size: 10px;
	padding-top: 3px;
	text-align: center;
}

#slide {
	background-image: url(../images/gallery-frame.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 300px;
	position: absolute;
	top: 505px;
	left: 310px;
	z-index: 6;
}

#slide h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #5B9528;
	padding: 12px 0px 0px 30px;
}

#gallery-image {
	padding: 15px 0 20px 31px;
}

#pagination {
	font-family: Arial, Helvetica, sans-serif;
	color:#6C7E6E;
	font-style: italic;
	font-size: 10px;
	padding-top: 0px;
	text-align: center;
}

#pagination image {
	padding-left: 3px;
	padding-right: 3px;
}

#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;
}
