body {
         margin: 0;
         padding: 0;
	 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	 background-color: #F4E7E0;
         color: #353433;
         overflow: auto;
	 overflow-x: hidden;
	 letter-spacing: .05em;
	 font-size: .9em;
}


.procealink{ 
   display: block; 
   color: white;

}

.navigation {
        width: 100%;
        background-color: #F4E7E0;
        text-align: center;
}

table.buttons  {
         width: 100%;
	 border: 0;
         cellpadding: 0;
         cellspacing: 0;
         padding-left: 2.5%;
         padding-right: 2.5%;
         height: 3em;
         text-align: center;
         font-size: 18px;
         opacity: 0.8;
}

a {
         text-decoration: none;
         color: #353433;
}

h1 {
         line-height:0em;
         font-family: 'Playfair Display', serif;
         text-decoration: none;
         color: #353433;
         font-size: 2em;
         font-weight:normal;
}

h2 {
         line-height:0em;
         font-family: 'Playfair Display', serif;
         text-decoration: none;
         color: #353433;
         font-size: 1.5em;
         font-weight:normal;
}

#distance {
 background-color: #FFFFFF;
 width: 20px;
 height: 33.333%;
 float: left;
 }

 #container {
 margin: 0 auto;
 margin-bottom: 0px;
 position: relative;
 height: auto;
 width: 1024px;
 clear: left;
 }