﻿
body
{
	color: #2F3D64;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 90%;
	margin: auto;
	padding: 0;
	text-align: center;
}

#wrapper
{
	background: url(images/backGround.jpg);
	border: solid 1px Black;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#banner
{
	background: url(images/banner.jpg);
	height: 139px;
	width: 800px;
}

#nav
{
	border-left: solid 2px White;
	float: left;
	height: 418px;
	width: 140px;
}

#nav a, #nav a:visited
{
	color: #34426A;
	display: block;
	font-weight: 600;
	margin: 15px 0 15px 8px;
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
}

#content
{	
	clear: both;
	float: right;
	margin: 15px 15px 15px 0;
	width: 630px;
}

#contentWrapper
{
	float: right;
}

#rightContent
{
	float: right;
	margin-right: 5px;
	padding-bottom: 20px;
	width: 645px;
	/*width: 543px;*/
}

/*#rightContent .treasPhoto
{
	float: right;
	margin-right: 23px;
}*/

#rightContent .content
{
	color: #34426A;
	float: left;
	text-align: center;
	/*width: 404px;*/
}

/*#leftContent
{
	float: left;
	padding-left: 10px;
	width: 100px;
	vertical-align: top;
}*/

#peach
{
	background-image: url(images/peach.jpg);
	background-position: right bottom; /* width 137px */
	background-repeat: no-repeat;
	clear: both;
	height: 88px;
	float: right;
	width: 658px;
}

#peach .searchButton
{
	margin: 15px 20px 0 0;
	text-align: center;
}

#footer
{
	border-left: solid 2px White;
	background: url(images/footer.jpg);
	height: 146px;
	width: 798px;
}

#copyright
{
	margin-top: 10px;
	text-align: center;
	width: 798px;
}

#copyright .valid
{
	margin-top: 5px;
}