* {
    margin: 0;
    font-size: 12px;
}

a {
    color: blue;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

body {
    padding: 0;

    vertical-align: top;

    font-family: Arial, sans-serif;
    font-size: 0.8em;

    font-stretch: normal;
    font-style: normal;
    font-variant: normal;

    line-height: 1.5em;
}

img {
    border: 0;
}

table {
    border: 0;
    border-collapse: collapse;
}
table td {
    padding: .2em;
}

h1 {
    font-size: 150%;
    font-weight: normal;
    margin: 0 20px 0.8em 0;
}

div.clr {
    clear: both;
}
/* *** *** */
div#wrapper {
    width: 800px;
    margin: 2em 1em;
}

div#head {
    width: 100%;
    height: 120px;
}
div#phone {
    margin-left: 19em;
    height: 30px;
}
span#areacode {
    color: #005aaa;
    font-size: 150%;
}
span#number {
    color: #005aaa;
    font-size: 200%;
}
span#print {
    margin-left: 10%;
}
span#print a {
    font-size: 150%;
    color: #555;
}

div#content {
    margin: 2em 0 0 0;
    width: 100%;
}

div#desc {
    width: 100%;
}
div#text {
    width: 420px;
    float: left;
}
div#text ul {
    list-style: none;
    margin: 1em 0.1em 0 0;
    padding: 0;
}
div#text p#textdesc {
    margin: 0.5em 1em;
}
div#img {
    width: 320px;
    height: 240px;
    float: left;
    border: 1px solid #000;
}

div#specif {
    margin: 2em 0 0 0;
    width: 100%;
}
div#months {
    width: 300px;
    float: left;
}
div#map {
    width: 440px;
    height: 300px;
    float: left;
    border: 1px solid #000;

}


/* foot */
div#foot {
    margin: 2em 0 0 0;
    color: #555;
    font-size: 1em;
    line-height: 1.5em;
}
div#foot a {
    font-size: 1em;
}

/* stuff */
tr.alt {
    background-color: #f2f2f2;
}

span.red {
    color: red;
    font-weight: normal;
}

div.gmnoprint span, a {
    font-size: 6px;
    white-space: normal;
}
