﻿body
{
    background: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #313e9f;
    margin: 0px;
    font-family: Arial;
    font-size: .9em;
}
a.More
{
    text-decoration:none;
    color: #9e0b0f;
    font-weight:bold;
    font-size: .9em;
}
#GenContent
{
    background-color: #ffffff;
    text-align: left;
    width: 960px;
}
#MainContent
{
    width: 959px;
    text-align: left;
    background-color: #ffffff;
    
    height: 505px;
}
#MainContentLeft
{
    width: 461px;
    height: 505px;
    float: left;
    background: url(images/grassbg.jpg);
}
#MainContentRight
{
    width: 496px;
    height: 505px;
    float: left;
    background: url(images/rightbg.jpg);
    background-color: #ffffff;
}

.NewsTitle
{
    font-family: Georgia;
    font-size: 1.3em;
}
#Footer
{
    margin-top: 20px;
    text-align: center;
    color: yellow;
}
#Footer a
{
    color: Yellow;
}
h1
{
    font-size: 1.4em;
    margin-top: 5px;
    font-family: Georgia;
}

/* dropshadow */

.outerpair1
{
    background: url(images/upperrightfade.png) right top no-repeat;
}
outerpair2
{
    background: url(images/lowerleftfade.png) left bottom no-repeat;
    padding-top: 8px;
    padding-left: 8px;
}
shadowbox
{
    background: url(images/shadow.png) bottom right;
}
.innerbox
{
    position: relative;
    left: -8px;
    top: -8px;
}

ul.HomeList
{
    margin:0px;
    padding: 0px;
    list-style-type: none;
}

ul.HomeList li
{
    line-height: 1.4em;
    font-size: 11px;
}

.comment
{
    border: 1px solid #ccc;
    padding: 10px;
}
.WallComments
{
    background: url(images/WallBg.png);
    background-repeat: repeat-x;
    background-color: #f2e791;
    padding: 10px;
    border-top: 1px solid #f2e791;
}