
body    {
	background-color: #62a699;
	background-image: url("../images/back_tile.jpg");
	background-repeat: repeat;
	margin: 0;
	padding: 0
	}

#container  {
	background-image: url("../images/home_back.jpg");
	background-repeat: no-repeat;
	margin: 20px auto 10px;
	width: 960px;
	height: 722px;
	overflow: hidden
	}

#container h1 {
	display: none
	}

#container ul {
	list-style-type: none;
	margin: 510px 0 0 360px;
	padding: 0;
	width: 500px;
	height: 56px
	}

#container li {
	float: left
	}

#container li#catering a {
	background-image: url("../images/nav_catering_bt.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 125px;
	height: 56px
	}

#container li#catering a:hover {
	background-image: url("../images/nav_catering_sbt.png");
	background-repeat: no-repeat
	}

#container li#full a {
	background-image: url("../images/nav_full_bt.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 125px;
	height: 56px
	}

#container li#full a:hover {
	background-image: url("../images/nav_full_sbt.png");
	background-repeat: no-repeat
	}

#container li#directions a {
	background-image: url("../images/nav_directions_bt.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 125px;
	height: 56px
	}

#container li#directions a:hover {
	background-image: url("../images/nav_directions_sbt.png");
	background-repeat: no-repeat
	}

#container li#contact a {
	background-image: url("../images/nav_contact_bt.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 125px;
	height: 56px
	}

#container li#contact a:hover {
	background-image: url("../images/nav_contact_sbt.png");
	background-repeat: no-repeat
	}

#container .facebook {
		margin-left: 124px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}
#copyright {
	margin: 0 auto;
	padding: 0 6px;
	width: 948px
	}

#copyright p  {
	color: #f6dbd0;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0
	}


#preload {
	display: none
	}


