html, body, #container {
	min-height: 100%;
	height: 100%;
}
body { 
	margin: 0px !important;
	background: url(images/tiled_bg.jpg) top center repeat;
	text-align: center; 
} 
#container {
	position:relative;
	margin: 0 auto;
	background: url(images/main_bg.jpg) top left no-repeat;
	width:900px;
	text-align: left;
}
#logo {
	position: absolute;
	left: +30;
	top: 0;
	width: 192;
	z-index: 1;
}
#header_links {
	position: absolute;
	right: +67;
	top: 5;
	text-align: right;
	font-size: 11px;
	font-family: Georgia, Times New Roman;
	z-index: 1;
}
#header_graphic {
	position: absolute;
	left: +77px;
	top: 110px;
	width: 747px;
}
#main_nav {
	position: absolute;
	left: +225px;
	top: 84px;
}
#content {
	position: absolute;
	left: +95;
	top: 270px;
}
#homepage_content {
	position: absolute;
	left: +0px;
	padding-top: 30px;
	font-size: 12px;
	font-family: Georgia, Times New Roman;
	line-height: 19px;
	text-align: justify;
	width: 410px;
}
#homepage_content_dots {
	position: absolute;
	left: +420px;
	top: 0px;
	background: url(images/content_dots.gif) top center repeat-y;
	width: 10px;
	height: 280px;
}
#homepage_quicklinks {
	position: absolute;
	padding-top: 0px;
	left: +440px;
	font-size: 11px;
	font-family: Georgia, Times New Roman;
	line-height: 13px;
	text-align: justify;
	width: 280px;
}
#sub_nav {
	position: absolute;
	left: +0px;
	top: +40px;
	font-size: 12px;
	font-family: Georgia, Times New Roman;
	line-height: 17px;
	text-align: left;
	width: 140px;
}
#interior_content {
	position: absolute;
	left: +140px;
	top: +37px;
		font-size: 12px;
	font-family: Georgia, Times New Roman;
	line-height: 19px;
	text-align: justify;
	width: 560px;
}
#interior_content_dots {
	position: absolute;
	left: -30px;
	top: 0px;
	background: url(images/content_dots.gif) top center repeat-y;
	width: 10px;
	height: 280px;
}

caption {display: none;}

form td {font-size: 12px;}

#footer {
	position: absolute;
	top: 807px;
	left: 0;
	background: url(images/footer.gif) top left repeat-x;
	width: 100%;
	padding: 10px 10px 30px 10px;
	bottom: 0;
	text-align: center;
	font-size: 10px;
	line-hight: 18px;
	font-family: Georgia, Times New Roman;
	color: #FFFFFF;
}

#footer2 {
	position: absolute;
	top: 837px;
	left: 0;
	width: 100%;
	padding: 10px;
	bottom: 0;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 10px;
	font-family: Georgia, Times New Roman;
	color: #000000;
}

#footerlong {
	position: absolute;
	top: 1207px;
	left: 0;
	background: url(images/footer.gif) top left repeat-x;
	width: 100%;
	padding: 10px 10px 30px 10px;
	bottom: 0;
	text-align: center;
	font-size: 10px;
	line-hight: 18px;
	font-family: Georgia, Times New Roman;
	color: #FFFFFF;
}

#footer2long {
	position: absolute;
	top: 1227px;
	left: 0;
	width: 100%;
	padding: 10px;
	bottom: 0;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 10px;
	font-family: Georgia, Times New Roman;
	color: #000000;
}



/*Gallery Styles*/

div#gallery_thumbs {
	width: 580px;
	}		
	
	
div#gallery_thumbs img {
	margin: 10px;
	border: 2px solid #fff; 
	}
	
div#gallery_thumbs img.lastimg {
	margin-right: 12px;
	margin-left: 13px;
	}





/**************** Link Styles *******************/

A:link, A:visited, A:active  {
	color: #3a5a69; 
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
}
A.white:link, A.white:visited, A.white:active {
	color: #FFFFFF; 
	text-decoration: none;
	padding-left: 10;
}
A.white:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}




