#continer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	height: 700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FDF7CC;
	-moz-box-shadow:0 0 5px 3px #ddd;
	-webkit-box-shadow:0 0 5px 3px #ddd;
	box-shadow:0 0 5px 3px #ddd;
}
#continer #content #text {
	float: left;
	height: 396px;
	width: 409px;
	overflow: auto;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

body {
	background-color: #FFF;
	margin: 0px;
	padding-top: 10px;
}

#continer #head {
	margin: 0px;
	padding: 0px;
	height: 245px;
	width: 1000px;
	position: absolute;
	top: 10px;
	
}
#continer #head #logo {
	background-color: #fbec80;
	width: 122px;
	height: 245px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	
}
#continer #head #logo img {
	height: 89px;
	width: 75px;
	margin-top: 25px;
	margin-left: 25px;
}
#photos {
	height: 245px;
	width: 878px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 122px;
	
}


#menu {
	background-image: url(bg-menu.gif);
	background-repeat: repeat-y;
	clear: both;
	height: 20px;
	position: absolute;
	top: 255px;
	width: 1000px;
}
#continer #menu ul li {
	display: inline;
	list-style-type: none;
	margin-left: 15px;
}
#continer #menu ul {
	padding: 0px;
	font-size: 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 122px;
	font-weight: bold;
}
#continer #menu ul li a {
	color: #241a61;
	text-decoration: none;
	font-weight: bold;
}

#content {
	height: 416px;
	width: 1000px;
	top: 275px;
	position: absolute;
	z-index: auto;
}
#continer #footer {
	background-image: url(bg-footer.gif);
	height: 17px;
	width: 1000px;
	position: absolute;
	top: 691px;
	text-align: center;
	color: #928DB0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#continer #content #icone {
	background-color: #fbec80;
	width: 122px;
	height: 400px;
	margin: 0px;
	float: left;
	padding-top: 16px;
	text-align: center;
	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#continer #content #image {
	float: left;
	height: 416px;
	width: 439px;
	overflow: hidden;
}
#head #photos img {
	display: none;
}
#head #photos img.visible {
	display:block;
}
#continer #content #text h1 {
	font-size: 18px;
}
#continer #content #text p strong a {
	color: #162C73;
	text-decoration: none;
}
#continer #content #gallery {
	height: 376px;
	width: 858px;
	float: left;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: visible;
}
#continer #content #gallery img {
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 18px;
}
#continer #content #icone ul {
	list-style-type: none;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	color: #241A61;
	margin-left: 30px;
	font-weight: bold;
}
#continer #content #icone ul li a {
	color: #09276F;
	text-decoration: none;
	font-weight: normal;
}
#continer #content #icone ul li {
	margin-bottom: 5px;
}
