#container {
	top: 0px;
	width: 750px;
	min-height: 1000px;
	overflow: visible;
	position: relative;
	padding: 0px;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: #B7E6EC;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

* html #container { height: 1000px; } /* for ie */
html>body #container { height: auto; } /* for mozilla firefox */

#anavheading1 {
	position:absolute;
	width:135px;
	z-index:5;
	left: 0px;
	top: 0px;
	text-align: right;
	padding-right: 15px;
	border: 0px none;
	padding-left: 10px;
	visibility: visible;
	background-image: url(../img/navbg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0px;
}

#anavheadinggallery {
	position:absolute;
	width:135px;
	z-index:5;
	left: 0px;
	top: 0px;
	background-color: #84978B;
	text-align: right;
	padding-right: 14px;
	border: 0px none;
	padding-left: 10px;
	visibility: visible;
	background-image: url(../img/navbg.jpg);
	background-repeat: no-repeat;
	height:500px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0px;
}

#headart {
	position:absolute;
	width:620px;
	z-index:7;
	left: 160px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	height: 230px;
	background-color: #3F5348;
}

#gallerycontents {
	position:absolute;
	width:570px;
	z-index:12;
	left: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 25px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #405348;
	top: 0px;
	overflow: visible;
	height: 300px;
} 

#galleryimage {
	position:relative;
	width:100%;
	z-index:12;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 0;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 0px;
	overflow:hidden;
	height: auto;
	text-align:center;
	margin: 0px;
} 

#galleryimagelinks {
	position:relative;
	left:0px;
	width:100%;
	z-index:12;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 0;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow:hidden;
	text-align:center;
	bottom:0px;
} 

#maincontent {
	position:absolute;
	width:570px;
	z-index:12;
	left: 160px;
	top: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 15px;
	height: 300px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#maincontent a, #gallerycontents a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 14px;
	color: #70948C;
}

#maincontent a:link, #gallerycontents a:link {
	color: #8BBAAC;
}

#maincontent a:hover, #gallerycontents a:hover {
	color: #C6DFDE;
	text-decoration: none;
}

#maincontent a:active, #gallerycontents a:active {
	color: #A7CDCC;
}

