@charset "UTF-8";
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
}
body {
	margin: 0 auto;
	max-width: 1002px;
}
html {
	background-color: #928E82;
	background-image: url(../images/Carniglia.png);
	background-repeat: repeat;
}
a {
	font-weight: bold;
}
a:link {
	color: #454840;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #505630;
}
a:hover, a:active {
	text-decoration: underline;
	color: #A9C3AB;
}
 h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 250%;
	color: #000;
	margin-top: 0px;
}
h2, h3 {
	color: #000;
}
#content {
	background-color: #CBCEA2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #48494B;
	border-left-color: #48494B;
	max-width: 1500px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#header {
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
	height: 125px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	list-style-type: none;
	padding: 0px;
	text-align: left;
	display: inline;
	-webkit-box-shadow: 3px 3px 10px rgba(102,102,102,0.25);
	box-shadow: 3px 3px 10px rgba(102,102,102,0.25)
	/* [disabled]margin-bottom: 10px; */
; 	margin-bottom: 10px;
}
#slideshowhat {
	color: rgba(203,206,162,1);
	background-color: rgba(203,206,162,1);
}
#nav li {
	font-size: 112.5%;
	font-weight: bold;
	color: #42413C;
	text-align: center;
	display: block;
	width: 16%;
	float: left;
	height: 50px;
	margin-top: 10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #76A578;
	border: 2px solid #2E733E;
	border-radius: 13px 13px 0px 0px;
	margin-right: 0.05%;
	-webkit-box-shadow: 3px 3px 10px rgba(102,102,102,0.25);
	box-shadow: 3px 3px 10px rgba(102,102,102,0.25);
}
#article {
	background-color: #FFF;
	margin-left: 1.5%;
	width: 92%;
	float: left;
	padding-top: 0%;
	padding-right: 2.5%;
	padding-bottom: 0%;
	padding-left: 2.5%;
	border-radius: 8px;
	margin-top: 20px;
	font-size: 20px;
	list-style-position: outside;
	/* [disabled]-webkit-box-shadow: 3px 3px rgba(51,51,51,1); */
	margin-bottom: 10px;
}
#gallery {
	background-color: #FFF;
	width: 32%;
	margin-left: 3%;
	float: left;
	margin-right: 0%;
	margin-top: 10px;
}
#associates {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-right: 1.5%;
	margin-left: 1.5%;
	border-radius: 13px;
	padding: 2.5%;
	float: left;
	width: 92%;
	font-size: 20px;
}
#nav2 {
	clear: both;
}
#nav2 ul li {
	list-style-type: none;
	text-align: center;
	display: block;
	background-color: #76A578;
	float: right;
	margin-right: 15px;
	width: 150px;
	font-size: 112.5%;
	font-weight: bold;
	color: #474D42;
	border-radius: 7px;
	margin-top: 0px;
	padding: 0px;
	border: 2px solid #474D42;
}
#footer {
	font-size: 75%;
	background-color: #EADCAE;
	margin-right: 1.5%;
	margin-left: 1.5%;
	padding-top: 0.2em;
	padding-right: 2.5%;
	padding-bottom: 0.2em;
	padding-left: 2.5%;
	width: 92%;
	clear: both;
	list-style-type: none;
	border-radius: 5px;
	margin-top: 5px;
}
.fltlft {
	float: left;
	padding-right: 15px;
	padding-bottom: 2.5px;
}
.fltrt {
	float: right;
	padding-left: 5px;
	padding-right: 5px;

}
