﻿html {
	margin: 0;
	padding: 0;
}
body {    
    font-size: 14px;   
	background-image: url("img/bg.jpg");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-position: center top;
	font-family: 'Russo One', sans-serif;
	color: #000000;
}
img {
    border: 0 none;
}
#page {
	width: 1280px;
	margin: 0 auto;
	min-height: 1350px;
}
#header {
	width: 1280px;
	height: 206px;
	background-image: url("img/head.jpg");
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 35px;
}
#header #logo {
	display: block;
    height: 76px;
    position: absolute;
    width: 272px;
	left: 78px;
	top: 13px;
}
#header #menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 2px;
	clear: both;
	left: 75px;
}
#header #menu li {
	float: left;
	padding-right: 27px;
	padding-bottom: 15px;
	height: 19px;
	padding-top: 17px;
}
#header #menu li a{
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
#header #menu li a.active{
	text-decoration: underline;
	color: #ec1e22;
}
#header #menu li a:hover{
	text-decoration: underline;
	color: #ec1e22;
}
#header #menu li.sep {
	background-image: url("img/separator.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header #menu li.sep1 {
	padding-right: 35px;
}
#header #menu li.sep2 {
	padding-left: 24px;
}
#header #menu li.sep3 {
	padding-left: 15px;
	padding-right: 30px;
}
#header #menu li.sep4 {
	padding-left: 18px;
	padding-right: 30px;
}
#header #menu li.sep5 {
	padding-left: 25px;
	padding-right: 33px;
}
#header #menu li.sep6 {
	padding-left: 25px;
	padding-right: 33px;
}
#header #menu li.sep7 {
	position: relative;
	width: 383px;
	display: block;
}
#header #menu li.sep7 input {
	border: 0;
	background-image: url('img/search.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 161px;
	height: 29px;
	margin: 0;
	padding:0;
	position: absolute;
	right:0;
	top: 10px;
	padding-left: 25px;
	padding-right: 30px;
	padding-top: 0;
}
#content {
	background-color: #fff;
	min-height: 200px;
    width: 100%;
	opacity: 0.69;
	filter:alpha(opacity=69);
}
#content h1 {
	color: #000;
    font-family: "Noto Serif",serif;
    font-size: 36px;
    font-weight: bold;
    padding: 3px 15px 5px;
	margin: 0 0 23px 225px;
}
#left {
	padding-left: 15px;
	width: 225px;
	float: left;
}
#content  #left ul{
	margin:0;
	padding:0;
	list-style: none;
}
#content  #left ul li {
	margin-bottom: 8.5px;
}
#content  #left ul li a {
	color: #000;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#content  #left ul li a.active {
	text-decoration: underline;
	color: #ec1e22;
}
#content  #left ul li a:hover {
	text-decoration: underline;
	color: #ec1e22;
}
#center {
	font-family: "Noto Serif",serif;
	font-weight: normal;
	font-size: 14px;
	margin-left: 240px;
	margin-right: 290px;
	min-height: 350px;
	overflow: auto;
	max-height: 900px;
}
#center  p {
	padding:0;
	margin-top: 0;	
	line-height: 16px;
}
#center  ul {
	margin: -15px 0 0;
    padding: 0 0 0 15px;
	font-size: 10px;
	list-style-type: square;
	margin-bottom: 14px;
}
#center  ul li{
	font-size: 14px;
}
#right{
	padding-left: 50px;
	width: 240px;
	float: right;
	font-family: "Noto Serif",serif;
	line-height: 17px;
}
#right h2 {
	margin: 0 0 5px 0;
	font-size: 24px;
	font-weight: bold;
}
#footer {
	font-family: "Noto Serif",serif;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	padding-left: 240px;
	padding-bottom: 15px;
	padding-top: 60px;
}
#toweb {
	display: block;
    height: 1100px;
    width: 100%;
}
.bgcover {
	background-size: cover;
}
.bg2200 {
	background-size: 2300px auto;
}
@media screen and (max-width:1281px){
	body {		
		background-size: 2560px;
	}
}
@media screen and (min-width:1794px){
	body {		
		background-size: cover;
	}
}
#searchBoxLabel {
	font-family: 'Russo One', sans-serif;
    color: #CCCCCC;
    text-align:center;
    vertical-align:top;
	font-style:italic;
}
#searchBoxText {
	font-family: 'Russo One', sans-serif;
    color: black;
    text-align:left;
    vertical-align:top;
    font-style:normal;
}