* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body {
	height: 100%;
}
.wrapper {
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -53px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	width: 900px;
	height: 50px; /* .push must be the same height as .footer */
	margin: 0 auto;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/



/* GENERAL DESIGN ELEMENTS */


body {
	font-size: 1.1em;
	background: #fff url(../images/backdrop.png) 0 0 repeat-x;
}
.header {
	position: relative;
	height: 98px;
}
.logo {
	position: absolute;
	top: 18px;
	width: 332px;
	height: 53px;
	text-indent: -500em;
}
.logo a {
	width: 332px;
	height: 53px;
	background: #fcfbf7 url(../images/fait-enterprises.png) 50% 50% no-repeat;
	display: block;
}
.logo a:hover {
	background-color: #f3ead1;
}
.info {
	position: absolute;
	right: 0;
	top: 24px;
	width: 111px;
	height: 38px;
	background: #fcfbf7 url(../images/information.png) 0 0 no-repeat;
	text-indent: -500em;	
}
.content {
	position: relative;
	padding: 40px 0 0;
}







p.surround {
	width: 435px;
	margin: 0 0 1em;
	padding: 15px;
	background: #fcfbf7;
}
div.surround, applet.surround {
	position: relative;
	top: 2em;
	padding: 5px 8px;
	margin: 0 0 1.8em;
	border: 3px solid #e0cea2;
}
div.surround p {
	position: absolute;
	left: -3px;
	top: -1.8em;
	font-size: 1.2em;
}
div.view {
	width: 400px;
	height: 300px;
}
ul.surround {
	width: 435px;
	margin: 0 0 2em;
	padding: 8px;
	background: #fcfbf7;
	text-align: center;
}
ul.surround li {
	padding: 0 22px;
	font: 1.2em "Times New Roman",times,serif;
	display: inline;
}
ul.surround a {
	color: #7a6737;
}
ul.surround a:hover {
	color: #000;
	text-decoration: none;
}
div.secondary {
	margin: 0 18px 3em 0;
}
div.nopad {
	top: 0;
	margin-bottom: 0;	
}
p {
	padding: 0 0 1em;
	font: 1em/1.4em "Times New Roman",times,serif;
}
h2 {
	padding: 0 0 0.6em;
	font: 1.4em "Times New Roman",times,serif;
}
h2.pad {
	padding: 1.3em 0 0.6em;
}
applet.pad {
	padding: 0 1.3em 0.6em 0;
}
.price {
	padding: 10px 0 0;
	font-weight: bold;
}
a {
	color: #7a6737;
}
a:hover {
	color: #000;
}
a img {
	border: 0;
}




.footer {
	background: #fcfbf7;
	border-top: 3px solid #e0cea2;
	text-align: center;
}
.footer p {
	padding: 0;
	color: #7a6737;
	font: 0.9em/50px "Times New Roman",times,serif;
}




.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}