﻿.site-width
{
    width:760px;
}
body 
{
    font-family:Verdana;
    font-size:100%;
}
.page-title
{
    font-family:Garamond;
    font-size:200%;
}
.text-white
{
    color:#ffffff;
}
.text-italic
{
    /*font-style:italic;*/
}
.text-title
{
    font-family:Verdana;
    font-weight:bold;
    font-size:120%;
    border-bottom:solid 1px #cccccc;
}
.text-body
{
    font-family:Verdana;
    font-weight:normal;
    font-size:75%;  
}
#text-menu
{
    font-family:Verdana;
    font-weight:normal;
    font-size:75%; 
    font-style:normal;
    letter-spacing:1px;
    margin:5px 0 5px 5px;
    background:#ccccff;
    
} 
.wrap
{
    float:left;
    margin:5px 5px 5px 10px;
}
    
.border-left
{
    border-left:solid 1px #cccccc;
}
.border-right
{
    border-right:solid 1px #cccccc;
}
