* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
	position:relative
}
body {
	background-image: url(blackstripe.gif);
	background-repeat: repeat-y;
	background-position: 98px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	background-attachment: fixed;
}
#header h1 {
	background-image: url(logo-ez.jpg);
	background-repeat: no-repeat;
	line-height: 100px;
	padding-left: 88px;
	background-position: 99px;
}
#header h1 span{
	position: absolute;
	left:-999px;
	top:-99pz;
}
#header h2 {
	margin-left: 180px;
}
#header h3 {
	margin-left: 8px;
	font-family: "Arial Black", Impact, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: -0.1em;
}
#header img#erosso {
	float: left;
	margin-top: 6px;
	margin-left: 6px;
}
pre {
	display: none;
}
#content {	
	min-height: 390px;
	height: auto;
	width: 100%;
	background-color: #666666;
	background-image: url(bg.jpg);
	position: relative;
	clear: both;
}
#content #col-sx {
	padding-right: 320px;
	padding-left: 210px;
	padding-top: 30px;
}
#content #col-dx {
	position: absolute;
	width: 260px;
	top: 0px;
	right: 0px;
	height: 100%;
	min-height: 320px;
	background-image: url(bg2_invert.jpg);
	border-left: 1px solid #CCCCCC;
}
#content #col-dx h3{
	padding-top: 9px;
	padding-left: 9px;
}
#content #footer {
	font-size: 0.9em;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	padding: 0px 9px 0px 20px;
	color: #CCCCCC;
	background-color: #333333;
	border-top: 1px solid #999999;
	height: 99%;
}
#content #footer h4 {
	margin-top: 22px;
	margin-bottom: 12px;
}
#content #footer a, #content #footer a:visited {
	color: #FFF;
	margin-top: 12px;
	margin-bottom: 6px;
	display: block;
	height: 25px;
}
#content #footer a:hover {
	text-decoration: none}

.clear {
	clear: both;
	margin-top: 30px;
}
.article {
	color: #FFCC00;
	margin-bottom: 6px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: lighter;

}
.article h1 {
	margin-bottom: 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.article p {
	margin-bottom: 10px;
	font-weight: bold;

}
.article strong {
	font-size: 1.3em;
	color: #CCCCCC;
}
.article a {
	margin-bottom: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.article a:hover {
	text-decoration: underline;
}
.article a:visited {
	color: #FFFFFF;
}
.article ul {
	clear: both;
	margin-left: 30px;
}
.extras {
	margin-top: 20px;
	padding-right: 320px;
	padding-left: 210px;
	line-height: 25px;
	color: #333333;
	clear: both;
	background-image: url(bg_invert.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}
.extras h2{
	margin-bottom: 10px;
}
.extras p{
	margin-bottom: 10px;
	text-align: justify;
}
.extras #foto {
	border: 2px solid #5F5F43;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.extras #prefoto {
	float: left;
	margin-right: 10px;
	border: 1px solid #666666;
}
.disclaimer {
	padding-top: 100px;
}
.disclaimer a {
	color: #616161;
	text-decoration: none;
}
.leftspacing {
	padding-left: 15px;
}
