html {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg3.png);
	background-repeat: repeat-x;
	background-position: top;
}
.disabled_menu {
	text-indent:-9999px;
	position: absolute;
	z-index: -9999;
}
.wrapper {
	padding: 0px;
	width: 870px;
	height:auto;
	margin-top: -8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
}
.wrapper_bg {
	width: 870px;
	background-color: #fcfcfc;
	border: 1px solid #e9e9e9;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
}
.top {
	width: 870px;
	height: 635px;
	float:left;
	padding:0px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top: -18px;
	margin-bottom: 0px;
}
.menu {
	height: 87px;
	float:left;
	width: 900px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin-top: 181px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu ul li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}
.menu a {
	color:#fff
}
.menu a:link, a:visited, a:active {
	color: #fff;
	text-decoration:none
}
.menu a:hover {
	color: #fff;
	text-decoration:underline;
}
.title {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	width: 750px;
	color: #FFF;
	margin-top: 591px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.content {
	width: 767px;
	background-color: #f7f7f7;
	border: 1px solid #efefef;
	margin-top: 18px;
	margin-right: 25px;
	margin-bottom: 18px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	clear: both;
	color: #5e5e5e;
}
.content a {
	color:#ca2800
}
.content a:hover {
	text-decoration:none;
}
.footer {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 40px;
	color: #8a8a8a;
}

.footer a {
	color:#8a8a8a
}
.footer a:hover {
	text-decoration:none;
}
p {
	margin:0px;
	padding:0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	line-height:28px;
}
