/* Start of CMSMS style sheet 'Tony Waldegrave' */
* {
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background-color: #818181;
	color: #b4b4b4;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: lighter;
}

a, a:visited {
	color: #b4b4b4;
	background-color: transparent;
	text-decoration: none;
}

a:hover, a:active {
	color: #818181;
	background-color: #b4b4b4;
	text-decoration: none;
}

#page-wrapper{
	margin: auto;
	text-align: center;
	position: relative;
	width: 930px;
}

.headline-title, .headline-subtitle, .content, .footer-nav, .footer{
	position: relative;
	clear: both;
	text-align: center;
}

.headline-title, .headline-subtitle, .footer-nav, .footer{
	text-transform: uppercase;
}

.footer{
	font-size: 0.8em;
}

.footer-nav{
	padding-top: 75px;
}

.headline-title{
	margin: 75px 0px;
}

.gallery-thumbnail{
	text-align: center;
	float: left;
	clear: none;
	width: 300px;
	height: 300px;
}

.gallery-thumbnail img, .content img {
	border: 1px black solid;
}

.content{
	color: #fff;
}

a.content-link {
	color: #fff;
}

p{
	margin: 3px 0 15px 0;
}
/* End of 'Tony Waldegrave' */

