* {
	padding:0px;
	margin:0px;
}

body {
	background:#1C6762 url(../images/bg.jpg) no-repeat top center;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

#wrap {
	width:920px;
	height:530px;
/*	background:#009900;
*/	margin:70px auto 20px;
}

/*#home {
	background:url(../images/fata.jpg) left bottom no-repeat;
	height:490px;
}*/

#home {
background:url(../images/bg_new.jpg) 114px -5px no-repeat;
	height:490px;
}

#logo {
	text-align:center;
	height:135px;
}

#gallery {
	height:355px;
}

#content {
	height:355px;
}

#content h1 {
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	margin-bottom:15px;
}

#content p {
	margin-bottom:10px;
}
	
#home img {
	margin:100px 80px 0px 0px;
}

#menu {
	text-align:center;
	padding:10px 0px;
	margin-top:10px;
}

#menu a {
	margin:0px 20px;
	font-weight:bold;
	text-transform:uppercase;
}

#footer {
	width:940px;
	font-size:11px;
	margin:10px auto 0px;
	padding:10px 0px;
	text-align:left;
}

.clear {
	clear:both;	
}

form label {
	display:block;
	float:left;
	width:80px;
}

form input.txt {
	width:240px;
	padding:1px;
	font:normal 11px Arial, Helvetica, sans-serif;
	border:#304B48 2px solid;
}

form input.btn {
	width:60px;
	border:#304B48 1px solid;
}

form textarea {
	width:240px;
	padding:1px;
	font:normal 11px Arial, Helvetica, sans-serif;
	border:#304B48 2px solid;
	height:80px;

}