/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

/** { padding: 0; margin: 0; }*/

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-color:#ebebeb;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
	margin-bottom: 5px;
	overflow: auto;
	width: 100%;
	background-color: #00A9DF;
}
#header {
	color: #FFFFFF;
	width: 902px;
	padding: 10px;
	height: 100px;
	margin: 10px 0px 5px 0px;
	background: #FFFFFF;
	background-image: url(images/header.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #D1DBDB;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px;
	padding: 10px;
	width: 684px;
	height:auto;
	display: inline;
	position: relative;
	background-color: #FFFFFF;
	border-right:1px solid #D1DBDB;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:center;
 font-weight:bold;
 font-size:10px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
.clear { clear: both; background: none; }

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(images/sf_menu.jpg);
	background-position:right;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	padding-top:10px;
	padding-left:15px;
}
a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a.menu:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

h4 {color:#0033CC; border-bottom:1px dashed #FF0000; display:block; font-size:13px; background-image:url(images/fr1.jpg); background-position:left -1px; background-repeat:no-repeat; padding-left:25px; padding-bottom:5px; }

h5 {color:#FFFFFF; padding-left:15px; text-decoration:underline; margin-top:10px; font-size:13px; background-image:url(images/fr2.gif); background-position:left; background-repeat:no-repeat; margin-left:20px;}
p { text-align:justify;}

.Stile1 {
	color: #FF0000;
	font-weight: bold;
}