/* disposition CSS */

body {
	background-repeat: repeat;
	font: small "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-position: center top;
	padding: 0;
	color: #000000;
}
#top_nav {
	background: url('imagecentre_2.jpg') no-repeat center;
	height: 368px;
	margin-top: 0px;
}

#masthead {
	background: url('menulime.jpg')no-repeat center;
	height: 52px;
	text-decoration: none;
	margin-top: 0px;
	
}

#page_content {
	font: normal normal normal 100% "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	height: auto;
	width: 1000px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}
#footer {
	height: auto;
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	background-color: #f07458;
}