body {
		padding: 0;
		margin: 0;
		background-color: #c79b82 /* #a76849 #d09271*/;
		color: #000;
		text-align: center;
		font-family: Georgia, serif;
		font-size: 14px;
	}
	
tr, td {
		font-family: Georgia, serif;
		font-size: 14px;
}
	
	/*------LAYOUT------*/
	
	#wrapper {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right:auto;
		margin-left:auto;
		width: 800px;
		background-color: #fff;
		color: #000;
		text-align: left;
	}
	
	#masthead {
		display: block;
		margin: 0px;
		width: 800px;
		height: 236px;
	}
	
	#logo {
		display: block;
		width: 483px;
		height: 236px;	
		background: url(images/logo.jpg) no-repeat top left;
		float: left;
	}
	
	.hidden {
		position:absolute;
		left:0px;
		top:-500px; /*to hide logo text*/
		width:1px;
		height:1px;
		overflow:hidden;
	}
	
	#photos {
		width: 317px;
		height: 236px;
		float: left;
	}
	
	#content	{
		width: 800px;
		w\idth: 790px;
		margin-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
		
	#callout	{
		float: right;
		width: 260px;
		background-color: #dadfe7;
		padding: 10px;
		margin-left: 10px;
		margin-right: 20px;
		display: inline;
		font-size: 12px;
	}
	
	/*------NAVIGATION------*/
	
	#navcontainer ul {
		padding: .5em 0;
		margin: 0;
		list-style-type: none;
		background-color: #6b7c97;
		color: #fff;
		width: 100%;
		font-family: Georgia, serif;
		font-size: 13px;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
	}

	#navcontainer li { 
		display: inline; 
	}

	#navcontainer li a {
		text-decoration: none;
		background-color: #6b7c97;
		color: #fff;
		padding: .5em .68em;
 	}

	#navcontainer li a:hover {
		background-color: #ffffff;
		color: #3f5374;
	}
	
	/*------FOOTER------*/
	
	#footer {
		text-align: center;
		background-color: #6b7c97;
		padding: 3px;
		font-size: 12px;
	}
	
	#footer p, a {
		color: #fff;
	}
	
	#footer p a:hover {
		color: #3f5374;
	}
	
	#footerlist li {
		display: inline;
		list-style-type: none;
		border-left: 1px solid #fff;
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	
	#footer li#first {
		border-left: 1px solid #6b7c97;
		padding-left: 0;
	}
	
	#footerlist li a {
		color: #fff;
		padding: .5em .5em;
	}
	
	#footerlist li a:hover {
		background-color: #ffffff;
		color: #3f5374;
	}

	
	/*------TYPOGRAPHY------*/
	h1 {
		color: #3f5374;
		font-size: 22px;
		border-bottom: 1px solid #3f5374;
		width: 350px;
	}
	
	h2 {
		color: #3f5374;
		font-size: 18px;
	}
	
	h3 {
		color: #3f5374;
		font-size: 18px;
		font-weight: bold;
	}
	
	#callout h3 {
		text-align: center;
		margin-top: 8px;
	}
	
	#callout p {
		line-height: 18px;	
	}
	
	#callout li {
		line-height: 18px;
	}
	
	
	#content p {
		line-height: 18px;
		padding-left: 3px;
		padding-right: 10px;
	}
	
	#content a {
		color: #3f5374;
	}
	
	p {
		color: #000;
	}
	