* {
	margin: 0;
	padding:0;
}

body {
	background:url(images/bgimage.jpg) no-repeat center bottom #d4f1f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	min-height: 650px;
}

h1 {
	width: 580px;
	padding-left: 220px;
	padding-top: 10px;
	font-size: 30px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: #0d5d6d 1px 1px;
	margin: 20px auto;
	background: url(images/helicopter.png) no-repeat;
	height: 105px;
}

#content {
	width: 830px;
	margin: 0 auto;
}

#menu {
	list-style: none;
}

#menu li {
	float: left;
}

#menu li a {
	background: url(images/menub.png) no-repeat;
	width:125px;
	height:25px;
	text-decoration: none;
	color: #708488;
	font-size: 16px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	text-align: center;
	margin-left: 15px;
}

#menu li a:hover {
	background: url(images/menubh.png) no-repeat;
	color: #FFFFFF;
}


#content_l {
	width: 656px;
	float: left;
	color: #021f25;
	margin-top: 40px;
}

#content_l p {
	margin: 5px 0px;
}
#content_l h2 {
	margin: 5px 0px;
}

.ctop {
	background: url(images/ctop.png) no-repeat;
	height: 7px;
}

.cbg {
	background:url(images/cbg.png) repeat-y;
	padding: 15px 20px;
}

.cbot {
	background: url(images/cbot.png) no-repeat;
	height: 7px;
}

#content_r {
	float: right;
	width: 150px;
	margin-top: 40px;
}

#content_r  img {
	margin: 5px 0;
	border: none;
}

#content_r p {
	color: #046275;
	font-weight: bold;
}

.whitet {
	color: #FFF;
}

#footer {
	color: #8db388;
	text-align: center;
	margin: 15px;
}

#lang {
	float: right;
}
#lang img {
	border: none;
}

.clearb {
	clear: both;
}