/****************************************************************/
/*****************************************/
/* CSS File:     	ep_main.css			*/
/* CSS Location: 	http://www.enricopelos.it 	*/
/* Document Author:	Enrico Pelos          */
/*  Copyright 2010, Enrico Pelos                          	*/
/*****************************************/
/*** writings referred to the page comparison order ***/

/* Body defaults and element declarations ***********************/

/******************** THE PAGE ********************/

body
{
	background-color: #ffffff;
	scrollbar-face-color : #BDBDBD; 
	scrollbar-shadow-color : #d8d8c8; 
	scrollbar-track-color : #000000;
	scrollbar-highlight-color : #d8d8c8; 
	scrollbar-arrow-color : #d8d8c8; 
	scrollbar-darkshadow-color : #d8d8c8; 
	scrollbar-background-color : #000000; 
	margin-top : 0pt;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}


.foto {
	WIDTH: 720px;
	MARGIN: 0px auto;
	text-align:center;
	BACKGROUND: #f5f5f5 center;
	padding: 10px;
	height: auto;
	border: medium groove #d8d8c8;
	position: static; 
}

.fotopano {
	WIDTH: 900px;
	MARGIN: 0px auto;
	text-align:center;
	BACKGROUND: #f5f5f5 center;
	padding: 50px;
	height: auto;
	border: medium groove #d8d8c8;
	position: static; 
}
  
/******************** THESE CLASSES ARE FOR TEXTS ********************/

.testoplain
{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 8pt; color: #000000;
	background-color: #ffffff;
	background-color : transparent;
	text-align: justify; 
	text-decoration : none;
	font-weight: none;
	letter-spacing: 0px;
} 

.testobar 
{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10pt; color: #808080;
	background-color: #ffffff;
	background-color : transparent;
	text-align: center; 
	text-decoration : none;
	font-weight: none;
	letter-spacing: 2px;
text-transform: uppercase
} 

.testobar2
{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10pt; color: #808080;
	background-color: #ffffff;
	background-color : transparent;
	text-align: center; 
	text-decoration : none;
	font-weight: none;
	letter-spacing: 2px;
text-transform: uppercase
} 


.testobottom
{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 9pt; color: #808080;
	background-color: #ffffff;
	background-color : transparent;
	text-align: center; 
	text-decoration : none;
	letter-spacing: 1px;
} 

.testobottoms
{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 8pt; color: #808080;
	background-color: #ffffff;
	background-color : transparent;
	text-align: center; 
	text-decoration : none;
	letter-spacing: 1px;
} 

<!-- ***HYPERLINKS*** -->


a {
	color: #BDBDBD;
}
a:visited /* the link NORMALLY*/
 {
	color: #BDBDBD;
	text-decoration: none
}


a:link       {
	font:  Verdana;
	color: #BDBDBD;
	text-decoration: none;
	text-align: center;
}	/* the link text*/




a:hover      {
	color: #BDBDBD;
	font-weight: bold;
	background-color : #d4d0c8;}			/*the link when mouse is OVER it*/

a:active     { color: #000000; text-decoration: none }	/* the link AFTER the VISIT*/
