﻿html {font-size: 70%;}

body {
    margin: 0px;
    padding: 0px;
    background-image: url('../Graphics/background.gif');
    background-repeat: repeat-y;
}

img.right {
    float: right;
    border: 1px solid #000000;    
    display: none;
}

.header {
    text-align: right;
    height: 90px;
}
.header img {
    float: left;
    width: 195px;
    height: 90px;
}

ul.menu {
    display: none;
}

.content {
    padding: 0px; margin: 0px;
}

.footer {
    text-align: center;
    border-top: 1px solid #cccccc;
    margin-left: 0px;
}