/* Layout Required */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	behavior:url("csshover.htc");
}
div#container {
	position:relative; /* needed for footer positioning*/
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background: #181a1b url("images/assets/content.jpg") repeat-x 0 171px;
}

div#header {
	float: left;
	height: 171px;
	width: 100%; /* IE6: treaded as min-height*/
	min-width: 850px; /* real browsers */
	background: transparent url("images/assets/bg.jpg") top left repeat-x;
}
	div#header div#logo {
		float: left;
		width: 466px;
		height: 171px;
		background: transparent url("images/assets/logo.jpg") no-repeat;
		margin-left: 15px;
	}
	ul#navigation {
		float: right;
		list-style: none;
		padding: 0;
		margin-right: 35px;
		margin-top: 0;
	}
	ul#navigation li.active,ul#navigation li:hover {
		background: url("images/assets/menu_bg.jpg") repeat-x;
	}
	ul#navigation li {
		padding-top: 80px;
		margin-right: 5px;
		float: left;
	}
	ul#navigation li a {
		float: left;
		display: block;
		color: #315c6e;
		text-decoration: none;
		font: bold 14pt 'Garamond';
		text-align: center;
		margin-right: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
	ul#navigation li a:hover, ul#navigation li.active a, ul#navigation li:hover a {
		color: #7898b9;
		text-decoration: none;
	}
div#spacer {
	display: block;
	width: 850px;
}
div#wrapper {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
}
	div#main {
		padding-top: 35px;
		padding-bottom: 35px;
		width: 700px;
		height: 424px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 45px;
	}
	div#main a {
		cursor: hand;
		cursor: pointer;
	}
	div#main img {
		border: 2px solid #2c3237;
	}
	div#main a img {
		border: none;
	}
	div#thumbs {
		float: left;
		width: 100%;
		min-height: 75px;
		background: #000000 url("images/assets/border_bottom.jpg") top left repeat-x;
		padding-bottom: 35px;
		margin: 0;
		text-align: center;
	}
		div#thumbs div#row {
			margin-left: auto;
			margin-right: auto;
			width: 750px;
			height: 68px;
		}
		div#thumbs div#row a img {
			float: left;
			width: 107px;
			height: 50px;
			margin: 5px;
			border: 2px solid #05626b;
			cursor: hand;
			cursor: pointer;
		}
		div#thumbs div#row a img {
			filter: Alpha(opacity=45); /* IE */
			-moz-opacity: 0.45; /* Mozilla */
		}
		div#thumbs div#row a img:hover {
			filter: Alpha(opacity=100); 
			-moz-opacity: 1.0;
		}
div#footer {
	position:relative;
	clear: both;
	bottom: 0; /* stick to bottom */
	width: 100%;
	height: 35px;
	text-align: center;
	font: 8pt 'Verdana';
	color: #566065;
	background: #000000;
}
div#footer a {
	font: 8pt 'Verdana';
	color: #566065;
	text-decoration: none;
}
/* End Layout Required */
div#flashobj {
	float: left;
	border: 2px solid #2c3237;
	margin-right: 15px;
	margin-bottom: 15px;
}
p.Home {
	float: left;
	text-indent: 15px;
	font: 10pt 'Verdana';
	color: #315c6e;
	margin-bottom: 15px;
}
div#logo {
	text-align: center;
}
div#logo p {
	font: 10pt 'Verdana';
	color: #a5b7c6;
	margin: 0;
}