.Header
	{
		clear: both;
		position: relative;
		width: 1000px;
		margin-left: 0px;
		height: 250px;
		z-index: 5;
	}
	.tiled {
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat;
}
	.MainLogo
	{
		float: left;
		position: relative;
		width: 332px;
		z-index: 2;
	}
	.MainNavigation
	{
		float: left;
		position: relative;
		left: -40px;
		margin-top: 105px;
		width: 635px;
		height: 38px;
		z-index: 1;
		background: url('images/nav_bg.png') no-repeat;
	}
	
	.MainNavigation ul
	{
		clear: both;
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		margin-left: 30px;
	}
	
	.MainNavigation ul li
	{
		float: left;
		padding-left: 25px;
		padding-top: 5px;
	}
	
	.MainContent
	{
		position: relative;
		clear: both;
		float:left;
		top: -250px;
		height:675px;
		width: 877px;
		padding-left: 30px; 
		padding-top: 30px; 
		background-color: #f5e6e8; 
		margin-left: 50px; 
		margin-top: 140px;
		overflow: auto;
	}
	.GalleryContent
	{
		position: relative;
		clear: both;
		float:left;
		top: -250px;
		height:100%;
		width: 877px;
		padding-left: 30px; 
		padding-top: 30px; 
		background-color: #f5e6e8; 
		margin-left: 50px; 
		margin-top: 140px;
		overflow: auto;
	}
	
	.Copy
	{
		position: relative;
		clear: both;
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px; 
		color:#00204e; 
		line-height:125%;
		margin-right:30px;
		padding-top:100px;
	}
	
	.Footer
	{
		position: relative;
		clear: both;
		top: -250px;
		left: 0px;
		font-family:Georgia, "Times New Roman", Times, sans-serif; 
		font-size:11px; 
		color:#FFFFFF;
		width: 100%; 
		
		text-align:center;
	}