﻿
#background-container
{
	width: 986px;
	margin: 0px auto;
	background-image: url(../Images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#container
{
	position: relative;
	width: 970px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	border: solid 1px #7D7D7D;
	border-top: none;
	border-bottom: none;
}

#header
{
	margin-bottom: 5px;
}

#breadcrumb
{
	clear: both;
	padding: 5px 10px 5px 10px;
	font-size: 0.8em;
}

#breadcrumb a
{
	text-decoration: none;
}

#header-search
{
	text-align: right;
	padding: 0px 5px;
	font-size: 0.9em;
}

#left
{
	float: left;
	margin-left: -759px;
	width: 210px;
	border: solid 1px #D7D7D7;
	border-left: none;
	margin-bottom: 10px;
}

#right
{
	float: right;
	width: 210px;
	border: solid 1px #D7D7D7;
	border-right: none;
	margin-bottom: 10px;
}

#content
{
	float: left;
	margin-left: 210px;
	width: 509px;
	padding: 0px 20px 20px 20px;
	height: 100%;
}

#footer
{
	clear: both;
	text-align: center;
	border: solid 1px #7D7D7D;
	border-left: none;
	border-right: none;
	background-color: #55AE3A;
	color: #FFFFFF;
	padding: 5px;
}