/**
* Created on : May 18, 2009, 3:50:43 PM
* Author     : Ward Morris
*/

/******************************************************************************
* Image Gallery
*****************************************************************************/

#main_image {
    float: right;
    padding-left: 10px;
    left: 20px;
}

#main_image img {
}

#main_text {
    font-size: 16px;
    font-family: Palatino Linotype, sans-serif;
    position: relative;
    left: 20px;
}
