@charset "UTF-8";
/* CSS Document of casaartisti.it */

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	}
#sfondo{
		position: absolute;
		top: 0px;
		left: 0px;
	}
#pagina{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-450px;
	height: 700px;
	width: 900px;
	background-color:#FFF;
	border: 3px solid #990000;
	}
#nav{
	float:left;
	height: 120px;
	width: 900px;
	}

#colonnaSX{
	float: left;
	height: 579px;
	width: 197px;
	/*border-right-color: #86AEB4;*/
	border-color: #990000;
	border-right-width: 3px;
	border-right-style: solid;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	}
#content{
	float: left;
	height: 548px;
	width: 670px;
	/*border-top-color: #86AEB4;*/
	border-color: #990000;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 30px;
	padding-left: 30px;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	overflow: auto;
	}
	
#content2{
	width: 500px;
		}
#contatti{
	float: left;
	margin: 10px;
	padding: 4px;
	width: 180px;
	}
#footer{
	float: left;
	height: 100px;
	width: 896px;
	/*background-color: #86AEB4;*/
	background-color: #990000;
	border: 3px solid #990000;
	}
#visualizza{
	float: left;
	width: 600px;
	margin: 10px;
    padding: 4px;
}

#txt {
	/*background-image:url(../img/testata.jpg);
	background-repeat: no-repeat;*/
	float: left;
	width: 450px;
	padding-top: 15px;
	padding-left: 0px;
	}
#offerta{
	float: left;
	width: 190px;
	height: 285px;
	padding-left: 30px;
	padding-top: 10px;	
	}
	
#sinistro{

	float: left;
	width: 190px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
#sinistro2{
	float: left;
	width: 190px;
	}


.bold{
	/*color: #86AEB4;*/
	color: #990000;
	font-weight: bold;
	}
.bianco{
	color: #FFF;
	font-weight: bold;
	}
p{
	margin: 0px;
	}
h1{
	font-size: 14px;
	color: #990000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

	
/*LINKS*/
a:link {
	text-decoration: none;
	/*color: #86AEB4;*/
	color: #990000;
}
a:visited {
	text-decoration: none;
	/*color: #86AEB4;*/
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
/*	color: #86AEB4;*/
	color: #990000;
}

