body {
    margin: 0;
    min-height: 800px;
    background: #FFF8EE url(http://mirabella.lantenengo.com/images/background.jpg) repeat;
    color: #240202;
    font-size: 15px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    padding: 0;
    text-align: center;
    }
a {
    color: #240202;
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    }
img { border: 0; }

#container {
    width: 700px;
    margin: 0 auto;
    text-align: left;
    }

#topbox {
    width: 700px;
    height: 235px;
    background-color: #240202;
    padding: 0;
    margin: 0;
    }
#topbox img {
    margin: 0;
    padding: 0;
    }
#topboxleft {
    float: left;
    width: 225px;
    height: 235px;
    padding: 0;
    margin: 0;
    }
#topboxright {
    float: left;
    width: 475px;
    height: 235px;
    padding: 0;
    margin: 0;
    }
    
   
#navbox {
    width: 700px;
    height: 25px;
    background-color: #240202;
    margin-top: 0;
    padding: 3px 0 3px 0;
    overflow: hidden;
    font-size: 13px;
    }
#navbox ul {
    list-style-type: none;
    padding: 5px;
    margin: 0;
    }
#navbox ul li {
    display: inline;
    padding-left: 8px;
    padding-right: 7px;
    }
#navbox ul li a {
    font-variant: small-caps;
    color: #D4B072;
    font-family: "Times New Roman",Times,serif;
    font-weight: bold;
    }


#mainbox {
    width: 700px;
    min-height: 350px;
    }
#mainbox #left {
    float: left;
    width: 420px;
    line-height: 24px;
    margin-left: 12px;
    margin-top: 20px;
    }
#mainbox #right {
    float: left;
    width: 205px;
    margin-left: 30px;
    margin-top: 20px;
    }
#mainbox td {
    padding: 7px;
    }
#mainbox td a, #mainbox li a {
    font-weight: bold;
    text-decoration: underline;
    }
#mainbox td a:hover, #mainbox li a:hover {
    text-decoration: none;
    }    
#mainbox th {
    padding: 7px;
    border-bottom: 1px #240202 solid;
    font-weight: bold;
    text-align: left;
    }
#mainbox li {
    margin-bottom: 10px;
    }
#mainbox #map {
    width: 698px;
    height: 400px;
    border: 1px #240202 solid;
    }
#mainbox #map img {
    margin: 20px;
    border: 1px #240202 solid;
    }

#mainbox #leftleft {
    float: left;
    width: 30px;
    margin-top: 20px;
    }
#mainbox #leftright {
    float: left;
    width: 385px;
    margin-top: 20px;
    margin-left: 25px;
    }


    
#bottombox {
    clear: both;
    width: 700px;
    padding-top: 35px;
    padding-bottom: 25px;
    font-size: 12px;
    text-align: center;
    }

.links {
    font-weight: 400;
    }
    
.alert {
    font-weight: bold;
    color: red;
    }

.bigletter {
    float: left;
    font-weight: normal;
    font-size: 30px;
    line-height: 24px;
    }
.underlined a {
    text-decoration: underline;
    }
.underlined a:hover {
    text-decoration: none;
    }
em a {
    text-decoration: underline;
    }
em a:hover {
    text-decoration: none;
    }