/* Elements */

body {
	background: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	border: 1px;
	background-image: url(images/sfondo-1.gif);
	background-repeat:repeat-x
}

img {
border: 1px solid black;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header {
	width: 891px;
	height: 190px;
	margin: 0px auto;
	background: url(images/logo-nelcilento.jpg);
	font-size: 24px;
}

#header h1 {
	margin: 0px;
	padding: 56px 0 0 48px;
	font-size: 52px;
	font-style: italic;
	color: #663333;

}

#header h2 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 16px;
	font-style: italic;
	color: #996633;
}

#header h3 {
	margin: 0;
	padding: 0 0 0 680px;
	font-size: 12px;
	font-style: italic;
	color: #996633;
}

#header a {
	text-decoration: none;
	color: #FF00FF;
	text-align: center;
}

/* Menu */

#menu {
	width: 891px;
	height: 32px;
	margin: 1px auto;
	background: url(images/sfondo-body.gif)repeat-y;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 127px;
	height: 28px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 16px;
	letter-spacing: -1px;
	background: url(images/img4.jpg) no-repeat;
	color: #000000;
}

#menu .last a {
	background: url(images/img5.jpg) no-repeat;
}

#menu a:hover {
	color:#FFFF66;
}

/* Content */

#content {
	width: 891px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	background: url(images/sfondo-body.gif) repeat-y;
}

#colOne {
	float: left;
	width: 460px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}

#colTwo {
	float: right;
	width: 150px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	font-size: 12px;
}

#colTre {
	float: right;
	width: 217px;
	height: 100%;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

#colTre ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	font-size: 12px;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
	background-color: #FFFF67;
}

#content h3 {
	color: #6C6C6C;
}

#content h4 {
	font-size: 10px;
	color: #000000;
}
/* Footer */

#footer {
	width: 891px;
	margin: 0px auto;
	padding: 0px 0px;
	height: 70px;
	background: url(images/footer-1.jpg);
}

#footer p {
	margin: 0px;
	font-size: 10px;
	color: #000000;
	padding: 30px 0 0 20px;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}