body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #bacca8;
	overflow-x: hidden;
}	body .u {
		text-decoration: underline;
	}
	body ul, body ol, body dl {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	body abbr, body acronym {
		cursor: default;
		border: none;
	}

#container {
	width: 900px;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
}

#contact_row {
	height: 95px;
	background-color: #ebebed;
	background-image: url(../images/contact_row_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
}	#contact_row h1 {
		width: 230px;
		float: right;
		color: #000000;
		font-size: 20px;
		line-height: 25px;
		font-weight: normal;
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 12px 20px 0px 0px;
	}
	#contact_row h2 {
		width: 230px;
		float: right;
		clear: right;
		color: #000000;
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 3px 20px 0px 0px;
	}
	#contact_row .address {
		padding: 26px 0px 0px 20px;
	}
	#contact_row .address,
	#contact_row .address a {
		color: #000000;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		font-family: Georgia, "Times New Roman", Times, serif;
	}	#contact_row .address strong {
			font-size: 12px;
		}
	#contact_row img {
		position: absolute;
		top: 47px; left: 184px;
	}

#menu {
	height: 34px;
	text-align: center;
	background-color: #6e3f2c;
	background-image: url(../images/menu_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #8c766e;
	broder-bottom: 1px solid #583221;
}	#menu a:link,
	#menu a:visited {
		height: 34px;
		float: left;
		display: block;
		color: #ffffff;
		font-size: 15px;
		font-style: italic;
		line-height: 28px;
		text-decoration: none;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
	}
	#menu a:hover {
		background-color: #464a5a;
		background-image: url(../images/menu_bg_hover.jpg);
		background-position: top left;
		background-repeat: repeat-x;
	}
	#menu a.on,
	#menu a:active {
		background-color: #393c49;
		background-image: url(../images/menu_bg_on.jpg);
		background-position: top left;
		background-repeat: repeat-x;
	}
	#menu img {
		width: 2px;
		height: 34px;
		float: left;
	}

#header {
	height: 283px;
	background-color: #4a573c;
	background-image: url(../images/header_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}	#header img {
		width: 531px;
		height: 283px;
	}
	#header div {
		float: right;
		clear: right;
		width: 349px;
		color: #eeeeee;
		font-size: 16px;
		text-align: justify;
		text-shadow: #000000 2px 2px 2px;
		font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
		padding: 10px 10px 0px 10px;
	}
	#header span {
		float: right;
		clear: right;
		color: #ffffff;
		font-size: 16px;
		font-style: italic;
		font-weight: bold;
		text-shadow: #000000 2px 2px 2px;
		font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
		margin: 2px 20px 4px 0px;
	}

#content {
	color: #444444;
	font-size: 14px;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 50px;
	background-color: #ffffff;
	background-image: url(../images/content_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #acb5a3;
	border-bottom: 1px solid #cfcfcf;
	padding: 33px 33px 33px 33px;
}	#content.shadowed {
		background-image: url(../images/content_bg_shadowed.jpg);	!important
	}
	#content a:link {
		color: #6c3d29;
		text-decoration: none;
		border-bottom: 1px dotted #8a5e51;
	}
	#content a:hover, #content a:active {
		color: #758dce;
		text-decoration: none;
		border-bottom: 1px solid #758dce;
	}
	#content a:visited {
		color: #ae948a;
		text-decoration: none;
		border-bottom: none;
	}
	#content a:visited:hover {
		color: #ae948a;
		text-decoration: none;
		border-bottom: none;
	}
	#content h1 {
		color: #000000;
		font-size: 25px;
		line-height: 25px;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-top: 0px;
	}
	#content h2 {
		color: #888888;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-top: -16px;
	}

#footer {
	height: 113px;
	color: #465834;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #bacca7;
	background-image: url(../images/footer_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 23px 30px 0px 30px;
}