﻿body
{
    background-color: #003300;
    color: white;
    font-family: Verdana, Sans-Serif;
    background-repeat: repeat-y;
    background-position: center;
}

a
{
    color: #6699ff;
}
a:visited
{
    color: #ff99ff;
}


#outer
{
    width: 800px;
    border-top: 0;
    border-bottom: 0;
    margin: auto;
}

#inner
{
    padding: 4px;
    border-top: 0;
    border-bottom: 0;
}

#title
{
    font-size: 400%;
    margin: 0;
    float: left;
    padding-left: 8px;
}

#days
{
    margin: 0;
    text-align: center;
}
#days img
{
    border: 1px solid #999999;
}


#call
{
    margin-top: 0;
    text-align: right;
    padding-top: 10px;
}


#phone
{
    text-align: right;
    margin: 0;
    padding-right: 8px;
    font-size: 200%;
}

#action
{
    text-align: center;
    font-size: 200%;
    margin: 0;
}
#action a
{
    color: #ffff00;
    text-decoration: none;
}

#action a:hover
{
    text-decoration: underline;
}

#footer
{
    height: 85px;
    clear: both;
    font-size:.75em;
    text-align:center;
    display:block;
}

#copyright
{
   text-align: center;
    font-size: smaller;
    display: block;
    float: left;
}

#a8bmark
{
    float: right;
}
a img
{
    border: none;
}
#license
{
font-size:xx-large;
text-align: center;
}