.indexbg {
	background-image: url(/assets/index_bg.jpg);
	background-repeat: no-repeat;
	height: 505px;
}
.pagetextreg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #b7a98d;
	line-height: 20px;
}
.indexquotetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #adadad;
	font-style: italic;
}
.sig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.contentbg {
	background-image: url(/assets/content_bg.jpg);
	background-repeat: no-repeat;
	height: 583px;
}
.contentbgstretch {
	background-image: url(/assets/content_bg_stretch.jpg);
	background-repeat: repeat-y;
}

a:link {
	color: #b7a98d;
	text-decoration: underline;
}
a:visited {
	color: #b7a98d;
	text-decoration: underline;
}
a:hover {
	color: #b7a98d;
	text-decoration: none;
}
