﻿@charset "utf-8";

body {
	color: #666666;
	text-align: center;
	background-color: #f4f4d6;
	background-image: url(nav_back.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	}
#contents {
	margin: auto;
	}
h1 {
	font-size: 50px;
        background-color: #943434;
	margin: 0;
	padding: 15px 15px;
        color: #ffffff;
        height: 60px;
	}
h2 {
	font-size: 20px;
	color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	background-color: #ff9900;
	margin: 20px 70px 0 70px;
        padding: 5px 0 5px;
	}
h4 {
	font-size: 15px;
	color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	backgounr-image: url(london.jpg);
	margin: 0;
        padding: 15px 15px;
        height: 60px;
	}

#nav h3 {
	margin: 0 10px;
	padding: 2px 5px;
	background-color: #525247;
	color: #ffffff;
	}

p {
	text-align: left;
        font-size: 15px;
        line-height: 150%;
        background-color: #ffffff;
	border-bottom: dotted #ff9900 4px;
	border-left: dotted #ff9900 4px;
	border-right: dotted #ff9900 4px;
	margin: 0 70px 20px 70px;
	padding: 15px;
	}
p a {
	text-decoration: none;
	font-weight: bold;
	color: #943434;
	}
p a:hover {
	color: #99ff33;
	}
address {
	font-size: smaller;
	font-style: normal;
	}
span#trattoria {
	font-weight: bold;
	}
span.italia {
	font-style: italic;
	}
img.photo {
	float: right;
	margin: 5px;
        padding: 5px;
	}
#select {
        font-size: 18px;
	margin: 20px 70px 20px 70px;
	background-color: #39b573;
	padding: 5px;
	font-size: 16px;
	}
#select a {
	text-decoration: none;
	font-weight: bold;
	color: #943434;
	}
#select a:hover {
	color: #99ff33;
	}

