@charset "utf-8";
body {
	background-image: url(img/sfondo_body.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #a8a39e;
}
#wrapper {
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(img/sfondo_header.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 353px;
}
h1 {
	font-weight: bold;
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
h2 {
	font-weight: bold;
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
	#label {
	background-image: url(img/sfondo_label.png);
	height: 353px;
	width: 230px;
	float: left;
	font-family: Tahoma;
	font-size: 18px;
	color: #1A0000;
	font-weight: bold;
	}
		#label ul {
	margin-top: 100px;
	margin-left: 2px;

		}
		#label li {
			list-style-type: none;
			
		}
		
		.label_status {
			background-image: url(img/sfondo_li.png);
			background-repeat: no-repeat;
			background-position: left bottom;
			text-decoration: none;
			color: #CC6600;
		}
		#label a {
			text-decoration: none;
			color: #1A0000;
			display:block;
			width: 170px;
			padding-top: 4px;
			padding-right: 0px;
			padding-bottom: 4px;
			padding-left: 0px;		
		}
		#label a:hover {
			text-decoration: none;
			color: #400000;
			background-image: url(img/sfondo_li.png);
			background-repeat: no-repeat;
			background-position: left bottom;
		}
	
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0;
	overflow: scroll; /*leave this value alone*/
	width: 500px; /*Width of Carousel Viewer itself*/
	height: 300px; /*Height should enough to fit largest content's height*/
	float: right;
	margin-top: 20px;
	margin-right: 60px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 118px;
	margin-left: 0px;
}
#content {
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	float: left;
}
#content_dwn {
	background-image: url(img/bg_dwn_content.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 932px;
	background-position: top;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content_top {
	background-image: url(img/bg_top_content.png);
	height: 54px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 932px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content_top_work {
	background-image: url(img/bg_top_content_work.png);
	height: 54px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 932px;
	margin: 0px;
	padding: 0px;
}
#content_top_contact {
	background-image: url(img/bg_top_content_contact.png);
	height: 54px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 932px;
	margin: 0px;
	padding: 0px;
}
#content_top_about {
	background-image: url(img/bg_top_content_about.png);
	height: 54px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 932px;
	margin: 0px;
	padding: 0px;
}
#content_central {
	background-repeat: repeat-y;
	background-position: center top;
	width: 932px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg_content.png);
	float: left;
}


.content_central_text {
	padding-top: 16px;
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}



.text_green {
	font-weight: bold;
	color: #663300;
}
.text_green a {
	text-decoration: none;
	font-weight: bold;
	color: #663300;
}
#footer {
	margin-top: 30px;
	height: 225px;
	width: 100%;
	background-image: url(img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}




.clear {
	clear: both;
}
#content_works {
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	width: 730px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content_works a {
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
#pagination {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #330000;
}
/* form */
p#success
		{
	padding: 3px 10px;
	border: 1px none #330000;
	color: #330000;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	background-color: #996600;
		}
		
		p#bademail, p#badserver
		{
	padding: 3px 10px;
	border: 1px none #330000;
	color: #996600;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	background-color: #999966;
		}
#myForm {
	padding-top: 18px;
	padding-right: 28px;
	padding-bottom: 18px;
	padding-left: 28px;
	background-image: url(img/BG_FORM.png);
	background-repeat: no-repeat;
	background-position: right;
}
input {
	background-color: #77604A;
	border: 1px solid #330000;
	height: 18px;
}
#commentinput {
	background-color: #77604A;
	border: 1px solid #330000;
}
/* form */

/* about me */
#content_about {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#about_left {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
	height: 300px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #330000;
	
}


#about_central {
	width: 33%;
	float: left;
	margin-right: 10px;
	height: 300px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #330000;
	
}
#about_right {
	width: 30%;
	float: left;
	height: 300px;
}
#footer_content1 {
	width: 680px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	color: #330000;
	padding-top: 124px;
	margin-right: auto;
	margin-left: auto;
	
}
#footer_content1 a{

	color: #663300;

	
}
#footer_content2 {
	width: 680px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #330000;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;	
	
}#footer_content2 li {
	list-style-type: none;
	display: inline;
}
#foto {
	position: absolute;
	height: 145px;
	width: 147px;
	left: 88px;
	top: 613px;
	z-index: 1;
}
#ape {
	position: absolute;
	height: 251px;
	width: 300px;
	left: 315px;
	top: 664px;
}
#man {
	position: absolute;
	height: 308px;
	width: 250px;
	left: 531px;
	top: 632px;
}
