html { 
	height: 100%
} 


body {
	margin: 0 auto 0 auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	min-height: 101%;
}

a:link, a:visited {
	text-decoration: none;
}

a.nav { 
	color: #fff;
}

a.nav_current {
	color: #ffcc66;
}

a.contact { 
	color: #726E6D;
}

img {
	border: none;
}

#container {
	margin: 0 auto 0 auto;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#header_row {
	background: #8F8F8F;
	color: #fff;
	padding: 12px 0px 12px 0px;
	font-size: 18px;
}

#sub_header_row {
	background: #726E6D;
	color: #fff;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 30px 0px;
	font-size: 12px;
}

#content {
	margin: 0 auto 0 auto;
	font-size: 10px;
	position: relative;
}

#loader {
	background: transparent url(../../graphics/loader.gif) no-repeat fixed center;
	position: absolute;
	top: 0px;
	left: 0px;
}


#img_title_holder {
	position: relative;
	text-align: right;
	background: transparent url(../../graphics/title_bg.png) repeat-x;
	z-index: 1;
}


#img_title {
	position: relative;
	color: #fff;
	padding: 8px 10px 8px 0px;
	z-index: 1;
}

#image_holder {
	position: absolute;
	top: 0px;
	left: 0px;
}

#contact {
	margin: 0 auto 0 auto;
	color: #726E6D;
	text-align: left;
	padding: 18px 0px 18px 0px;
	font-size: 11px;
	line-height: 16px;
}


/* gallery styles */
.gal_item_frame {
	float: left;
	margin: 14px;
}

.gal_item_content {
	padding: 10px;
}
