@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}





body {
	background:#000;
	}

#header {
	position:relative;
	margin:0 0 0 440px;
	height:120px;
	}
	
#content {
	position:relative;
	float:right;
	width:80%;
	height: 80%;
	padding: 50px 0 0 0;
	}

#content a {
	
	}

#sidebar {
	position:relative;
	float:left;
	width:15%;
	height: 80%;
	padding: 0 0 0 10px;
	border-right:solid 1px #CCC;
	}
	
#footer {
	position:relative;
	float:none;
	margin-top:50%;
	text-align:center;		
	}
#logo {
	position:absolute;
	top:80%;
	left:90%;
	
	}

h1 {
	font-size:12px;
	color:#FFF;
	text-indent:-9000px;
	}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	margin: 0 0 30px 40px;
		}
h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#FFF;
	margin: 0 0 30px 0px;
		}
h6 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	margin: 0 0 30px 0px;
		}
h7 {
	
	font-family:"Courier New", Courier, monospace;
	font-style:italic;
	font-size:12px;
	color:#FFF;
	margin: 0 0 30px 300px;
		}

h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:italic;
	color:#F00;
	margin: 0 0 30px 0px;
		}


p {
	color:#FFF;
	}

a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	}
	

#consigli {
	
	margin: 55px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px larger;
	font-stretch:expanded;
	color:#FFF;
	
	}
	
	
.copyright {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#999;	
	}
	