/*All pages*/
html, body {
	box-sizing: border-box;
	height:100%;
	font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}

* {
	box-sizing: border-box;
}
h1{
	height: 50px;
	font-size: 32px;
	border-bottom: 2px solid #cccccc;
	color: #4aaaa5;
	font-family: 'Georgia', Times, Times New Roman, serif;
	margin-bottom: 30px;
}

h2{
	height: 40px;
	font-size: 22px;
	border-bottom: 2px solid #cccccc;
	color: #4aaaa5;
	font-family: 'Georgia', Times, Times New Roman, serif;
	margin-bottom:20px;
}

h3{
	color: gray;
	font-size:18px;
	line-height:22px;
	margin:20px 0px 10px 0px;
	}

header{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100px;
	color: #fff;
	border-bottom: 2px solid #cccccc;
	background-color:#fff;
	z-index: 1000;
}

#header_inner{
	width:960px;
	margin:0px auto;
	display:block;
	height:100px;
	z-index: 5000000;
}

footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height:80px;
	padding: 30px 0 0 0;
	background-color: #666666;
	border-top:5px solid #4aaaa5;
	text-align: center;
	color: #bfbfbf;
	z-index:100000;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

#name{
	width:auto;
	float:left;
	font-size:25px;
	background-color: #4aaaa5;
	height:100%;
	padding: 35px 20px 20px 20px;
	font-family: 'Georgia', Times, Times New Roman, serif;
}

#name a{
	color: #fff;
	text-decoration: none;
}

#right_nav{
	float:right;
	padding: 5px 0 0 0;
}

#right_nav ul{
	list-style-type: none;
	padding-top:40px;
}

#right_nav li{
	width: 90px;
	text-align:center;
	display: inline-block;
	border-right: 1px solid gray;
}

#right_nav > ul > li:nth-child(3){
	border-right: none;
}

#right_nav a{
	text-decoration: none;
	color: #adadad;
}

#main_content{
	height:100%;
	display: block;
	overflow: auto;
	width:100%;
	padding: 160px 90px 120px 90px;
	background-image: url("../images/natural_paper.png");
	background-repeat: repeat;
	background-attachment:fixed;
}

#inner_container{
	width: 960px;
	margin: 0px auto;
	display: block;
	height: auto;
	min-height:250px;
}

#left_content{
	margin: 0px 20px 20px 0px;
	width: 650px;
	float:left;
	padding:30px;
	background-color:#fff;
	border: 1px solid #dddddd;
}

#left_content p{
	color:gray;
	margin:0px 0px 20px 0px;
}

#left_content img{
	float:left;
	/*clear:both;*/
	display: block;
	margin: 0px 20px 20px 0px;
	z-index:100;
	position: relative;
}

#left_content ul{
	list-style-type: none;
}

#left_content li{
	display: inline-block;
	float: left;
	margin: 0px 20px 20px 0px;
	width:274px;
	height:250px;
	background-color:gray;
	position:relative;
	overflow: hidden;
}

.caption{
	width: 275px;
	height: 60px;
	text-align: center;
	padding:20px;
	background-color: #4aaaa5;
	margin-top:150px;
	color: #fff;
	z-index:250;
	position:absolute;
	}

#left_content input, #left_content textarea{
	width:100%;
}

#left_content > form > input.submit{
	width: 80px;
}

#left_content textarea{
	height:250px;
	border: 1px solid #cccccc;
}

#connect{
	width: 270px;
	height:200px;
	float:left;
	padding:30px;
	background-color:#fff;
	border: 1px solid #dddddd;
}

#connect a img{
	width:65px;
	height:65px;
}

#connect > a:nth-child(4) > img{
	padding:3px;
}

input{
	color:#adadad;
	font-size:18px;
	line-height:28px;
	padding:2px 8px 2px 8px;
}
