﻿body 
{
    background:url(../images/blue.jpg) repeat;
}

.GalleryImageSize
{
    width:80px;
    height:100px;    
}

.HomePageLabel
{
    width:175px;
    text-decoration:underline;
    font-weight:bold;
    font-size:12px;
}

.MainPageColumns
{
    width:200px;
}

.Rates1stLetter
{
    font-size:20px;
    font-weight:bold;
}

.GalleryText
{
    font-size:14px;
}

#Image1
{
    width:80px;
    height:100px;
}
#Labelclass
{
     background-color:Yellow;
}

.RatesHeaders
{
    font-family:Arial;
    font-size:12px;
    font-weight:bolder;
    
}

.RatesColumnWidth
{
    width:200px;
}

.divitem
{
	margin-bottom:5px;
	width:150px;
}

.menuitem
{
	text-decoration:none;
	font-size:20px;
	color:Black;
	text-align:center;
	display:block;
	background:url(../images/blue.jpg) repeat;
}

.menuitemselected
{
	text-decoration:none;
	font-size:20px;
	color:Black;
	text-align:center;
	background-color:#E0ECFF;
	display:block;
	
}



