body {
	background: url(images/bkgd.jpg) repeat-x top;
	margin: 0px;
	text-align:center;
}
#wrapper {
	width: 960px;
	min-width:960px;
	height: 1416px;
	margin: 0 auto;
	background-image: url(images/bgfinal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapperlong {
	width: 960px;
	min-width:960px;
	height: 1973px;
	margin: 0 auto;
	background-image: url(images/bg-long.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#righthome {
	width: 430px;
	margin-top: 35px;
	margin-right: 25px;
	padding-left: 35px;
	float: left;
	text-align: left;
}
#right {
	width: 430px;
	margin-top: 35px;
	margin-right: 25px;
	padding-left: 35px;
	float: left;
	text-align: left;
	overflow:auto;
}
#left {
	width: 280px;
	padding-top: 590px;
	padding-left: 155px;
	float: left;
}
#left p {
	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
img {
	border: 0;
}
a {
	color: #8F6A2B;
	font-weight: bold;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #C4861C;
	text-decoration: underline;
}

.clear {
	clear: both;
}
h2 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;
	color: #2F2000;
}

h2 strong {
	color: #8F6A2B;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper #right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2F2000;
	letter-spacing: .05em;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2F2000;
	letter-spacing: .05em;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -.025em;
	color: #775824;
}
#copyright {
	text-align: center;
	clear: both;
	color: black;
	padding-top: 15px;
}

.markermenu{
	width: 170px; /*width of menu*/
	float: left;
	margin-top: 25px;
	margin-bottom: 55px;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
	background: black url(images/bullet_white.gif) no-repeat 2px center;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px dotted #B5B5B5;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
}

.markermenu ul li a:hover{
	color: #FFFFCA;
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */
