@charset "UTF-8";
/* CSS Document */
body {
	text-align:center;
	margin:0;
	padding:0;
	color:#666;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:16px;
}
a {
	color:#006b3a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}
a img {
	border:none;	
}
div#main {
	margin:0 auto;
	width:582px;
	padding:9px;
}
h1 {
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	width:582px;
	height:587px;
	margin:0;
	padding:0;
}
h1 strong {
	display:none;
	visibility:hidden;
}
div#copy {
	text-align:left;
	width:515px;
	margin:0 auto;
}
h2 {
	color:#006b3a;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}
h3 {
	color:#006b3a;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
}
ul {
	padding:0;
	margin:0;
	background-image:url(icon-background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
li {
	margin:0 14px;
	padding:0;
	list-style:none;	
	text-align:center;
	float:left;
}
ul li a p {
	color:#666;	
}
div#footer {
	background-image:url(presso.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	font-weight:bold;
	height:41px;
	clear:both;
	margin-bottom:35px;
}
.grey {
	color:#666;	
}
