*{

	margin: 0p;
	padding: 0px;

}

html{

	font-size: 62.5%;

}

body{
	/*background: #b2c6cf url(../_img/bg-tile.jpg) repeat-x;*/
	
	background: #b2c6cf url(../_img/bg-boat.jpg) no-repeat top center;
	color: #fff;
	font: 1.2em/1.4em Arial, Helvetica, sans-serif;

}

.clear{
	clear:both;
}

a img{

	border: 0px;

}

h1, h2, h3, h4, h5, h6{

	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;

}

h1{

	font-size: 1.5em;

}

h2{

	font-size: 1.3em;

}

h3{
	font-size: 1.1em;

}

a{

	color: #090;

}

a:hover{

	color: #060;

}

#container{

	width: 780px;
	margin: 0px auto;
	position:relative;

}

#bgleft{
	width:1000px;
	height:1300px;
	position:absolute;
	top:90px;
	left:-989px;
	background:url(../_img/bg-left.jpg) no-repeat;
}


#bgright{
	width:1000px;
	height:1300px;
	position:absolute;
	top:90px;
	right:-989px;
	background:url(../_img/bg-right.jpg) no-repeat;
}


#header{

	height: 48px;
	margin-left: 30px;
	padding-top: 25px;

}


#nav ul{

	list-style: none;
	margin-left: 11px;
	margin-right: 10px;

}

#nav li{

	float: left;
	
}

#nav li a{

	background: url(../_img/butn-bg.jpg) no-repeat;
	display: block;
	padding: 8px 0px;
	width: 98px;
	text-align: center;
	color: #fff;
	text-decoration: none;

}

#nav li a:hover{

	color: #033;

}

#hero{

	height: 244px;
	background: url(../_img/hero-bg.png) no-repeat;
	clear: both;

}

#image{

	float: left;
	width: 489px;
	height: 244px;
	background: url(../_img/main-img.jpg) no-repeat;
	margin-left: 11px;

}

#strap{

	width: 271px;
	height: 244px;
	float: left;

}

#main{

	background: url(../_img/main-bg.png) repeat-y;
	clear: both;
	color: #354954;

}

#content{

	width: 405px;
	float: left;
	padding: 15px 40px 0px 40px;

}

#sidebar{

	background: #ecf0f1;
	width: 270px;
	padding-top: 10px;
	float: right;
	margin-right: 9px;

}

#sidebar h2{

	border-bottom: 1px solid #d9dfe3;
	padding-bottom: 2px;

}

.badge{
	float:right;
	margin-right:10px;
}


#content h1{

	border-bottom: 1px solid #242424;
	padding-bottom: 2px;

}

#footer{

	height: 93px;
	background: url(../_img/footer-bg.png) no-repeat;
	clear: both;
	padding: 10px 40px;

}

h3.strap{

	float: right;

}

.padding{

	padding: 5px 15px;

}

.floatleft{

	float: left;

}

.floatright{

	float: right;

}

.copyright{

	width: 250px;
	font-size: 0.85em;
	padding-top: 0px;

}

.padding h3{

	margin-top: 20px;

}

.clearer{

	clear: both;

}

.small{

	font-size: 10px;

}

.large{

	font-size: 14px;

}