/* CSS Document */

h1 {
	padding: 7px;
	width: auto;
	text-align: right;
	height: auto;
	background-color: #B6A589;
	background-image: url(../images/backgrounds/bground_titles.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: "Arial Narrow";
	font-size: 19px;
	font-style: normal;
	color: #45372A;
	text-decoration: none;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
}
h2 {
	text-align: left;
	display: block;
	font-family: "Arial Narrow";
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding-left: 3px;
	background-image: url(../images/bullets/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 8pt;
}
h3 {

	padding: 0px;
	font-family: "Arial Narrow";
	font-size: 19px;
	font-style: normal;
	color: #45372A;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #45372A;
	line-height: normal;
	font-weight: bold;
	margin: 0px 0px 10px;
}
h4 {
	padding: 0px;
	font-family: "Arial Narrow";
	font-size: 14px;
	font-style: normal;
	color: #45372A;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: normal;
	font-weight: bold;
	margin: 0px 0px 0px 2px;
	float: left;
	width: 300px;
}
