/* CSS */
html, body {
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#header {
	height: 155px;
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
}

/* CONTENT */
#content {
	width: auto;
	/* must have some padding at the bottom*/
	padding: 35px;
}


#footer {
	clear:both;
	padding: 5px 0 0 35px;
	height: 21px;
	overflow:hidden;
}

#right-column {
	width: 280px;
	float: right;
	min-height: 100%;
	margin: 35px 2px 40px 0;
}

html>/**/body #right-column {
	margin: 35px 1px 60px 0;
}

#news-events-section {
	display: none;
}

#latest-images {
	width: 396px;
	padding: 40px 0 5px -1px;
}

#latest-images-body {
	width: 394px;
	background: #FCFCFA;
	border-left: 1px solid #CACAC8;
	border-right: 1px solid #CACAC8;
}

#latest-images-top {
	width: 396px;
	height: 40px;
	background: url(/images/latest-images-title.gif) top left no-repeat;
}

#latest-images-footer {
	width: 396px;
	height: 27px;
	padding: 5px 0 0 10px ;
	background: url(/images/latest-images-base.gif) top left no-repeat;
}

.gallery-strip {
	width: 634px;
	background: #ffffff;
	border: 1px solid #cacac8;
	padding: 10px 31px 5px 31px;
	margin: 10px 0 30px 0;
	overflow: hidden;
}
.gallery-thumb {
	padding-right: 51px;
	vertical-align: bottom;
} 
.gallery-text {
	text-align:top;
	padding-right: 51px;
}
#gallery-base {
	background: url(/images/gallery-base-bg.gif) top left no-repeat;
	width: 694px;
	height: 22px;
	text-align:center;
	padding: 4px 0 0 0;
	color: #FFFFFF;
}
a.gallery-base-link:link, a.gallery-base-link:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
}
a.gallery-base-link:hover {
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 5px;
}
a.gallery-base-link:active {
	color: #000000;
	text-decoration: underline;
	margin-right: 5px;
}
a.gallery-base-link-on:link, a.gallery-base-link-on:visited {
	color: #000000;
	text-decoration: underline;
	margin-right: 5px;
}
.link-inactive {
	color: #666666;
	margin-right: 5px;
}
.link-spacer {
	margin: 0 15px 0 10px;
}

