﻿body 
{
    font-family: Trebuchet MS;
    font-size: 10pt;
    color: #977966;
    line-height: 20px;
    background-color: White;
    width: 100%;
    border: none;
}
a
{
    color: #66CCCC;
    font-size: 8pt;
    font-weight: bold;
}
#left
{
    position: absolute; 
    left: 0px; 
    top: 50px;
    width: 200px;
}
#content
{
    position: absolute; 
    left: 200px; 
    top: 50px;
    width: 700px;
    border: none;
    background-image: url('Images/position_holder.gif')
}
#right
{
    position: absolute; 
    background-color: #E5E5CC;
    height: 160px;
    left: 902px; 
    top: 150px;
    width: 100%;
}
#navigation
{
    text-align: right;
    background-color: #E5E5CC;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navigation_link
{
    color: #663300;
    margin-right: 40px;
    line-height: 20px;
    font-weight: normal;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
#content_with_border
{
    width: 100%;
    border: dotted 1px #CDCDB7;
    min-height: 400px;
}
.availability
{
    text-align:center;
}
.availability td
{
    padding: 5px;
    border: solid 1px silver;
}
.navigation_path
{
    font-size: 8pt;
    color:#66CCCC;
}
#images
{
    min-height: 350px;
}