﻿/* Home Styles */

#banner
{
    background-image: url(/images/freestuff/home/banner.jpg);
    width: 795px;
    height: 234px;
    float: left;
    background-repeat: no-repeat;
}

#banner-bookmarks
{
    background-image: url(/images/freestuff/bookmarks/banner.jpg);
    width: 795px;
    height: 234px;
    float: left;
    background-repeat: no-repeat;
}

#banner-title
{
    float: left;
    width: 300px;
    margin-top: 40px;
    margin-left: 20px;
}

#cp
{
    clear: both;
    margin-top: 10px;
}

#banner-title p
{
    width: 267px;
}

#options-holder
{
    border-top: solid 1px #00A000;
    float: left;
    width: 795px;
}
.option
{
    width: 157px;
    height: 186px;
    float: left;
    margin-top: 8px;
}

.optiontitle
{
    height: 26px;
}