body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow-x: hidden;
}	body .u {
		text-decoration: underline;
	}
	body ul, body ol, body dl {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	body abbr, body acronym {
		font-weight: bold;
	}

#container {
	width: 100%;
}

#contact_row {
	height: 78px;
}	#contact_row h1 {
		width: 230px;
		float: right;
		color: #888888;
		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: #888888;
		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 {
		margin: 26px 0px 0px 20px;
	}
	#contact_row .address,
	#contact_row .address a {
		color: #888888;
		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 {
		display: none;
	}

#menu,
#header {
	display: none;
}

#content {
	min-height: 50px;
	border-top: 1px solid #acb5a3;
	border-bottom: 1px solid #cfcfcf;
	padding: 33px 33px 33px 33px;
}	#content,
	#content a:link,
	#content a:visited  {
		color: #000000;
		font-size: 14px;
		line-height: 18px;
		text-decoration: none;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#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: #888888;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 30px 0px 30px;
}	#footer #copyright {
		float: right;
		text-align: right;
	}