#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 902px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	background-color: #D5D2CA;
}
#footer {
	height: 25px;
	background-color: #983222;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #666666;
}
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #983222;
	text-decoration: none;
}
#rightImages {
	float: right;
	width: 430px;
	height: 450px;
	background-image: url(images/bkgd2.png);
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	color: #913020;
	
}
#navigation {
	width: 440px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #666666;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F2EF;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4F2EF;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	text-decoration: none;
	float: left;
	padding-right: 25px;
	color: #999999;
	padding-top: 2px;
}
#navigation ul li a:link, #navigation ul li a:visited {
}
#navigation ul li a:hover {
	color: #983222;
}
#search {
	background-color: #D5D2CA;
	float: right;
	height: 29px;
	width: 430px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F2EF;
}
#leftContent {
	background-color: #FFFFFF;
	width: 440px;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
	overflow: auto;
	height: 450px;
}
