/* GENERICHE */
html, body	{
	margin: 0;
	padding: 0;
	}

body	{
	font-family: Verdana;
	font-size: 11px;
	text-align:left;
	color:#038;
	background: none repeat scroll 0 0 #DFE;
	}

div {
	border: 0px solid #f00;
}

h1 {
	font-weight: bolder;
	font-size:20px;
	color: #085;
}

h2 {
	font-weight: normal;
	font-size:18px;
}

a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #085;
}

a:hover {
	text-decoration: underline;
}	

#site_menu a, #site_menu a:visited {
	color:white;
}
	
/* POSIZIONI E DIMENSIONI */

div#container {
	position:relative;
	width: 850px;
	margin: 0 auto;
	border:1px solid #396;
    margin-top:10px;
    margin-bottom:20px;
    box-shadow: 8px 8px 4px gray;
	background: none repeat scroll 0 0 #FFF;
}


div#header {
	height: 80px;
	margin: 0;
}
div#site_menu {
    font-size:14px;
    font-weight:bold;
	clear:both;
	height: 24px;
     border-bottom:1px solid #396;
	background-color:#098;
}

div#content {
    margin-top:12px;
    width:830px;
	min-height: 450px;
	height: auto !important;
	#height: 450px;
    padding-left:10px;
}

div#footer {
	padding-top:30px;
	height: 20px;
	text-align: center;
    border-bottom:1px solid #396;
	clear:both;
}


div#wrapper {
    width:830px;
	min-height: 500px;
	height: auto !important;
	#height: 500px;
	width: 100%;
}

div#wrapper:after {
	content: ";"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.search{
	padding-left: 660px; 
}

div.login{
	float: left;
}

div.new_topic {
	font-size:14px;
	margin: 10px 0;
}
div.new_topic a, div.new_topic a:visited {
	color: #085;
	background-color:#eee;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding:5px;
}