/* CSS DOCUMENT */
/* VINCENZOSTANZIONE.COM */
/* ALL RIGHTS RESERVED */

body {
	text-align: center;
	background-color: #000000;
	}

#container {
	width: 970px;
	height: 540px;
	background-color: #333333;
	margin: 0px auto;
	}

	/* HEADER */
	#header { width: 960px; height: 70px; background-color: #000000; top: 10px; float: left; margin: 5px; }
		.logo { width: 400px; height: 50px; margin-top: 10px; float: left; background-image: url(../images/header.gif); background-repeat:no-repeat; }
	/* END HEADER */
	
	/* NAVBAR */
	#navbar { width: 960px; height: 20px; margin-left: 5px; margin-right: 5px; float: left;}
	.menu { width: 950px; height: 20px; margin-left: 10px; font-size: 12px; font-family:Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #CCCCCC; }
	.item-first { height: 20px; float: left;}
	.item {  height: 20px; margin-left: 15px; float: left;}
	.red { width: 15px; color: red ; float: left; }
	.text { margin-left: 4px; float: left; }
	.text a { text-decoration: none; color: #CCCCCC; }
	.text a:hover { text-decoration: none; color: red; }

	/* END NAVBAR */
	
	/* CONTENT */
	#content { width: 960px; height: 400px; background-color: #000000; margin-left: 5px; margin-right: 5px;  float: left;}
	.content-left { width: 550px; height: 350px; margin-top: 20px; background-color: #333; margin-left: 10px; float: left; font-size: 13px; font-family:Geneva, Arial, Helvetica, sans-serif; color: #CCCCCC; text-align: left;}
	.content-right { width: 350px; height: 350px; background-color: #333333; margin-top: 20px; margin-right: 10px; float: right; }
		.content-img { width: 125px; height: 100px; margin-left: 5px; margin-top: 10px; float: left;}
		.content-rightbox { width: 200px; height: 100px;  margin-top: 10px; margin-left: 10px; text-align: left; border-bottom: 1px dotted #000; float: left; font-size: 10px; font-family:Geneva, Arial, Helvetica, sans-serif; color: #CCCCCC; }
		.content-rightbox h3 { font-size: 12px; font-weight: bold; color: #CCCCCC; margin-top: 5px;}
		.content-rightbox a { text-decoration: none; color: #CCCCCC; }
		.content-rightbox a:hover { text-decoration: none; color: red; }
	/* END CONTENT */
	
	/* FOOTER */
	#footer { width: 960px; height: 30px; background-color: #000000; margin: 5px; margin-top: 0px; font-family:Geneva, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 9px; color: #999; float: left;}
	#footer a { text-decoration: none; color: #999; }
	#footer a:hover { text-decoration: none; color:#FF0000; } 
	.footer-left { width: 300px; height: 20px; margin-top: 10px; margin-left: 10px; text-align: left; float: left; }
	.footer-right { width: 250px; height: 20px; margin-top: 10px; margin-right: 5px; text-align: right; float: right; }
	/* END FOOTER */
	
	

