/*
	Copyright © 2007 dotDesign
	All Rights Reserved
	dotDesign is the web design division of PLzAlliance
	www.plzalliance.com - plzalliance@gmail.com
	
	File per la configurazione dell'aspetto grafico di index.html
*/

body {
	background-color:#ededed;
	margin: 0px;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color:#666666;
	}

img {
	margin: 3px;
	padding: 3px;
	border:none;
	}
	
#index_container {
	width: 783px;
	margin: 0 auto;
	}
	
#index {
	background-image:url(../../imgs/index.jpg);
	background-repeat:no-repeat;
	width: 783px;
	height: 368px;
	margin-top: 10%;
	}

#index_nav {
	margin-top: 10px;
	text-align: right;
	font-size:18px;
	}
	
#index_footer {
	font-size:11px;
	text-align: center;
	padding: 5px 0;
	border-top: #000000 solid 1px;
	margin: 50px 0;
	}
	
#map {
	margin-top: 10%;
	width:783px;
	height:368px;
	}

a { color:#333333; text-decoration:none }
a:hover { color:#000000; text-decoration: underline; }
a:visited { color:#333333; }
