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


/*links*/
a:link {
	color: #272120;
}
a:visited {
	color: #272120;	
}
a:hover {
	color: #e5e4e2;
}
a:active {
	color: #272120;
}

/*links2*/
a.links2:link {
	color: #e5e4e2;
}
a.links2:visited {
	color: #e5e4e2;	
}
a.links2:hover {
	color: #e5e4e2;
}
a.links2:active {
	color: #e5e4e2;
}



/*stili*/
h1 {font-size: 14px; color: #cb621d;
}
h2 {font-size: 24px; color: #e5e4e2;
}
h3 {font-size: 14px; color: #e5e4e2;
}

.style1 {font-size: 24px; font-weight: bold; color: #e5e4e2;
}
.style2 {color: #e5e4e2; font-size: 12px;
}
.style3 {font-size: 12px; color: #cb621d; font-weight: bold;
}
.style4 {font-size: 24px
}

/*link rollover*/
a.rollover:link {
	color: #272120;
}
a.rollover:visited {
	color: #272120;	
}
a.rollover:hover {
	color: #cb621d;
}
a.rollover:active {
	color: #272120;
}


body{
	/*background-image:url(img/texture.jpg);*/
	background-image:url(img/background_paper.jpg);
	background-repeat:repeat;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#272120;
}

#box{
	width: 700px;
	height:auto;
		
	margin:0 auto 0 auto;
	background-image:url(img/bianco_home.png);
	
}


#barranav{
	width: 700px;
	height: 20px;
}


#navcontainer { display: inline; float: left; height: 20px; font-size:13px; }

#navcontainer ul { display: inline; margin: 0; list-style-type: none; }

#navcontainer li { 	width: 778; display: inline; margin: 0 0 1px 0; }

#navcontainer a { display: inline; width: 140px; text-decoration: none; }

#navcontainer a:hover { /*color:#666666;*/ /*text-decoration: underline; */}

#navcontainer ul ul li { width: 778; margin: 0 0 1px 0; }

#navcontainer ul ul a { display: inline; width: 125px; text-decoration: none; }

#navcontainer ul ul a:hover { /*color: #fff;*/ /*background-color: #69C;*/ /*text-decoration: underline;*/ }



#col1{
	width: 700px;
	height:297px;
	background-image:url(img/blackbox_index.png);
	background-repeat:no-repeat;
	margin-top:150px;	/*border: thin solid #FFFF00;*/
}


#sub_col1_1{
	width: 230px;
	height:200px;
	
	padding:0 0 0 10px;
	float:left;
	margin-top:35px;
	/*border: thin solid #FFFF00;*/
}

#sub_col1_2{
	width: 447px;
	height: 200px;
	background-position:center;
	float:right;
	margin-top:35px;	/*border: thin solid #FFFF00;*/
}

#col2{
	width: 700px;
	height: auto;
	 	
	margin-top:290px;
	
	/*border: thin solid #FFFFFF;*/
}

#sub_col2_1{
	width: 242px;
	height:230px;
	
	padding: 0 0 0 10px;
	float:left;
	
	/*border: thin solid #008080;*/
}

#sub_col2_2{
	width: 220px;
	height:230px;
	
	padding: 0 0 0 0px;
	float:left;
	
	/*border: thin solid #008080;*/
}

#sub_col2_3{
	width: 222px;
	height:230px;
	
	padding: 0 0 0 0px;
	float:right;
	
	/*border: thin solid #008080;*/
}

#clear_both{
	clear:both;
}


