/* 
    Document   : style.css
    Created on : Aug 3, 2009, 10:10:31 PM
    Author     : Gregory Fisher
    Description:
        Handles display of gallery
*/

body
{
    font-family: Helvetica, Arial, sans-serif;
}
#description
{
    color: #404040;
    font-family: Helvetica, Arial, sans-serif;
}
img
{
    max-width: 530px;
    max-height: 400px;
}
#galleryNavigation a
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}
#galleryNavigation a:hover
{
    background-color: #AFABA0;
}
.sold
{
    color: red;
    font-style: italic;
}
#page_nav, #page_nav a
{
    color: #404040;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
}
#galleryComment
{
    font-size: 16px;
}
