﻿body
{
	width: 100%;
	margin: 0px;
	background-color: #585858;
}
#Container
{
	margin: 0px;
	width: 100%;
	font-size: 0pt;
	min-height: 520px;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
}
#Wrapper
{
	width: 980px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}
#BodyContent
{
	float: left;
	background-color: #fff;
	width: 950px;
	min-height: 600px;
	padding-left: 15px;
	padding-right: 15px;
}
#Header
{
	width: 980px;
	background-color: #19478c;
	float: right;
}
#TopNavigation
{
	height: 20px;
	width: 950px;
	background-color: #000;
	border-bottom: 1px solid #fff;
	text-align: right;
	padding-top: 5px;
}

#Footer
{
	float: left;
	min-height: 260px;
	width: 100%;
	background-image: url(../images/flower-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding-top: 20px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}