/*
=================================================
Modofotografia.it CSS and Design
Author: Simone Cappellini - MHP - www.mhpmedia.it
Version: 0.1 - 30 marzo 2009 
=================================================
*/

/* tags */
body {
	min-width: 860px; /* Specify a min-width for the body as wide as the 'wrapper' element itself. This prevents negative (i.e. inaccessible) left-margins in narrow browser windows when using Navigator 6+/Mozilla on Win32: */
	margin-top: 120px;
	font-size:1em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Geneva, Arial, Verdana, sans-serif;
	color:#FFF;
	padding:0;
	text-align: center;
	background-color:#F3B907;
}
a, a visited {
	color: #FFF;
	text-decoration:none;
}
a:hover, .sezione {
	color: #F3B907;
}
/* classi e id */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #F3B907;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Geneva, Arial, Verdana, sans-serif;
	line-height:1em;
	margin:0;

}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #F3B907;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Geneva, Arial, Verdana, sans-serif;
	line-height:0.9em;
}