html
{
	height: 100%;
}
body
{
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-color: Black;
	color: White;
	height: 100%;
}
td
{
    vertical-align: top;
}
img
{
    border-style: none;
}
a
{
	color: White;
}
a:hover
{

}
ul
{
	padding-left: 0;
	margin-left: 1.0em;
}
table.fullpage
{
	width: 100%;
	height: 100%;
	margin: auto auto 0 auto;
}
td.bg
{
	background-image: url('../images/tile.gif');
	background-repeat: repeat;
}
td.bg2 {
	background-position: right;
}
td.panel
{
	width: 1000px;
	background-image: url('../images/tileBorder.gif');
	background-repeat: repeat-y;
}
table.main { }
	td.leftSide
	{
		width: 260px;
	}
	td.rightSide
	{
		width: 740px;
	}
	td.leftBorder
	{
		border-right: solid 1px White;
	}
	td.rightBorder
	{
		border-left: solid 1px White;
	}
div.leftSide_top
{
	padding-left: 20px;
}

div.footer
{
	margin-bottom: 1.0em;
	margin-left: 50px;
	font-size: 10px;
	letter-spacing: 1px;
}
	div.footer a
	{
		color: White;
		margin-right: 10px;
	}

div.text_large { margin-left: 50px; margin-top: 12px; font-size: 22px; line-height: normal; }
div.text_large span { color: #ffe618; }

div.main_copy { margin-left: 50px; margin-top: 1.0em; margin-right: 50px; font-size: 15px; margin-bottom: 35px; }
div.small { font-size: 90%; color: #DDDDDD; margin-left: 50px; }
div.reservations { margin-bottom: 30px;  }

div.bio {
	background-image: url('../images/bio.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 182px;
	font-size: 15px;
	margin-right: 50px;
	margin-bottom: 50px;
}
div.bio div.headline {
	color: #ec009f;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 12px;
}
div.bio a {
	color: #ec009f;
}