/* CSS Document */

body
	{
	font-family: georgia,serif;
	font-size: 13px;
	}

a
	{
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

#masterdiv
	{
	width: 925px;
	margin: 0 auto;
	}

#header
	{
	background-image: url("../images/familynight/headerbg.png");
	background-position: center middle;
	background-repeat: no-repeat;
	width: 925px;
	height: 159px;
	text-align: center;
	}

#textheader
	{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px;
	}

#detailspar
	{
	width: 455px;
	height: 554px;
	align: middle;
	float: left;
	padding: 100px 5px 5px 5px;
	}

#sideimg
	{
	width: 460px;
	height: 554px;
	text-algin: center;
	float: left;
	}

#eatfree
	{
	font-weight: bold;
	}

#disclaimer
	{
	font-size: 11px;
	}

#moredetails
	{
	clear: both;	
	text-align: center;
	}

#footer
	{
	clear: both;
	color: #FFFFFF;
	width: 925px;
	height: 80px;
	background-image:url("../images/familynight/footer.png");
	background-position: center middle;
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px;
	}

