.heading
{
	font-weight: bold;
	font-size: 12pt;
}

html 
{
	background-color:#b41e4a;
	background-image: url(/dinner/images/background.png);
	background-repeat: no-repeat; 
	overflow: auto;
}

img
{
	border: 0px;
}

div#header
{
	background-color: #93d2e5; 
	position: absolute;
	left: 0px;
	top: 0px;
	border-color: #b41e4a;
	border-width: 20px;
	border-style: solid;
	width: 1024px;
	height: 149px;
	text-align: center;
}

div#navigation
{
	position: absolute;
	left: 620px;
	top: 179px;
	width: 325px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #ffffff;
	z-index: 1;
}

div#topnav
{
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	text-align: left;
	padding-left: 20px;
	font-family: Georgia, Serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	height: 44px;
	color: #ffffff;
	background-color: #b41e4a;
}

div#subnav
{
	border-top: solid 1px #ffffff;
	text-align: left;
	padding-left: 20px;
	color: #ffffff;
	background-color: #b41e4a;
}

div#navtext
{
	background-color: #b41e4a;
	width: 175px;
	padding-right: 15px;
	padding-bottom: 15px;
}

div#content_container
{
	background-color: #ffffff;
	position: absolute;
	border-left: solid 20px #b41e4a;
	left: 0px;
	top: 179px;
	padding: 5px;
	width: 590px;
	z-index: 1;
}

div#content_text
{
	background-color: #ffffff;
	border: solid 1px #b41e4a;
	min-height: 550px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #b41e4a;
	z-index: 2;
}

div#subheader
{
	background-color: #d1d2d4;
	padding-left: 10px;
	line-height: 40pt;
	font-size: 20pt;
	border-bottom: solid 1px #b41e4a;
	text-transform: uppercase;
}

div#bodytext
{
	padding: 5px 10px 5px 10px;
}

#navigation a
{
	text-decoration: none;
	color: #ffffff;
}

#navigation a:hover
{
	text-decoration: none;
	color: #93d2e5;
}

#content_text a
{
	text-decoration: none;
	color: #b41e4a;
}

#content_text a:hover
{
	text-decoration: none;
	color: #93d2e5;
}