body {
	background-color: #C8C8C8;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	font-family: arial;
}

header p{
	color: #5a5a5a;
	line-height: 1.5;
	width:805px;
	text-align: justify
}

img {
	vertical-align: top;
}

.clear{
	clear:both;
}

.container{
	width: 1002px;
	background-image:url('../images/bg_image.jpg');
	background-repeat:no-repeat;
	background-size: 100%;
	position:relative;
	margin:auto;
	background-color: #fff;
}

.inner{
	position: middle;
	padding-top: 260px;
	margin-left: 120px;
	margin-right: 20px;
}

.btn_download{
	position: absolute;
    right: 76px;
    top: 620px;
}

h2 {
	margin-top: 0;
	font-size: 21px;
	color:#b25900;
}
nav {
	text-align: right;
    margin-right: 57px;
    margin-top: 30px;
    border-bottom: 1px solid #6391b5;
}

nav a{
	
	display:inline-block;
	width: 107px;
	height:38px;
	position:relative;
	text-align: center;
	background-color: #d4d4d4;
	font-weight: bold;
	color:#6391b5;
	padding-top: 10px;
	box-sizing: border-box;
	vertical-align: top;
	text-decoration: none;
	margin: none;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff
}

nav a.active{
	background-color: #6391b5;
	color:#fff;
}


nav a.active:after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 17px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    right: 6px;
}


nav a:nth-child(n + 7){
	width:132px;
	font-size: 13px;
	padding-top: 4px
}


h1 {
	font-size: 20px;
    margin-top: 18px;
    color:#6391b5;
}

footer {
	position: relative;
    margin-top: 50px;
    background-color:#fff;
}

footer .logo img{
	margin-left: 27px;
	padding-bottom: 12px;
}

h3 {
	font-size: 15px;
    color:#6391b5;
    margin-bottom: 11px;
    margin-top: 0;
}

.note{
	font-style: italic;
	color: #5a5a5a;
}

.btn_top{
	position:absolute;
	right:60px;
}