.clear
    {
    clear: both;
    }
body
    {
    background-color: #ffffff;
    color: #000000;
    background-image: url("../images/back.jpg");
    font-family: "Arial", sans-serif;
    margin: 8px;
    }
h1
    {
    font-size: xx-small;
    font-weight: normal;
    text-align: center;
    color: #cccccc;
    background-color: transparent;
    padding: 2px;
    display: inline;
    position: absolute;
    right: 10px;
    }
div#main-img
    {
    float: right;
    margin-top: 8px;
    }
div#main-img img
    {
    margin-left: 15px;
    margin-right: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
    }
div#info {
    margin-right: 310px;
    text-align: center;
}
p.center
    {
    text-align: center;
    }
p.links
    {
    font-family: "Tahoma", sans-serif;
    font-size: x-small;
    }
p.address
    {
    font-family: "Bernhard Modern Bold BT", serif;
    }
p.smallprint
    {
    font-family: Arial, sans-serif;
    font-size: xx-small;
    text-align: center;
    }
img {
    border: 0;
    }
img.left
    {
    margin-right: 10px;
    }
img.right
    {
    margin-left: 10px
    }
img.centertop
    {
    margin-bottom: 10px
    }
img.logo
    {
    vertical-align: top
    }
img.oval
    {
    margin-left: 15px;
    margin-right: 15px
    }
a.ext
    {
    text-decoration: none;
    background-color: transparent;
    color: #9900ff
    }
a.ext:hover
    {
    text-decoration: underline
    }
a.int
    {
    text-decoration: none;
    background-color: transparent;
    color: #ff6600
    }
p.smallprint a
    {
    text-decoration: none;
    background-color: transparent;
    color: #000000
    }
br.left
    {
    clear: left
    }
