@charset "UTF-8";
/* CSS Document */

body {
	background: url(../design/bg.jpg) no-repeat top center #3d3d3f;
}

#bodyWrapper {
	width: 1002px;
	left: 0; right: 0;
	margin: 0 auto;
	position: relative;
}


#bodyTop {
	height: 150px;
}

#contentTop, #contentBottom {height: 35px;}

#contentWrapper {background: url(../design/content_bg.png) repeat-y top center;}

#logo {
	position: absolute;
	left: 20px;
	top: 40px;
}

#content {
	padding: 0px 35px 5px;
	min-height: 340px;
}

#bottomWrapper {
	padding: 15px 10px;
}
#bottomWrapper * {
	color: #fff;
	font-size: 10px;
	
}
#designByVikiallo {
	text-align: center;
}
#designByVikiallo a {
	color: #777777;
}
#designByVikiallo a:hover {color: #fff;}

#bottomRight {text-align: right;}


/* FONTE */
.Content * {font-size: 13px; line-height: 18px;}
.Content h1 {font-size: 17px; font-weight: bold; line-height: 24px; margin: 0px 0px 8px; font-weight: bold; color: #760c07;}
.Content h2 {font-size: 13px; font-weight: bold; line-height: 21px; margin: 15px 0px 0px; font-weight: bold; color: #760c07;}

.Content a {color: #000; text-decoration: underline;}
.Content a:hover {text-decoration:none;}

/* GALLERY */
#galleryWrapper {zoom: 1; margin: 10px 0px 0px 0px; position: relative;}
.Gallery {margin: 0px 25px; width: 952px;}
.Gallery span {
	width: 120px;
	height: 120px;
	padding: 5px 8px 11px 8px;
	text-align: left;

	background: url(../design/gallery_bg.png) top left no-repeat;
}
.Gallery span div div {padding: 0;}
.GalleryButtons {margin: -32px 0px 0px 10px;}

