body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	color: #888888;
}

#holder {
	width: 791px;
	margin-top: 20px; 
	margin-left: auto; 
	margin-right: auto;
	border: 0px;
}

#header {
	height: 119px;
	border: 0px;
	background: url(images/header_bg.gif) no-repeat left;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
}

#title {
	width: 167px;
	border: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 79px 0px 0px 0px;
}

#title h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#header img {
	margin: 3px 0px 0px 0px;
}


#content {
	min-height: 420px;
}

#menu {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	border: 0px;
	width: 167px;
	float: left;
	font-size: 12px;
	text-align: right;
	position: relative;
	display: block;
}

#menu ul {
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	list-style-type: none;
}

#menu ul li {
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
}

#menu ul li a {
	color: #888888;
	text-decoration: none;
}

#menu ul li a.orange {
	color: #d4b492;
	text-decoration: none;
}

#menu ul li a.orange:hover {
	color: #b4906b;
	text-decoration: none;
}

#menu ul li a.current1 {
	color: #b4906b;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #333333;
	text-decoration: none;
}

#menu ul li a.current {
	color: #333333;
	text-decoration: none;
}

#legal {
	border: 0px;
	padding: 85px 0px 5px 0px;
}

#legal a {
	font-size: 12px;
	color: #888888;
	text-decoration: none;
}

#legal a:hover {
	color: #333333;
	text-decoration: none;
}

#legal a.current {
	color: #333333;
	text-decoration: none;
}

#copy {
	margin: 10px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	border: 0px solid red;
	width: 580px;
	height: 493px;
	float: right;
	text-align: right;
	overflow: auto;
}

#copy1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 35px 0px 0px;
	border: 0px solid red;
	width: 580px;
	height: 493px;
	float: right;
	text-align: right;
	overflow: auto;
}


#subtitle {
	margin: 0px 0px 0px 0px;
	padding: 5px 7px 15px 0px;
	border: 0px;
	width: 420px;
	float: right;
}

#subtitle h2 {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
}

.terms {
	font-size: 10px;
	color: #cccccc;
}

#scrollBox {
	text-align: left;
	font-size: 12px;
	line-height: 19px;
	display: block;
	border-width: 0px;
	border-style: solid;
	border-color: FFF;
	padding: 0px 5px 5px 5px;
	width: 510px;
	float: right;
	}

#scrollBox h2 {
	text-align: right;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#scrollBox p {
	margin: 10px 0 10px 0;
	padding: 0px;
}

#scrollBox ul {
	list-style-type: square;
	padding: 0px;
	margin: 14px;
}

#scrollBox ul li {
	padding: 0px;
	margin: 0px;
}

#scrollBox a {
	color: #d4b492;
	text-decoration: none;
}

#scrollBox a:hover {
	color: #b4906b;
	text-decoration: none;
}

.top {
	font-size: 10px;
}

.clearme {
	clear: both;
	font-size: 0;
	line-height: 0;
}

#footer {
	height: 20px;
	border: 0;
	background: url(images/footer_bg.gif) no-repeat left;
	margin: 0px 0px 0px 0px;
}

