/*
Theme Name:Ristorante 2008
Theme URI:www.ristoranteduemilaotto.it
Description: Tema ristorante
Version: 1.5
Author: Enzo Nardo Di Maio
Author URI: ziooweb.it
*/

body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:3mm;
	color:#000;
	background:url(img/background.png);
	background-repeat:repeat;
	
	}
#wrapper {
	margin:0 auto;
	width:850px;
	min-height:500px;
	height:100%;
	}
#head{
	float:left;
	width:845px;
	height:110px;
	margin:0 auto;
	background-image:url(img/head.png);
	background-repeat:no-repeat;
	margin-left:1px;
	margin-top:20px;
	margin-bottom:1px;
	}
#content{
	float:left;
	width:845px;
	height:100%;
	min-height:500px;
	background-image:url(img/bd.png);
	background-repeat:repeat;
	margin-left:1px;
	}
#testo{
	float:left;
	margin-top:35px;
	
	
	
	
	}
#content p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	margin-left:18px;
	margin-right:18px;
	text-align:left;}
#content h2{
	margin-left:20px;
	}
#menu{
	float:left;
	width:838px;
	height:35px;
	background-color:#900;
	margin-left:5px;
	margin-bottom:1px;
	text-align:left;
	}
#menu ul{
	margin-left:-30px;
	
	text-align:left;
	}
#menu li{
	
	display:inline;
	text-decoration:none;
	list-style-type:none;
		}
#menu a{
	margin-right:10px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:3mm;
	color:#FFF;
	}	

	
	
#footer{
	float:left;
	width:845px;
	height:100px;
	background-image:url(img/ft.png);
	background-repeat:no-repeat;
	margin-left:2px;
	}
#footer p{
padding-left:10px;
}

#footer a{
color:#FFF;
}

#footer a:visited{
color:#FFF;
}

img{
	border:0;}