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

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

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

#header h1 {
	visibility: hidden;
}

/* CONTENT */
#content {
	/* must have some padding at the bottom*/
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 490px;	
}

#left-column {
	float: left;
	margin-top: 20px;
	width: 180px;
	min-height: 100%;
	padding-bottom: 60px;
}
html>/**/body #left-column {
	padding-bottom: 90px;
}
#footer {
	padding-top: 5px;
	clear: both;
	overflow: hidden;
}

#right-column {
	width: 220px;
	margin: 0;
	float: right;
}
#news-events-section {
	display: none;
}

.gallery-strip {
                padding: 20px 0 0 0;
                height: 150px;
}

.gallery-box {
                float: left;
                margin: 0 15px;
                width: 120px;
                }
html>body .gallery-box {
                margin: 0 19px;
}
.gallery-thumb {
                width: 122px;
                height: 122px;
                margin: 0 auto;
                text-align: center;
}

.gallery-text {
                text-align: center;
				line-height: 14px;
}

#gallery-base {
                background: #cbcbcb;
				border-bottom: 1px solid #ececec;
				border-right: 1px solid #ececec;
				border-left: 1px solid #b1b1b1;
				border-top: 1px solid #b1b1b1;
                padding: 5px 10px 5px 10px;
                margin: 25px 11px;
                text-align: center;
                color: #434343;
}

#gallery-base a {
	color: #D61515;
}

a.gallery-base-link:link, a.gallery-base-link:visited {
                color: #d61515;
                text-decoration: none;
                margin-right: 5px;
}
a.gallery-base-link:hover {
                color: #d61515;
                text-decoration: underline;
                margin-right: 5px;
}
a.gallery-base-link:active {
                color: #d61515;
                text-decoration: underline;
                margin-right: 5px;
}
a.gallery-base-link-on:link, a.gallery-base-link-on:visited {
                color: #d61515;
                text-decoration: none;
                margin-right: 5px;
}
a.gallery-base-link-on:hover {
                color: #d61515;
                text-decoration: underline;
                margin-right: 5px;
}
.galleryindex-strip {
                padding: 10px 0 10px 0;
				display: block;
}
.galleryindex-image {
                padding: 10px 15px 10px 0;
				float: left;
}
.galleryindex-text {
				padding-left: 137px;
}


