@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

a{
	border:none;
}

#container {
	background: #FFFFFF;
	width: 1300px;
	overflow: auto;
	position: relative;
	margin: 0 auto;
}

#menu {
	position: relative;
	float: left;
	width: 220px;
	margin-left: 25px;
	background-color: transparent;
	font-family: "Open Sans";
	font-size: 14px;
	color: #CECCC0;
	padding-top: 15px;
}

#menu h1 {
	font-family: "Open Sans";
	font-size: 13px;
	color: #000;
	font-weight: 800;
}

#menu h2 {
	font-family: "Open Sans";
	font-size: 10px;
	font-weight: normal;
	line-height: 1.75;
}

#menu h3 {
	font-family: "Open Sans";
	font-size: 11px;
	font-weight: normal;
	line-height: 1.75;
	color: #000;
}

#menu h4 {
	font-family: "Open Sans";
	font-size: 18px;
	color: #000;
	font-weight: 800;
}

#banner {
	background-color: #FFF;
	width: 900px;
	height: 120px;
	margin-right: 50px;
	float: right;
}

#banner h1 {
	font-family: "Open Sans";
	color: #CECCC0;
	padding-left: 20px;
	font-size: 14px;
	font-weight: normal;
}

#banner p {
	font-family: "Open Sans";
	color: #000000;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 20px;
	font-weight: bold;
}

#main_body {
	width: 900px;
	margin-right: 50px;
	padding-bottom: 150px;
	float: right;
}

#main_body h1 {
	font-family: "Open Sans";
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}

#main_body h2 {
	font-family: "Open Sans";
	font-size: 12px;
	color: #000000;
}

#main_body h3 {
	font-family: "Open Sans";
	color: #000000;
	font-size: 20px;
	font-weight: 720;
}

#main_body h4 {
	font-family: "Open Sans";
	color: #000000;
	font-size: 52px;
	font-weight: 800;
}

#main_body p {
	font-family: "Open Sans";
	font-size: 11px;
	color: #000000;
}

#footer {
	font-family: "Open Sans";
	font-size: 11px;
	color: #CECCC0;
	position: absolute;
	bottom: 0px;
	padding-bottom: 20px;
}

#title_body {
	width: 1000px;
	margin-right: 50px;
	padding-bottom: 50px;
	float: right;
}

#title {
	margin-right: 250px;
	width: 1000px;
	float: right;
	position: absolute;
	z-index: 10;
	top: 285px;
	left: 330px;
}

#title h1 {
	font-family: "Open Sans";
	font-size: 72px;
	color: #ffffff;
	font-weight: bold;
}

#title h2 {
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: normal;
	color: #000;
	font-weight: bold;
}

#title_body h1 {
	font-family: "Open Sans";
	font-size: 60px;
	color: #000;
	font-weight: 800;
}

#title_body h2 {
	font-family: "Open Sans";
	font-size: 36px;
	color: #CECCC0;
	font-weight: 800;
}

#title_body h3 {
	font-family: "Open Sans";
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

#title_body p {
	font-family: "Open Sans";
	font-size: 14px;
	color: #000;

#title p {
	font-family: "Open Sans";
	font-size: 14px;
	color: #ffffff;
}

hr {
	width: 90%;
}

#title_body .btn {
	font-family: "Open Sans";
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
	border: none;
	position: absolute;
	padding: 12px 24px;
	top: 120px;
	left: 250px;
	cursor: pointer;
}