@charset "utf-8";
/*   BODY   */

body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(images/sfondo_cristina_taddei.gif) repeat scroll top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 50px;
	text-align: center;
	color: #000000;
}
.clear { width:100%; font-size: 1px; line-height: 1px; height:1px; clear:both; }
.contenuti { font:Verdana; font-size:11px; line-height: 16px; color:#000; }
p.tit {	color: #CC0000;	font-weight: bold; font-size:10px;}
p { font: Verdana; color: #000000; font-size: 10px; line-height: 16px; font-style: normal; font-weight: normal; }
.grosso { font: Verdana; color: #000000; font-size: 10px; line-height: 16px; font-style: normal; font-weight: bold; }
a:link.pippo  { color: #000; font-style: normal; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Verdana; text-decoration: underline; margin: 0px }
a:visited.pippo  { color: #666; font-style: normal; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Verdana; text-decoration: underline; margin: 0px }
a:hover.pippo  { color: #ccc; font-style: normal; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Verdana; text-decoration: none; margin: 0px }
a:active.pippo  { color: #666; font-style: normal; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Verdana; text-decoration: underline; margin: 0px }

.small { color: #999; font-style: normal; font-size: 10px; line-height: normal; font-family: Verdana; text-decoration: none }
.head  { color: #5e5e5e; font-style: normal; font-weight: bold; font-size: 14px; line-height: 17px; font-family: Verdana; text-decoration: none; margin: 0 10px 0 20px }

#container {
	width: 709px;
	height: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(images/cristina_taddei_graphic_web_design.png) no-repeat top left;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
	vertical-align:bottom;

}


/*		LOGO		*/

#uno {
	width: 709px;
	height: 450px; 
}
#due {
	padding-left:25px;
	width: 680px;
	height: 100px;
	text-align:left; }


/*   NAVIGATION   */
