﻿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
{
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: auto;
	margin-bottom: -30px;
}

#content
{
	position: relative;
	margin: auto;
	width: 960px;
	/*height: 100%;
	min-height: 100%;*/
}

#footer
{
	/*padding-top: 30px;*/
	clear: both;
	bottom: 0;
	width: 100%;
	margin: auto;
	background: url('images/footer.jpg') repeat-x;
	height: 30px;
}

#footer-text
{
	width: 960px;
	margin: auto;
	color: #fff;
	padding-top: 9px;
	font-size: 10px;
	font-weight: bold;
}

#footer-address
{
	float: left;
}

#footer-copy
{
	float: right;
}

