
/* Change color here to change the background color */
body
{
    background-color:#b80007;
}

h1
{
    color: #b80007;
}

h2
{
    color: #b80007;
}

h3
{
    color:#b80007;
}

/* Change color here to change the large box colors */
#Middle #MiddleTop #LeftColumn .BoxLarge
{
    background-color: #dec398;
}

/* Change color here to change the small box colors */
#Middle #MiddleTop #RightColumn .BoxSmall .MenuHeading, #Middle #MiddleTop #LeftColumn .BoxLarge .MenuHeading
{
    color: #94232d;
}

/* Change color here to change the small box colors */
#Middle #MiddleTop #RightColumn .BoxSmall
{
    background-color: #dec398;
}
