/*
=================================================
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:#01D3E4
}
a, a visited {
	color: #FFF;
	text-decoration:none;
}
a:hover, .sezione {
	color: #01D3E4;
}
/* classi e id */
#box{ /* Box homepage */
	width:860px;  /* Specify the width of the element. This should be the same as 'body min-width': */
	height:630px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/bg_fotografia_pubblicitaria/bg_home.jpg);
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #01D3E4;
	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: #01D3E4;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Geneva, Arial, Verdana, sans-serif;
	line-height:0.9em;
}