.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}


.nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #444;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #132585;
	font-weight: bolder;
}



/* -- page structure */

BODY {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#PAGE_WRAP {
	width: 900px;
	height: 635px;
	background-color: #fff;
	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 50px #ede7da;
	border-left: solid 50px #ede7da;
	border-right: solid 50px #ede7da;
}

#HEADER {
	width: 900px;
	height: 134px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 5px #5193D2;
}

#MENU {
	width: 900px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	background-color: #a48645;
	line-height: 21px;
	vertical-align: middle;	
}

	#MENU a {
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 11px;
		line-height: 21px;
		width: 16.667%;
		display: block;
		float: left;
		text-align: center;
	}
	
	#MENU a:hover {
		text-decoration: underline;
		
	}

#MIDDLE {
	width: 900px;
	margin: 0px;
	height: 405px;
	border-bottom: solid 14px #a48645;
}

	#LEFT_IMAGE {
		width: 263px;
		height: 405px;
		float: left;
		margin: 0px;
		padding: 0px;
	}
	
	#CONTENT {
		width: 617px;
		height: 360px;
		float: right;
		margin: 0px;
		padding: 10px;
		padding-top: 35px;
	}
		.content_text { float: left; width: 490px; height: 270px; }
		.text_heading { padding-left: 15px; }
		.text_left { width: 180px; float: left; padding-left: 40px; }
		.text_right { width: 180px; float: right; padding-right: 40px; }
		.content_right_images { float: right; width: 126px; }
		.content_bottom_images { float: left; width: 490px; }

#FOOTER { 
	height: 31px;
	width: 880px;
	padding: 10px;
	border-top: solid 5px #5193D2;
	background-color: #ede7da
}

/* --- Basic CSS hacks/fixes, etc. */

.CLEAR { clear: both; overflow: hidden; height: 0px; _height: 1px; }
A IMG { border: 0px; } /* REMOVE ALL BORDERS FROM LINK IMAGES IN FIREFOX */
IMG { _margin-bottom: -4px; }
