/* 
    Document   : index.css
    Created on : Jun 3, 2009, 3:02:27 PM
    Author     : Brad Ottoson
    Description:
        Style information for home page.
*/

table.index_content
{
    width: 968px;
}

td.index_about
{
    font-family: "Times New Roman", Times;
    color: #111111;
    font-size: larger;
    text-align: justify;
    line-height: 1.4;
    float: left;
    width: 435px;
    padding: 6px;
    margin: 6px;
    vertical-align: top;
}

.slideshow
{
    float: right;

    width: 435px;
    height: 470px;

    padding: 0;
    margin: 0;
    overflow: hidden;
}

/*
.slideshow img
{
    width: 415px;
    height: 450px;

    top: 0px;
    left: 0px;

    padding: 8px;

    border: 2px solid #559737;
    background-color: #6abd45;    
}*/

