#body {
	margin: 0 auto;
	display: block;
	background-color: #374631;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 30px;
	font-weight: bold;
}
hr {
	height: 30px;
	border-color: transparent;
}
.header { 
	width: 100%;
	height: 110px;
	position: fixed;
	opacity: 0.9;
	text-align: center;
	margin: 0 auto;
	z-index: 9999;
	background: url('../img/bg_rep.png') 0px 0px #EBEBEB;
	-webkit-box-shadow: 2px 19px 28px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 2px 19px 28px 0px rgba(0,0,0,0.32);
	box-shadow: 2px 19px 28px 0px rgba(0,0,0,0.32);
}
.clearfix {
	width: 100%;
	position:relative;
}
.carousel {
	width: 80%;
	height: 250px;
	position: relative;
	margin: 0 auto;
	top: 140px;
}
.menu_button {
	display: inline;
	font-size: 22px;
	color: #464646;
}
.menu_button a {
	display: inline;
	margin-right: 20px;
	font-size: 22px;
	color: #464646;
}
.menu_button a:hover {
	display: inline;
	font-size: 22px;
	color: #464646;
	border-bottom: 1px solid;
	border-bottom-width: 3px;
	border-bottom-color: #db4d4d;
	text-decoration: none;
}
.menu_button a:active {
	display: inline;
	font-size: 22px;
	color: #464646;
	border-bottom: 1px solid;
	border-bottom-width: 3px;
	border-bottom-color: #B80000;
	text-decoration: none;
}
.menu_button a:link {
	display: inline;
	font-size: 22px;
	color: #464646;
	text-decoration: none;
}
.active a {
	display: inline;
	font-size: 22px;
	color: #464646;
	border-bottom: 1px solid;
	border-bottom-width: 3px;
	border-bottom-color: #B80000;
	text-decoration: none;
}
.menu {
	margin: 0 auto;
	display: inline;
	padding: 10px;
	top: 35%;
	position: relative;
}
li {
	padding-top: 5px;
	list-style-type: circle;
}
.main_body {
	position: relative;
	width: 80%;
	min-height: 600px;
	margin: 0 auto;
	top: 170px;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-top: 35px;
	margin-bottom: -100px;
	background: url('../img/bg_rep.png') 0px 0px #EBEBEB;
}
.footer {
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
	background: url('../img/bg_rep.png') 0px 0px #EBEBEB;
	top: 300px;
}
.footer_text {
	top: 30%;
	position: relative;
}
.footer_text a {
	text-decoration: none;
	color: #464646;
}
.footer_text a:link {
	text-decoration: none;
}
.footer_text a:hover {
	text-decoration: none;
	color: #767676;
}
.footer_text a:visited {
	text-decoration: none;
}
.footer_text a:active {
	text-decoration: none;
}

