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

.left {
	float:left;
}

.right {
	float:right;
}

/* DIV MAIN */
div#main {
	width:939px;
}

/* DIV HEADER */

div#header {
	width:939px;
	height:190px;
	background:url(../img/header.jpg) 0 6px no-repeat;
	font-size:11px;
	font-weight:bold;
	line-height:25px;
	color:#58585a;
	
}

div#header a {
	color:#58585a;
	text-decoration:none;
	margin: 0 5px 0 5px
}

div#header a:hover {
	color:#e2001a;
}

/* DIV MENU */

div#menu{
	width:934px;
	background:url(../img/bg_menu.gif) repeat-x;
	border-bottom:2px solid #959595;
	border-left:2px solid #959595;
	border-right:2px solid #959595;
	margin-top:5px;
	padding:0 0 0 0;
	height:42px;
	text-align:center;
}

/* NAVIGATORE */

div#nav {
	line-height:20px;
	font-size:11px;
	text-align:left;
	color:#333
	
}

div#nav a {
	color:#4372b5;
	font-weight:bold;
	text-decoration:none;
}

div#nav a:hover {
	color:#ccc;
}

/* DIV CONTENT */

div#content {
	width:939px;
	margin-top:10px
}

div#sx {
	width:510px;
	float:left;
	padding:0 10px 0 0
}

div#dx {
	width:414px;
	float:right
}

/* FOOTER */

div#footer {
	background:url(../img/bg_line.gif) repeat-x top;
	line-height:21px;
	color:#555;
	text-align:center;
	font-weight:bold;
	width:929px;
	padding: 0 5px 0 5px;
	margin-top:10px
}

div#footer	span.right a, span.left a{
	color:#555;
	font-weight:bold;
	text-decoration:none
}

div#footer	span.right a:hover, span.left a:hover{
	color:red;

}

span#menu-footer {
	color:#333;
	padding:5px 0
}

span#menu-footer a{
	color:#333;
	font-weight:bold;
	text-decoration:none
}

span#menu-footer a:hover{
	color:red;
}







