﻿/*=============================================================================
 Cascading Style Sheet (CSS)
=============================================================================*/

html { 

}

.light { color: #91603c; }
.img_center
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid
}
.img_left
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    margin-top: 5px;
    float: left;
    margin-bottom: 5px;
    border-left: #000000 1px solid;
    margin-right: 10px;
    border-bottom: #000000 1px solid
}
.img_right
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    margin-top: 5px;
    float: right;
    margin-bottom: 5px;
    margin-left: 10px;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid
}
.img_top_left
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    float: left;
    margin-bottom: 5px;
    border-left: #000000 1px solid;
    margin-right: 10px;
    border-bottom: #000000 1px solid
}
.img_top_right
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    float: right;
    margin-bottom: 5px;
    margin-left: 10px;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid
}