/* 
	Xecur.com
	20060912 - PgM
*/

body, html {
	margin:0;padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
	background-color:#fff;
}

#laterale {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px solid black;
}

#page {
	border-left: 100px solid #FFCC66;
	padding-bottom: 150px;
	margin-top: 70px;
}
#cnt {
	border-top: 4px solid #0066FF;
	border-bottom: 4px solid #0066FF;
	background-color: #FFCC66;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	
	min-height: 310px;
	height: auto !important;
	height: 310px;
}
#text { width: 600px; }

#ltxt {
	display: block;
	margin-left: 40px;
	color: maroon;
	text-decoration:none;
	font-weight:normal;
}
#ltxt span { color: blue; font-weight: bold;}
#ltxt:hover span { color: red; }

h1 {
	display: block;
	font-size: 16px;
	font-weight:bold;
	color: #900;
	margin-left: 40px;
}


