/* 
    Document   : styles
    Created on : Jun 18, 2010, 10:27:05 AM
    Author     : bhall
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

HTML, body
{
    margin: 0px;
    padding: 0px;
    width: 100%;

    font-family: Arial, sans-serif;
    color: #808080;
    font-size: 15px;
    text-align: center;
}

A, A:link, A:visited, A:active
{
    font-family: Arial, sans-serif;
    color: #808080;
    text-decoration: none;
}
A:Hover
{
    text-decoration: underline;
}
STRONG
{
    text-transform: uppercase;
    font-weight: bold;
}

#Content
{
    margin: auto;
    width: 900px;
    text-align: center;
    padding-top: 100px;
}

#Content #Family
{
    letter-spacing: 1px;
    line-height: 18px;
}

#Content #Contacts
{
    width: 550px;
    margin: auto;
    position: relative;
    left: 50px;
}
#Content #Contacts TD
{
    text-align: left;
    width: 33%;
    font-size: 13px;
}

#Vet
{
    font-size: 14px;
}
#Copyright
{
    font-size: 12px;
}

#Construction
{
    color: #FF0000;
    font-size: 16px;
}
