/*
Name: Website Name
Description: Info here.
Version:1.0
Author: By...
Author URI: http://www.#.com
*/

/*
Header and Banner
*/

#banner_stage {
width: 900px;
margin: 0 auto;
}

#banner #subheader {
font-size: 18px;
width: 625px;
}

/*
Content Layout
*/

#container {
	width: 900px;
	text-align: left;
	}
#content {
	
}

#content #column {
	width: 900px;
	display: inline;
	text-align: left;
}

#content .column p {
	color: #656256;
	line-height: 24px;
	font-size: 1.0em;
}

#content h2 {
	color: #AB443A;
	font-size: 26px;
	margin-bottom: 3px;
	text-align: left;
	}
	
#content .ngg-gallery-thumbnail {
	margin-right: 0px;
	}

#content .ngg-gallery-thumbnail img.globe:hover {
	border: 0px;
}
	
#content .ngg-gallery-thumbnail a {
	color: #AB443A;
	}
	
#content .ngg-gallery-thumbnail img {
	border: 6px solid #3D5F60;
	padding: 0px;
	margin: 3px 11px 3px 0px;
	}
	
#content .ngg-gallery-thumbnail img:hover {
	border: 6px solid #AB443A;
	}
