html, body {
	padding: 0;
	margin: 0;
	background: #fff url('/img/bg.png') repeat-x;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #555;
}
.break {
	clear: both;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
pre {
	margin: 10px 0 20px 0;
	font-weight: bold;
	text-align: center;
	color: #000;
}
em {
	font-style: normal;
	color: #f60;
}
table {
	width: 100%;
}
th, td {
	line-height: 30px;
	border: 1px solid #ddd;
	text-align: center;
}
ul.h2 li {
	font-size: 14px;
	line-height: 35px;
}

#header {
	width: 1000px;
	height: 117px;
	margin: 0 auto;
	padding: 0;
	background: #fff url('/img/top_bg.png') repeat-x;
}
#header form {
	float: left;
	margin: 0 0 0 630px;
	padding: 15px 0 0 0;
}
#header input.search {
	float: left;
	width: 119px;
	height: 25px;
	margin: 0 0 0 40px;
	padding: 0 5px 0 5px;
	background: url('/img/input_search_text.png') no-repeat;
	color: #7b8faa;
	border: 0;
}
#header input.submit {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: url('/img/input_search_submit.png') no-repeat;
	border: 0;
	cursor: pointer;
}
#header span {
	float: left;
	margin: 0 0 0 10px;
	padding: 19px 0 0 0;
}
#header a {
	text-decoration: none;
	color: #7b8faa;
}
#header img {
	vertical-align: middle;
}

#main_page {
	width: 1000px;
	margin: 0 auto;
	width: 960px;
	padding: 0 20px 0 20px;
}
#slogan {
	padding: 40px 130px 20px 60px;
	font-size: 24px;
	text-align: left;
}
#slogan img {
	float: left;
	width: 225px;
	margin: 0 30px 0 0;
	vertical-align: middle;
}
#slogan u {
	font-size: 28px;
	line-height: 60px;
}
#footer {
	height: 3px;
	margin: 10px 0 0 0;
	padding: 23px 0 30px 30px;
	background: url('/img/bottom_bg.png') repeat-x;
}
.box_services {
	float: left;
	width: 230px;
	margin: 0 5px 0 5px;
	background: url('/img/box_services_bg.png') repeat-y;
}
.box_services p {
	padding: 0 15px 0 15px;
	margin: 10px 0 10px 0;
	line-height: 20px;
	text-align: justify;
}
.box_services a {
	font-weight: bold;
}
