@charset "utf-8";
/* The Tower Inn Layout CSS Document */
*{ margin: 0; padding: 0; white-space: normal; }
body {
	color: #464646;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	background-color: #eeeeee;
	background-image: url(../images/shadow.gif);
	background-position: center;
	background-repeat: repeat-y;
}
a:link { text-decoration: underline; color: #382f21; }
a:visited { text-decoration: underline; color: #382f21; }
a:active { text-decoration: underline; color: #382f21; }
a:hover { text-decoration: none; color: #b40000; }

#pagewrap {
	width: 974px;
	margin: 0 auto 0;
	border-left: #ffffff 5px solid;
	border-right: #ffffff 5px solid;
	float: none;
	background-color: #ffffff;
}
#topbar {
	float: left;
	width: 974px;
	height: 18px;
	xbackground-color: #003399;
}
#banner {
	width: 974px;
	height: 230px;
	float: left;
}
#leftcol {
	width: 205px;
	float: left;
	padding-top: 30px;
}
#centrecol {
	width: 481px;/* 531-50padding */
	float: left;
	padding: 10px 25px 20px 25px; /* top right btm left */
	xbackground-color:#339900;
}
#rightcol {
	width: 238px;
	float: left;
	padding-top: 30px;
}

#footer {
	float: left;
	width: 958px; /* 974px-padding */
	margin: 0px 0px 10px;
	padding: 4px 8px 4px;
	border-top: solid 10px #d2b791;
	background-color: #eeeeee;
}
#footer img { padding: 0; }
#footerleft {
	float: left;
	width: 344px;
}
#footercentre { float: left; width: 244px; text-align: center; }
#footerright {
	float: right;
	width: 344px;
	text-align: right;
}