@font-face {
	font-family: 'OpenSans-Light-webfont';
	src: url('../fonts/OpenSans-Light-webfont.eot?v=4.0.3');
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff?v=4.0.3') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
}
@font-face {
	font-family: 'opensans-condbold';
	src: url('../fonts/opensans-condbold.eot?v=4.0.3');
	src: url('../fonts/opensans-condbold.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/opensans-condbold.woff?v=4.0.3') format('woff'), url('../fonts/opensans-condbold.ttf?v=4.0.3') format('truetype'), url('../fonts/opensans-condbold.svg?v=4.0.3#fontawesomeregular') format('svg');
}
*, html {
	margin: 0;
	padding: 0;
}
h1 {
	font-weight: normal;
	display: block;
	vertical-align: middle;
}
body {
	font: normal 18px/32px 'OpenSans-Light-webfont', sans-serif;
	color: #000;
	background-color: #fee8db;
}
img {
	border: 0px;
	outline: none;
	max-width: 100%;
	width: auto;
	height: auto;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
ul, li {
	list-style: none;
}
.main {
	max-width: 1000px;
	margin: auto;
	clear: both;
}
.header {
	text-align: center;
	margin: 20px 0;
}
#banner {
	overflow: hidden;
	clear: both;
	padding: 0px 0px 200px 0px;
}
#banner h1 {
	top: 0;
}
#banner h2 {
	top: 40px;
}
.number {
	text-align: center;
	padding: 30px 0;
}
address {
	background: #181B1E;
	display: block;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
.informer {
	clear: both;
	text-align: center;
	height: 150px;
}
.informer h2 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color: #a10706;
	padding: 0px;
	margin: 0px;
}
.informer h3 {
	clear: both;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	line-height: 21px;
}
.informer p {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}
.informer p a {
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #57aee5;
	text-decoration: underline;
}
.listed {
	clear: both;
	width: 280px;
	overflow: hidden;
	margin: auto;
	padding: 0px 0px 20px 0px;
}
.listed h3 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.listed ul {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.listed ul li {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 29px;
}
.left {
	width: 160px;
	float: left;
	font-weight: bold;
}
.right {
	float: right;
}



#banner {
  display: table;
  text-align: center; width:100%;
}

#banner h1 {
  padding-top:25%;
}
address {
	background:#181B1E;
	display:block;
	font-size:12px;
	font-style:normal;
	text-align:center;
	color:#fff;
	padding:10px 0;
}