﻿body 
{
    /*background-color: Maroon;*/
    color: White;
}

a
{
    /*background-color: Maroon;*/
    color: White;
}

.imageFloatLeft
{
    float:left;
}

.paddingRight
{
    padding-right:3px;
}

.paddingBottom
{
    padding-bottom:3px;
}

.menuItems
{
    background-image: url(http://www.sunparlourcurling.com/images/MaroonBackground.bmp);    
}

.menuItem
{
    margin: 5px 10px 5px 10px;
}

.repeatXLeftTop
{
    background-repeat:repeat-x;
    background-position:left top;          
}

.repeatYLeftTop
{
    background-repeat:repeat-y;
    background-position:left top;          
}

.noRepeatRightTop
{
    background-repeat:no-repeat;
    background-position:right top;          
}

.repeatYRightTop
{
    background-repeat:repeat-y;
    background-position:right top;          
}
