﻿body 
{
	background-color: #cbd5d8;
	color: #505050;
	font-family: Verdana, Arial, 'Lucida Grande', Geneva;
	font-size: 10px;
	line-height: 14px;
	vertical-align: top;
}

.TopHeader 
{
	background-image: url("Images/header.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	height: 88px;
	width: 940px;
}

.Menu
{
	height: 35px;
	width: 940px;
}

.Middle
{
	background-image: url("Images/body-background.png");
	background-position: left top;
	background-repeat: repeat-y;
	height: 562px;
	width: 940px;
}

.Content
{
	height: 562px;
	margin: 0;
	padding: 0, 0, 0, 0;
	width: 940px;
}

.Footer
{
	background-image: url("Images/footer.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	height: 47px;
	width: 940px;
}

.LeftColumn
{
	float: left;
	margin: 16px 0 0 0;
	padding: 0;
	width: 253px;
}

.MakeYourChoice
{
	background-image: url("Images/make-your-choice.jpg");
}

.SelectCategory 
{
	color: #505050;
	font-family: Verdana, Arial, 'Lucida Grande', Geneva;
	font-size: 12px;
	margin: 5px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}

.SponsorBanner
{
	background-image: url("Images/sponsor-banner.png");
	text-align: center;
}

.ItemPreview
{
	background-image: url("Images/item-preview.jpg");
}

.MainColumn
{
	float: left;
	margin: 14px 0 0 0;
	padding: 0;
	width: 655px;
}

h2
{
	font-size: 18px;
	font-weight: lighter;
}

a 
{
	color: #606060;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
