@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; white-space: normal; }
body {
	color: #555555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
}
a {text-decoration: underline; color: #eb680c; }
a:hover {text-decoration: none; color: #eb680c; }

#pagewrap {
	width: 950px;
	margin: 0 auto 0; 
	float: none;
}
#banner {
	float: left;
	width: 950px;
	height: 220px;
	background-color: #f5821f;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
}
#hotstone #banner { background-image: url(../images/bannerhs.gif); }
#mainbody {
	float: left;
	width: 950px;
	min-height: 339px;
}
#leftcol {
	width: 190px;
	float: left;
	Xheight: 339px;
}
#centrecol {
	width: 430px;
	float: left;
	padding: 10px 20px 20px 20px; /* top right btm left */
}
#rightcol {
	width: 290px;
	float: left;
}
#fullrightcol {
	width: 760px;
	float: left; /* top right btm left */
	margin: 0;
}
#footer {
	float: left;
	width: 950px;
	margin: 0px 0px 35px;
	padding: 3px 0 0;
	background-image: url(../images/bannerbtm.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#hotstone #footer { background-image: url(../images/bannerbtmhs.gif); }
#footerleft, #footercentre, #footerright { margin-top: 70px; }
#hotstone #footerleft, #hotstone #footercentre, #hotstone #footerright { margin-top: 120px; }
#footerleft {
	float: left;
	width: 344px;
}
#footercentre { float: left; width: 244px; text-align: center; }
#footerright {
	float: right;
	width: 244px;
	text-align: right;
}
