body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	line-height: 140%;
}
a, a:visited, a:active, a:hover {
	color: #ACA794;
}
h1, h2, h3, h4 {
	color: #ACA794;
}
h1 {
	font-size: 40px;
	letter-spacing: -1px;
	margin-bottom: 12px;
}

	
h3 {
	margin-top: 20px;
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 8px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
}
h4.title_subtext {
	margin-top: 12px;
}
.clear {
	clear: both;
}
#top {
	background-image: url(../gui/bg-top.png);
	height: 20px;
	margin-bottom: 10px;
}
#page {
	width: 760px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 10px;
}
#content {
	width: 562px;
	background-image: url(../gui/bg-left.png);
	background-repeat: repeat-y;
}
#content .headliner {
	margin-bottom: 20px;
}
#content p {
	margin: 12px 0px;
}
#content ul {
	padding: 0px;
	margin: 12px 0px;
	margin-left: 20px;
	list-style: none;
	list-style-image: url(../gui/bullet.png);
}
#content_main {
	padding: 12px;
}
#content_top {
	background-image: url(../gui/bg-left-top.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 10px;
}
#content_bottom {
	background-image: url(../gui/bg-left-bottom.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 13px;
}
#nav_right {
	position: absolute;
	left: 568px;
	top: 0px;
	width: 210px;
	height: 415px;
}

