body {
    background-color: #fff;
    background-image: url( '../images/artiflora-background.gif' );
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 10pt;
    margin: 0px;
}

img {
    border: none;
}

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

a:visited {
    color: #111;
}

a:hover {
    text-decoration: underline;
}

div#index {
    background-color: #e69f35;
    color: #777;
    margin: 0px auto 20px auto;
    width: 720px;
}

div#main {
    background-color: #fff;
    border: 1px solid black;
    border-top: none;
    color: #777;
    margin: 0px auto 20px auto;
    width: 720px;
}

div#header {
    background-image: url( '../images/artiflora-logo-background.gif' );
    color: #fff;
    height: 160px;
    font-size: 9pt;
    text-align: right;
}

div#header a {
    color: #fff;
}

div#logo {
    float: left;
}

div#contact {
    padding: 10px;
}

div#contact span {
    padding: 5px;
}

div#phone {
    font-size: 16pt;
    padding: 0px 15px 0px 0px;
    position: relative;
    top: 90px;
}

div#navbar {
    background-color: #fff;
    display: table;
    font-size: 9pt;
    margin: 1px 0px 1px 0px;
    text-align: center;
    width: 100%;
}

.navbutton {
    display: table-cell;
    padding: 10px 0px 10px 0px;
    width: 16.6%;
}

.navbutton:hover {
    color: #fff;
    background-color: #e69f35;
    text-decoration: none;
}

div#titleImg {
    float: left;
    font-size: smaller;
    padding: 10px 20px 10px 20px;
    text-align: center;
}

h1#title {
    color: #000;
    font-size: 26pt;
    font-weight: normal;
    margin: 5px 0px 0px 20px;
}

div#content {
    margin: 20px;
    text-align: justify;
}

div.gallery {
    background-color: #ddd;
    height: 117px;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}

div.gallery img {
    padding: 10px;
    vertical-align: middle;
}

div#footer {
    clear: both;
    font-size: 8pt;
    padding: 10px 30px 20px 30px;
    text-align: left;
}

div#footer span {
    padding: 3px 12px 3px 12px;
}