/*------------------------------------------
	stylesheets per: ALESSANDROCASONI.IT, v. 1.0
	uri: http://www.alessandrocasoni.it
------------------------------------------*/

body { background-color: White; margin: 0 auto; padding: 0; }
form { margin: 0px; }

body, td, div, span, h1, h2, h3, p, a {
	font-family: Georgia, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #595959;
}

a { text-decoration: underline; }
a:hover { text-decoration: none; }

ul { list-style-image: url(../img/bg_list.gif); margin: 10px; margin-left: 20px; padding: 3px; padding-left: 20px; }
li { margin-bottom: 20px; } 

h1 {
	font-family: Georgia, Garamond, 'Times New Roman', serif;
	color: #595959;
	font-size: 30px;
	font-weight: normal;
}

#header { width: 100%; height: 126px; border-bottom: 1px solid #595959; background: url(../img/bg_header.gif); padding-left: 50px; }

#colonna-sx { width: 170px; float: left; padding: 15px; }
	#colonna-sx a, #colonna-sx a.current  { text-decoration: none; font-size: 20px; color: #909090; display: block; width: 170px; margin: 10px 0 10px; }
	#colonna-sx a.current  { text-decoration: underline; }

#content { float: left; width: 670px; border-left: 1px solid #595959; padding: 15px; }

#footer { float: left; width: 100%; height: 44px; border-top: 1px solid #595959; background: url(../img/bg_footer.gif); padding: 10px; }


