html, body {
	height: 100%;
	width: 100%;
	display: table;
}
body {
	background:#ffd9dc url(../images/bg-body.jpg) repeat-x;
	font:12px Verdana, Tahoma, sans-serif;
	color:#000;
	margin: 0;
	vertical-align: top;
	width:100%;
	height:100%;
}
.page {
	width:100%;
}
.main {
	margin:0 auto;
	width:798px;
	padding:0 8px;
	background:url(../images/page-shadow.png) repeat-y;
}
#header {
	position:relative;
	background:url(../images/header-bg.jpg) no-repeat;
	height:127px;
}
#header ul {
	position:absolute;
	top:93px;
	left:-6px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:16px;
	text-align:center;
	width:100%;
}
#header ul li {
	padding:0 13px 0 19px;
	display:inline;
	background:url(../images/separator-header.gif) no-repeat 0 4px;
}
#header ul li:first-child {
	background:none;
}
#header ul a {
	color:#ce4553;
	text-decoration:none;
}
#header ul a:hover {
	text-decoration:none; color:#FFFFFF;
}
.columns-holder {
	width: 798px;
	height: 442px;
}
.image-holder {
	position:relative;
	font-size:0;
}
.image-holder img {
	display:block;
	font-size:0;
}
.footer-holder {
	width:100%;
	background:#cd9a76 url(../images/footer-stretch.jpg) repeat-x;
}
#footer {
	margin:0 auto;
	width:764px;
	min-height:69px;
	padding:11px 30px 0 20px;
	background:url(../images/footer-bg.jpg) no-repeat;
	font:11px/11px Arial, Helvetica, sans-serif;
	color:#e6d4c2;
}
* html #footer {
	height:69px;
}
#footer strong a {
	float:right;
	height:65px;
	width:353px;
	background:url(../images/logo.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#footer p {
	margin:47px 0 0;
	letter-spacing:1px;
}
#footer p a {
	color:#e6d4c2;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}