body 
{
	font-family: Georgia;
	font-size: 14px;

	text-align: center;

	line-height: 1.32em;
	color: #878787;
	background-color: #2B2B2B;

	margin: 0px;
	padding: 0px;
}

#bodyContainer
{
	margin-right: auto;
	margin-left: auto;

	width: 800px;
	max-width: 800px;

	text-align: left;
}

#header
{
	position: relative;

	width: 800px;
	max-width: 800px;

	height: 256px;
	max-height: 256px;

	background-image: url('header.png');
	background-repeat: no-repeat;
	
	color: #fff;
}

#header h1
{
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 50px;
}

#header h2
{
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-family: Arial;
	font-size: 12px;
}

#menuBar
{
	padding: 2px 50px 0px 50px;
	background-color: #C23500;
	border-top: 5px solid #C00;
	border-bottom: 5px solid #C00;
	background-image: url('menu-bg.png');
	background-repeat: repeat-x;
	height: 25px;	
}

#menuBar a
{
	text-family: Arial;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 25px;
}

#menuBar a:link {color:#FFF}
#menuBar a:visited {color:#FFF}
#menuBar a:hover {color:#2B2B2B}
#menuBar a:active {color:#333}

#pageContainer
{
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 100%;
	background-color: #D5D5D5;
	color: #000;
	line-height: normal;
}

#pageContainer div
{
	padding: 50px;
}

#pageContainer div.gallery
{
	text-align: center;
}

#pageContainer div.gallery hr
{
	margin-top: 30px;
}

#footer
{
	font-family: Arial;
	font-size: 11px;
	color: #a6a6a6;
	text-align: center;
	border-top: 1px solid #CCC;
	padding-top: 3px;
}