body {
	margin: 0;
	background: #bcb9b2;
	font-size: 14px;
	color: #000000;
}

/** editor styles follow **/

.titles {
	font-size: 24px;
	color: #c8af1f;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.subheadings {
	color: #ffffff;
}

/** end editor styles **/

#master {
}

	#container {
		width: 956px;
	}

		#header {
			width: 956px;
			height: 159px;
			background-image: url('images/headerbg.jpg');
	         }

		#navBox {
	         	width: 956px;
	                min-height: 97px;
			background-image: url('images/navbg.jpg');
			background-repeat: no-repeat;
			background-color: #1e1c17;
		}

			#nav {
				padding: 12px 30px 12px 160px;
				text-align: left;
	         		font-family: Times New Roman, serif;
	         		font-size: 20px;
	         		line-height: 34px;
	         		color: white;
	         	}

	         	#nav a {
	         		text-decoration: none;
	         		color: white;
	         	}

		#content {
			width: 956px;
			min-height: 550px;
			background-image: url('images/contentbg.gif');
			background-repeat: repeat-y;
		}

			#contentPadd {
				padding: 6px 12px 6px 12px;
				text-align: left;
			}

		#bottomNav {
			width: 956px;
			height: 56px;
			background-color: #1e1c17;
		}