/* CSS Document */
body{
	margin: 0;
	padding:0;
	font-family: Arial;
	background-image: url(../images/page_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #235BA5;
}


a:link, a:visited, a:active, a:hover{
	color: #5AADF4;
} 

a:link, a:visited {
	text-decoration: none;
} 
a:active, a:hover { 

	text-decoration: underline;  
}
.gcon_main_cnt {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.gcon_page_cnt {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: left;
}
.gcon_page_hdr {
	background-image: url(../images/hdr_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 266px;
	margin: 0px;
	padding: 0px;
}
.gcon_page_body {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto !important;  /* per i browser moderni */
	height: 820px;      /* per IE5.x e IE6 */
	min-height: 820px;  /* per i browser moderni */
	overflow: visible;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	background-position: left top;	
	width:898px;
	float:left;
}
.gcon_left_col {
	width: 450px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:auto;
	padding: 0px;
	float: left;
	background-image: url(../images/left_col_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto !important;  /* per i browser moderni */
	height: 820px;      /* per IE5.x e IE6 */
	min-height: 820px;  /* per i browser moderni */
}

.gcon_left_col_cnt {
	padding: 0px;
	margin-top: 31px;
	margin-right: 10px;
	margin-bottom: 31px;
	margin-left: 10px;
}
.gcon_page_hdrspacer {
	display: block;
	clear: both;
	height: 50px;
}


.gcon_center_col {
	width: 279px;
	float: left;
	background-color: #E4E4E5;
	height: auto !important;  /* per i browser moderni */
	height: 820px;      /* per IE5.x e IE6 */
	min-height: 820px;  /* per i browser moderni */

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:auto;

}
.gcon_center_col_cnt {
	padding: 0px;
	margin: 21px;
}

.gcon_center_col_cnt {
	padding: 0px;
	margin: 21px;
}
.gcon_right_col {
	margin: 0px;
	padding: 0px;
	width: 169px;
	float: right;
/*	background-image: url(../images/right_col_bg.png);
	background-repeat: repeat-y;
	background-position: right center;
*/	height: auto !important;  /* per i browser moderni */
	height: 820px;      /* per IE5.x e IE6 */
	min-height: 820px;  /* per i browser moderni */


}
.gcon_right_col_cnt {
	padding: 0px;
	margin-top: 21px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.gcon_page_logo {
	padding-top: 37px;
	padding-left: 42px;
	margin:0px;
}
.gcon_page_footer {
	clear: both;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
}
