﻿html, body
{
	color: #000;
	background: #f0eceb;
	font: normal 12px Arial, Verdana, Tahoma, Sans-Serif;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
}

#header
{
	background: url('Images/header-bg.jpg') repeat-x;
	height: 200px;
}

#container
{
	min-height: 100%;
	position: relative;
}

#content
{
	position: relative;
	margin: auto;
	width: 960px;
	height: 100%;
	min-height: 100%;
	padding-bottom: 30px;
}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	/*background: url(images/header-green.gif) #4eb106 repeat-x 0px -2300px;*/
	background: url('images/footer.jpg') repeat-x;
	height: 30px;
	clear: both;
}

#footer-text
{
	width: 960px;
	margin: auto;
	color: #fff;
	padding-top: 9px;
	font-size: 10px;
}

#footer-address
{
	float: left;
}

#footer-copy
{
	float: right;
}