body{
	padding:0;
	background-color: #373536;
	margin: 0;
}

b{font-size: 110%;}
/* em{color: red;} */

a:link {
	color: #6D3429;
	text-decoration: none;
}
a:visited {
	color: #6D3429;
	text-decoration: none;
}
a:active {
	color: #6D3429;
	text-decoration: none;
}
a:hover {
	color: #C16659;
	text-decoration: none;
}

#maincontainer{
width: 1000px; /*Width of main container*/
/* margin: 0 auto; Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin-left: 125px; /*Set left margin to LeftColumnWidth*/
	background-color: #373536;
	background-image: url(immagini/sfondo_sito_gima.gif);
	height: 540px;
	background-repeat: no-repeat;
}

#leftcolumn{
	float: left;
	width: 125px; /*Width of left column*/
	height: 500px;
	margin-left: -1000px;
	background-color: #373536;
	background-image: url(immagini/logo.gif);
	background-repeat: no-repeat;
}



.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
}


.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

.credits a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.creditsa:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.credits a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.credits a:hover {
	color: #C16659;
	text-decoration: none;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.25em;
}

.table_corpo_td {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.25em;
	background-color: #F9EEEC;
}

.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.90em;
	color: #C16659;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
}

.titolo_appartamento {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #8E4135;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
}



.testogrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.25em;
	font-weight: bold;
}
.form_campotesto {
	width: 130px;
}
.form_multiriga {
	width: 365px;
	font-family: Arial, Helvetica, sans-serif;
}
.form_pulsante {
	font-family: Arial, Helvetica, sans-serif;
}

