body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	background: #333;
	color: #333;
}
body, div, h1 {
	font-family: Arial, Tahoma, Sans-Serif;
}
table, img {
	border: none;
}
a {
	color: #4cc1d9;
	text-decoration: none;
}
a:hover {
	color: #63d94c;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.1;
	font-weight: normal;
	color: #000;
}
.left_side {
	width: 50%;
	background-image: url('/images/left_side_bg.png');
	background-repeat: y;
	background-position: top right;
}
.right_side {
	width: 50%;
	background-image: url('/images/right_side_bg.png');
	background-repeat: y;
	background-position: top left;
}
.page {
	width: 600px;
	background: #fff;
}
.header {
	width: 600px;
	height: 450px;
	background-image: url('/images/header_bg.jpg');
}
.logo {
	margin: 30px 0 0 20px;
	width: 189px;
	height: 78px;
}
.content {
	padding: 0 10px;
}
.text {
	text-align: justify;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 10px;
}
.footer {
	padding: 10px 10px 130px 10px;
	font-size: 11px;
	line-height: 1.2;
	background: #f5f5f5;
	color: #999;
}
.footer a {
	color: #999;
}
.footer a:hover {
	text-decoration: underline;
	color: #63d94c;
}
.map {
	padding: 4px;
	border: 1px solid #eee;
}
.photo {
	margin: 0 10px 10px 0;
	padding: 4px;
	float: left;
	border: 1px solid #eee;
}