﻿/* QUI SONO CONTENUTI GLI STILI GENERALI PER IL PORTALE*/

#header /* Elemento contenente il banner principale */
{
	width:980px;
	height:77px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	background-color:White;
	color:#666;
}

h1
{
	height:1px;
	border:1px solid #49281f;	
}

.main_menu_wrapper
{
	padding:0px;
	margin-left:0px;
	padding-bottom:2px;
}

.main_menu_wrapper li a:hover
{
	text-decoration:underline;
	color:White;
}

.static_menu_wrapper
{
	border-bottom:3px solid #666;	
	padding:3px;
	padding-bottom:5px;
	color:#46281E;
}

.static_menu_wrapper a
{
	text-decoration:none;
	color:#46281E;
}

.static_menu_wrapper a:hover
{
	text-decoration:none;
	color:#000;
}

.static_menu_wrapper a:active
{
	text-decoration:none;
	color:#46281E;
}

.content_box
{
	margin-top:20px;
	margin-left:4px;
	margin-right:4px;
}

.left_column
{
	width:195px;
	color:#DDD;	
}

.right_column
{
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:0px solid #666;
	color:#46281E;
	line-height:20px;
}