body{
	margin: 0px;
	padding: 0px;
	background: url('../images/bg.jpg');
	font-family: 'Lucida Grande','Lucida Sans Unicode',Serif;
	overflow: auto;
}
input, button, select, textarea{
	_zoom:1;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Serif;
	font-size: 11px;
}
a {
	border: 0px;
}
a img{
	border: 0px;
}
#container{
	position:absolute;
	width: 913px;
	margin-left: -456px;
	left: 50%;
	margin-top: 25px;
}

#header{
	height: 83px;
	background: url('../images/header.jpg');
	width: 100%;
	float: left;
	clear: both;
}
#header span {
	position: relative;
	top: 67px;
	left: 10px;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

#fotoheader{
	display: block;
	width: 100%;
	height: 158px;
	background: url('../images/fotoheader1.jpg');
	float: left;
	clear: both;
}
#fotoheader p{
	padding: 10px;
	padding-top: 40px;
	color: #dcffb6;
	width: 200px;
	font-size: 12px;
}

#content{
	background: url('../images/mainbg.jpg');
	border-top: 4px solid #d0a958;
	border-bottom: 4px solid #d0a958;
	display: block;
	float: left;
}
#left{
	width: 220px;
	float: left;
}
#left a{
	text-decoration: none;
}
#right form,
#left form{
	padding-left: 10px;
}

#right{
	width: 693px;
	float: left;
}
#left h2,
#right h2{
	font-size: 13px;
	padding: 0 10px 0 10px;
}
#left h2{
	font-size: 14px;
}



#left,
#right,
#right table,
#right textarea,
#right p{
	font-size: 11px;
	line-height: 18px;
}
#right table{
	padding-left: 10px;
}
#left p,
#right p{
	padding: 0 10px 0 10px;
}
#left a,
#right a{
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#left a:hover,
#right a:hover{
	font-weight: bold;
	text-decoration: underline;
}



#footer{
	width: 100%;
	height: 80px;
	float: left;
	clear: both;
}
#footer a{ 
	padding-left: 5px;
	color: #1e1a19;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover{ 
	text-decoration: underline;
}
#footer a.mocean{ 
	padding-left: 25px;
	color: #838383;
}