body {
	font-family: "Trebuchet Ms", Verdana, sans-serif;
	font-size: 11px;
	background: url('../images/mainbackground.gif') top left no-repeat fixed;
	text-align:center;
	margin: 0 auto;
}
h1 {
	background: url('../images/website-title.gif') top left no-repeat;
	text-indent: -10000px;
	height: 50px;

}
#home {
	margin: 0 auto;
	padding: 0;
	text-align: left;
 }
 
 
 .container {
	margin: 0 0 0 115px;
	text-align: center;
	width: 900px;
}

	.content {
		margin: 20px 0;
		width: 800px;
		text-align: left;
	}
	
		#gallery img {
			margin: 0 5px 15px 0;
		}
		
		#photos {
			float: left;
			margin: 0 7px 10px 7px;
			padding: 3px;
			width: 125px;
			font-size: 12px;
			text-align: center;
		}
	
.footer {
	clear: both;
	margin: 30px auto 20px auto;
	text-align: center;
}
 
	
#nav {
	margin: 0;
	text-align: left;
}
	ul#mainnav, #mainnav ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	}
	
	ul#mainnav li{
		margin: 0;
		display: inline;
		table-layout: fixed;
		text-transform: capitalize;
	}

		#mainnav a {
			padding: 10px;
			text-decoration: none;
			text-align: center;
			vertical-align: center;
			color: #ffffff;
			background-color: #00f;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		
		}
		#mainnav a:hover {
			text-decoration: none;
			text-align: center;
			vertical-align: center;
			color: #ffffff;
			background-color: #f00;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		
		
		a#here {
			background-color: #f00;
		}


		#breadcrumbs {
			margin: 20px 0 0 0px;
			padding: 0 0 0 10px;
			width: 500px;
			list-style: none;
			line-height: 20px;
		}
			
			#breadcrumbs li {
				display: inline;
				margin: 0 10px 0 0;
			}
			
			#breadcrumbs a {
				padding: 5px 3px;
				text-decoration: none;
				text-align: center;
				vertical-align: center;
			}
			
			#breadcrumbs a:hover {
				text-decoration: none;
				text-align: center;
				vertical-align: center;
				border-bottom: 4px solid #00f;
			}



.link a:link {
	font-size: 11px;
	color: #0000DD;
	text-decoration: none;
}
.link a:visited {
	font-size: 11px;
	color: #000033;
	text-decoration: none;
}
.link a:hover {
	font-size: 11px;
	color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000033;
}
.link a:active {
	font-size: 11px;
	color: #000033;
	text-decoration: none;
}



p {
	margin: 15px 0;
	line-height: 20px;
	font-size: 12px;
}

	sup {
		margin: 0;
		padding: 0;
		font-style: italic;
		line-height: 16px;
	}





hr {
	width: 80%;
}
img {
	margin: 0 auto;
	text-align: center;
}
	.history {
		margin: 0 auto;
		text-align: center;
	}
	.history img {
		margin: 0 auto;
	}

