﻿body
{
	background-color: #6A8561;
}

.mainContainer
{
	width: 765px;
	margin: 0 auto;
	position: relative;
}

.linkContainer
{
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
	color: White;
}

.linkContainer a 
{
	color: White;
}

.headerContainer
{
	margin-top: 10px;
	background-image: url(images/headerBackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}

.navigationContainer
{
	position: absolute;
	background-color: #85A579;
	height: 33px;
	width: 758px;
	top: 10px;
	left: 0px;
}

.contentContainer
{
	background-color: White;
	padding: 10px 20px;
	width: 718px;
}

.slideShowContainer
{
	float: left;
	width: 200px;
	height: 150px;
	background-image: url(images/slideshowBackground.png);
	background-repeat: no-repeat;
	padding-left: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.footerContainer
{
	margin-top: 5px;
	color: White;
}

.footerContainer a
{
	color: White;
}

.siteChalkStoreCheckOutPanel
{
	background-color: #D8F4CF;
	border: solid 1px #6A8561;
	padding: 10px;
	margin-bottom: 5px;
}