body{
	font-family: Tahoma,Verdana,Arial,Sans-serif;
	font-size: 0.9em;
    background: url(img/bg.png) top left repeat-x;
}

#portal_container{
	margin: 0 auto;
	width: 960px;
}

#header {
    background: url(img/header_bg.jpg) top center no-repeat;
    height: 150px;
}
#topbar{
	padding:5px;
	color: #FEA30A;
    border-bottom:1px solid #FEA30A;
	margin-bottom: 10px;
}
#comune {
    position: absolute;
    margin-left: 150px;
    background: url(img/parabiago.gif) center top no-repeat;
    text-align: center;
    height: 125px;
    text-shadow: 1px 1px white;
}
#comune h2 {
    padding-top: 90px; 
}   


#topbar a, #topbar a:active, #topbar a:visited {
	font-size:0.85em;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

div#rightcolumn {
  background: #e0effd none repeat scroll 0 0;
  margin-right:0px;
  padding-left: 5px;
  border-top:1px solid #cce5fc;
  width: 180px;
}

#portal_left {
    min-height: 300px;
    background: #FEA30A none repeat scroll 0 0;
    padding-right:0px;
	float: left;
}

#portal_content{
	float: left;
	width: 500px;
	margin: 10px 20px;
}

.menu_box{
    margin: 0px 8px;
    margin-bottom: 15px;
}

.menu_box h3 {
    font-size:0.98em;
    text-transform: uppercase;
    background: green;
    border: 5px solid white;
    margin:0;
    padding:2px 0 2px 10px;
    color:#E4E9F5;
}

.menu_box ul{
    list-style-type:none;
    padding-left:10px;
    font-size:90%;
}

.menu_box a, .menu_box a:visited, .menu_box a:active{
    background:url("../img/menulnk_off_right.gif") no-repeat scroll 5% 50% transparent;
    color: #333;
    padding:0.2em 0 0.2em 20px;
    text-decoration: none;
    display: block;

}

#user_welcome{
    display: block;
    padding: 10px;
    font-size: 90%;
	border-style: solid;
	border-color: #188C91;
    border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
}


#portal_right h3 {
  background: #e0effd url(../img/menu_right.png) no-repeat scroll left top;
  color: #CC0000;
}

/* Footer */
div#footer {

  padding: 10px;
  font-size: 90%;
    margin: 0px auto;
    background: url(img/footer_bg.gif) left 30px repeat-x;
}

#footer ul {
    padding-left: 15px;
    list-style-type:circle;
}

#footer-content {
    background: url(img/footercnt_bg.jpg) top left no-repeat;
    width: 960px;
    height:95px;
    margin: 20px auto;
    border-left:10px solid white
}
#footer-content div {
    padding-top: 55px;
    font-size: 11px;
    padding-left:450px;
    line-height: 8px;
    color: white;
}

