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

body{
	margin:0;
	font-family:Verdana,Arial,Helvitica,sans-serif;
}

/* ------ SPLASH PAGE -------*/
#start{
	width:745px;
	margin:0 auto;
	background:url(../images/chiara5.jpg) no-repeat top;
}
/* ------- END SPLASH PAGE ------- */

/* ------- PAGES ---------- */
#wrapper{
	margin:0 auto;
	width:600px;
}
#content{
	width:500px;
	margin:48px auto 0 auto;
	background:url(../images/content_bg.jpg) #FFFFFF no-repeat;
}
#cont{
	padding:15px;
	font-size:12px;
}
hr{
	background-color: #d26296;
	border: 0;
	height: 1px;
	margin: 0;
	color:#d26296;
}
a.galleryA img {border: 5px solid #ECE1E7; margin-right:10px; margin-bottom:10px;}
a.galleryA:hover img {border: 5px solid #d26296;}

#footer{
	background:url(../images/footer.jpg) center no-repeat;
}
#footerCT{
	padding:20px 100px 110px 70px;
	font-size:10px;
	color:#d26296;
}
#footer a{
	color:#d26296;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
h2{
	margin:0;
	padding:0;
	font-size:20px;
	color:#d26296;
	font-weight:normal;
}
#cat a{
	color:#d26296;
	text-decoration:none;
}
#cat a:hover{
	text-decoration:underline;
}