		/* cimatti */

body {
	background: 	#abc;
	font-family:  	georgia, arial, helvetica, sans-serif;
	color:			#000;
	margin: 		10px;
	width:			100%;
	border: 		0px;
	padding:		0px;
	
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
	font-family: georgia, arial, sans-serif;
    }
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}	
p {
	margin-top: 0; 
	padding-top: 0;
	font-size:	12px;

	}
h1	{
	font-size:	12px;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4	{
	font-size:	1.25em;
	}
h5	{
	font-size:	1em;
	}
h6	{
	font-size:	0.8em;
	}
h1, h2, h3, h4, h5, h6	{
	
	font-family: georgia, arial, sans-serif;
	}
img{ border: 1px solid #666;
}
img.icon{ 
	border: 1px solid #666;
	margin: 5px 5px 0px 0px;
}
	
a, a:link, a:visited, a:active{
	color: 			#03f;
	text-decoration:none;
	}	
a:hover {color: #03f; text-decoration : underline;}
		
#globalcontainer {
	background: 	#bcd;
	left: 			0;
    right: 			0;
	top:			20px;
	border: 		1px solid #999;
	padding:		5px;
	width: 			630px; 
	position: 		relative;
	margin-left:auto;
	margin-right:auto;
	}
#gallery {

	width:			230px;
	position:		relative;
	float:			left;
	background: 	transparent;
	}
#text {
	width:			400px;
	height:			250px;
	margin: 		5px 0px;
	position:		relative;
	float:			left;
	background: 	transparent;
	text-align:		left;
	}	
