body {
font-size:medium;
font-family:georgia, serif;
margin: 0;
padding: 0;
}

#header {
width: 100%;
height:3em;
background-color:#333;
text-align: left;
margin: 0;
border:solid 1px black;
}



#content {
text-align:center;
}

#triptych {
border:dotted 0px red;
display:block;
    margin-left: auto;
    margin-right: auto;
width:800px;
margin-top:2em;
}

#middle {

border-top:6px solid tan;
padding:1em;
}

img {
border:solid 1px #666;
padding:3px;
display:inline;

}

p.info {
margin-top:0px;
}

#logo h1 {
font-size:2.3em;
font-style:normal;
font-weight:normal;
font-variant: small-caps;
font-family:Marcellus SC, georgia, serif;
padding: 0px;
line-height:105%;
border:dotted 0px white;
text-align:center;
margin-bottom:0;
}

#logo em {
margin-top:0;
padding-top:0;
text-align:center;
font-family:Josefin Slab, serif;
font-size:1.2em;
font-weight:600;
}

.phone {
font-size:1.3em;
text-align:center;
}

.service-area {
margin-top:1em;
text-align:center;
}



#footer {
width: 100%;
font-size:small;
color:white;
text-align:center;
background-color:#333;
position: absolute;
 top:85%;
 bottom: 0px;
padding:1em;
}
