Body
{
    background-color:#fff;
}

#Header
{
    width:500px;
    margin:0 auto;
}

.Normal
{
    color:silver;
    font-size:15px;
}

.SkinObject 
{
    color:#000;
}

a.SkinObject:link {
color:#000;
}

.PageWidth
{
    width:900px;
    margin:0 auto;
    border:solid 0px #000;
}

.BodyContent
{
    width:600px;
    float:left;
    background-color:#fff;
}
.RightPane
{
    width:300px;
    float:right;
    background-color:#ffff00;
}
.BottomPane
{
    width:100%;
    clear:both;
    background:#ff0000;
}

.security
{clear:both;}
