body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	background-image: url(/images/background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#horizontal_wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#center_wrap {
	visibility: visible;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 350px;
	margin-left: -175px; /* half width */
	height: 210px;
	overflow: auto;
	text-align: center;
}
#card {
	height: 200px;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: 5px solid #0099CC;
	font-family: Verdana;
	font-size: 11px;
}
.content {
	padding: 10px;
	text-align: left;
}
hr {
	border: 1px solid #ddd;
}
h3 {
	margin: 20px 0 20px 0;
	font-size: 12px;
}
div.contact {
	float: left;
	padding-right: 40px;
}
div.type {
	color: #0099CC;
	font-weight: bold;
	width: 35px;
	float: left;
}
address {
	float: left;
	font-style: normal;
}
#navigation {
	text-align: right;
}