*
{
	font-family: Times New Roman;
}

html, body
{
	margin: auto;
	height: 100%;
	font-size: 14px;
}

body.main
{
	background: #e9c69e;
	padding: 0px;
	margin: 0px;
}

table.main
{
	width: 800px;
}

table.main td.header
{
	width: 800px;
	height: 237px;
	background: url(../images/header.gif) no-repeat;
	vertical-align: bottom;
}

table.main td.header h1, table.main td.header h2, table.main td.header h3
{
	display: none;
}

table.main td.nav
{
	height: 40px;
}

table.main td.nav a
{
	display: block;
	float: left;
	height: 40px;
}

table.main td.nav a span
{
	display: none;
}

table.main td.nav a.home
{
	width: 45px;
	background: url(../images/nav-home.gif) no-repeat;
}

table.main td.nav a.rooms_rates
{
	width: 102px;
	background: url(../images/nav-rooms_rates.gif) no-repeat;
}

table.main td.nav a.guest_information
{
	width: 124px;
	background: url(../images/nav-guest_information.gif) no-repeat;
}

table.main td.nav a.history
{
	width: 235px;
	background: url(../images/nav-history.gif) no-repeat;
}

table.main td.nav a.amenities
{
	width: 73px;
	background: url(../images/nav-amenities.gif) no-repeat;
}

table.main td.nav a.the_pond
{
	width: 71px;
	background: url(../images/nav-the_pond.gif) no-repeat;
}

table.main td.nav a.entrance_and_parlour
{
	width: 150px;
	background: url(../images/nav-entrance_and_parlour.gif) no-repeat;
}

table.main td.footer
{
	height: 40px;
	background: url(../images/footer-bg.png) repeat-x;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/site/images/footer-bg.png', sizingMethod='scale');
	text-align: center;
	vertical-align: top;
	color: white;
	font-size: 14px;
	padding-top: 20px;
}

table.main td.content
{
	background: url(../images/content-bg.gif);
}

div.pond
{
	display: block;
	width: 358px;
	height: 272px;
	float: left;
	background: url(../images/pond.png) no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/site/images/pond.png', sizingMethod='crop');
}

div.welcome
{
	display: block;
	width: 355px;
	height: 26px;
	float: left;
	margin-left: 10px;
	background: url(../images/welcome.png) no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/site/images/welcome.png', sizingMethod='crop');
}

table.main td.content a, table.main td.content a:visited
{
	color: #a6201a;
	text-decoration: none;
}

table.main td.content a:hover
{
	text-decoration: underline;
}

.contentheading, .componentheading
{
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #a6201a;
	padding-left: 10px;
}
