	body
	{
		color: #000;
		width: 780px;
		margin: auto;
		padding: auto;
		background: #bed3e0;
		font: 98%/110% garamond;
		z-index: 1;
	}
	
	.style17 
	{
		font-size: 13px
	}
	
	#header
	{
		background: #FFFFFF;
	}
	
	#header h1
	{
		background-position: 0% 0%; 
		margin:0; 
		padding:0; 
		width: 780px;
		height: 321px;
		z-index: 1;
	}

	#header h1 em
	{
		position: absolute;
		left: -1000px;
		width: auto;
	}
	
	#swish
	{
		width: 780px;
		height: 238px;
		position: absolute;
		top: 110px;
		z-index: 3000;
		background: url('../images/layout/swish.png') no-repeat;
	}
	
	#title
	{
		width: 780px;
		height: 156px;
		position: absolute;
		top: 192px;
		z-index: 4000;
		background: url('../images/layout/hometitle%20copy.png') no-repeat;
	}
		
	#topnav
	{
		780px;
		background: #bed3e0;
		z-index: 2;
	}
	
	#topnav ul
	{
		width: 780px;
		float: left;
		padding: 0;
		margin: 0 0px 0 0px;
		list-style-type: none;
		background: #1a4074;
		z-index: 2;
	}
	
	#topnav li {display: inline; z-index: 2;}
	
	#topnav li a
	{
		display: block;
		float: left;
		margin: 0 ;
		padding: 5px 32px;
		text-align: center;
		background: #1a4074;
		font-weight: ;
		color: #FFFFFF;
		text-decoration: none;
		z-index: 2;
	}
	
	#dropmenudiv
	{
		position:absolute;
		border-bottom-width: 0;
		z-index: 5000;
	}

	#dropmenudiv a
	{
		color: #FFFFFF;
		width: 100%;
		display: block;
		text-align: center;
		padding: 1px 0;
		text-decoration: none;
		font-weight: ;
		z-index: 100000000000000;
	}

	#dropmenudiv a:hover
	{ 
		background-color: #fed170;
	}
	
	#photos
	{
		width: 780px;
		height: 175px;
		position: absolute;
		top: 27px;
	}

	#main
	{	
		overflow: hidden;
		width: 780px;
		height: auto;
		background: #bed3eo;
	
	}
	
	#content
	{
		clear: both;
		float: left;
		width: 780px;
		height: auto;
		background: #FFFFFF;
	}
	
	p
	{
		float: left;
		margin: 40px 0 20px 40px;
	}
	
	#sidenav
	{
		clear: both;
		float: right;
		width: 232px;
		padding-bottom: 2600px;
		margin: 20px 0px -2000px 0px;
		background: #fed170;
	}

	#footer
	{
		clear: both;
		width: 780px;
		height: 33px;
		background: url('../images/layout/Footer.png') no-repeat;
	}