html, body {
	background-image: url(images/body-bg.gif);
	height: 100%;
}

#body {
	height: 100%;
	width: 100%;
}
#body td { }

#footer_holder {
	text-align: center;
	vertical-align: top;
	height: 258px;
	border-top: solid 1px #ffffff;
	background-image:url(images/footer-bg.gif);
	background-color: #c29f62;
}
#page_holder {
	height: 100%;
	text-align: center;
}

#flash_window {
	height: 190px;
}

#page {
	height: auto;
}

#content_holder {
	width: 964;
	height: 100%;
	margin-left: 10px;
	margin-top: 5px;
	vertical-align: top;
}
#main {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 40px;
}
#side {
	width: 269px;
	background-color: #e6d0a7;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 90px;
	padding-right: 30px;
	background-image: url(images/testimonial-bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
#footer {
}

