html 
{
	background-color:#FFFFFF;
}

img
{
	border: 0px;
}

div#header
{
	width: 1024px;
	text-align: center;
}
div#nav_container
{
    width: 1024px;
}
div#nav_top
{
    height: 47px;
    width: 758px;
    background-image: url('/dinner/images/nav_bar.png');
    background-repeat: no-repeat;
    margin-left: 133px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	color: #3b579b;
    text-align: center;
    line-height: 47px;
}
div#nav_top a
{
    text-decoration: none;
	color: #3b579b;
}
div#nav_sub
{
    height: 47px;
    width: 650px;
    background: #3b579b;
    margin-left: 187px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	color: #ffe513;
    line-height: 47px;
}
div#nav_sub div a
{
    text-decoration: none;
	color: #ffe513;
}
div#nav_sub div a:hover
{
	color: #ffffff;
}
div#nav_footer
{
    width: 1024px;
    text-align: center;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
}
div#nav_footer a
{
	text-decoration: none;
	color: #3b579b;
}
div#nav_footer a:hover
{
	color: #ffe513;
}
div#content_container
{
	width: 1024px;
}
div#content_header
{
    background-image: url('/dinner/images/content_header.png');
	width: 903px;
	height: 53px;
	margin-left: 60px;
}
div#content_text_container
{
    background-image: url('/dinner/images/content_back.png');
	width: 903px; 
	background-repeat: repeat-y; 
	margin-left: 60px;
	padding-left: 60px;
}
div#content_text_header
{
    width: 780px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 16pt;
	border-bottom: solid thin black;
}
div#content_text_text
{
    width: 780px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 11pt;
}
div#content_text_text a
{
    text-decoration: none;
    color: #2a3c88;
}
div#content_text_text a:hover
{
	color: #ffe513;
}
div#content_footer
{
    background-image: url('/dinner/images/content_footer.png');
	width: 903px;
	height: 50px;
	margin-left: 60px;
}
.subHeading
{
    font-style: italic;
    font-weight: bold;
}

