/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-attachment:fixed;
	margin: 0px;
	background-color: #053766;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
}
.narrow {
	line-height: 18px;
}
#main {
	position:relative;
	width:1067px;
	z-index:1;
	margin: 0 auto;
	background-image: url(../images/layer_bg.png);
}
#logo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 564px;
	top: 14px;
}
#nav {
	position:absolute;
	width:535px;
	height:37px;
	z-index:20;
	left: 84px;
	top: 146px;
}
#content_container_home {
	position:relative;
	width:887px;
	z-index:3;
	padding-top: 230px;
}
#content_container {
	position:relative;
	width:887px;
	z-index:1;
    padding-top:200px;
}

#content {
	position:relative;
	width:100%;
	z-index:1;
	min-height:500px;
	padding-left: 88px;
	padding-right: 88px;
}
#footer {
	position:relative;
	height:1px;
	z-index:1;
	width: 1025px;
}
#footer_content {
	position:absolute;
	width:1025px;
	height:55px;
	z-index:1;
	left: 0px;
	top: 1px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
	color:#91CBE6;
}
p {
	margin: 0px;
	line-height: 24px;
}
#top {
	position:absolute;
	width:444px;
	height:29px;
	z-index:20;
	left: 88px;
	top: 5px;
}
a.link {
	color:#FFF;
}
#pics_right {
	position:absolute;
	width:384px;
	height:670px;
	z-index:20;
	left: 583px;
	top: -2px;
}
#services_flags {
	position:absolute;
	width:140px;
	height:28px;
	z-index:20;
	left: 405px;
	top: 609px;
}
#linkhome {
	position:absolute;
	width:400px;
	height:114px;
	z-index:22;
	left: 564px;
	top: 25px;
}
#partner {
	float: right;
	text-align:center;
}