@charset "utf-8";
/* CSS Document */

body {
	background: #878694 url(../images/bg.png) repeat bottom fixed;
	padding: 30px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5 { color: #131b31; }
h1 {font-size: 26px;}
h2 {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 14px;}
h5 {font-size: 10px;}

img { border: none; }

#logo {
	width: 1200px;
	margin: auto;
	height: 70px;
}

#container {
	width: 1200px;
	margin: auto;
	background: #fff;
	padding: 15px 0 15px 0;
}

#header { 
	margin: auto;
	height: 260px;
	width: 1150px;
}
#header img {
	width: 100%;
	height: 100%;
}

#menu {
	background: #7dbde0 url(../images/menu.png);
	height: 50px;
	width: 1150px;
	margin: auto;
}

#menu ul { list-style: none; margin: 0 0 0 40px; }
#menu li { float: left; font-weight: bold; margin: 0 65px 0 0;}
#menu li:first-child {
    margin-left: -30px;
}  
#menu li:last-child {
    margin-right: -30px;
}  
#menu li a { color: #fff; text-transform: uppercase; text-decoration: none; display: block; padding: 15px 0px 19px 0px;}

#content {
	background: #ffffff;
	width: 1150px;
	margin: auto;
	color: #010d2e;	
}

#content_split {
	height: 600px;
}

#content_left {
	float: left;
	width: 50%;
}

#content_right {
	float: right;
	width: 50%;
}
	
#content:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#footer { 
	background: url(../images/light.png) center top no-repeat;
	width: 1200px;
	height: 80px;
	margin: auto;
	position: relative;
}

.footerlink {
    width: 360px;
    position: absolute;
    top: 10px;
    right: 0px;
}
