@CHARSET "ISO-8859-1";

/*
============================================================================
Main
============================================================================
*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}


a:hover {
	text-decoration: underline;
}

body,td {
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

body {
	
	background: #CDCDCD url(../images/bg_black.jpg) repeat-x;
}

.h4 {
	font-size: 16px;
	font-weight: bold;
}

/*
============================================================================
Layout
============================================================================
*/
#bg_white {
	background: url(../images/bg_white.jpg);
	position: absolute;
	z-index: -1;
	width: 50%;
	height: 200px;
	margin: 0 auto
}

#container_main {
	width: 100%;
	text-align: center;
	margin:0 auto;
}

#top {
	height: 200px;
	width: 960px;
	margin:0 auto;
}

#container_middle {
	width: 960px;
	margin:0 auto;

}

#left {
	float: left;
}

#menu {
	padding : 15px;
	width: 246px;
	font-size: 14px;
	text-align: right;
	
}

#menu li {
	list-style: none;
	margin-bottom: 8px;
}

#menu a {
	color: #000000;	
	text-decoration: none;
}

#menu a:hover {
	color: #D20001;
}

#menu img {
	vertical-align: bottom;
}

#right {
	float: left;
	width: 684px;
}

#container_content {
	background: url(../images/bg_content.jpg) repeat-y;
	text-align: left;
}

#content {
	padding: 20px 0 30px 30px;
	width: 580px;
    height: auto !important;  /* per i browser moderni */
    height: 350px;      /* per IE5.x e IE6 */
    min-height: 350px;  /* per i browser moderni */
}

#logo {
	height: 80px;
	background: url(../images/bg_content.jpg) repeat-y;
	text-align: left;
	padding-left: 75px;
}

#logo img {
	margin-right: 20px
}

#footer {
	width: 100%;
	height: 36px;
	background: url(../images/bg_footer.jpg) no-repeat;
	text-align: center;
	color: #333333;
}





