﻿#MainContent
{
    padding-left: 20px;
    width: 736px;
}

#homenav
{
    color: #fff;
}

#MainContent h2
{
    margin-top: 10px;
}

.MainText p
{
    width: 300px;
}

p
{
    color: #4e4e4e;
    font-size: 13px;
}
.beer:hover
{
    background-color: #EAEAEA;
}

.beer
{
    background-color: #D3D4D3;
    width: 156px;
    height: 200px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.beer a
{
    color: #996500;
    font-weight: bold;
}

.beer a:hover
{
    text-decoration: underline;
}

body #pagewrap .beer p
{
    font-size: 11px;
    margin: 3px;
    color: #656565;
}

.beer img
{
    margin-top: 15px;
    margin-bottom: 5px;
}


#Editable
{
    width: 535px;
    float: left;
}
.floatright { float: right; }    