
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	min-width: 500px;
	overflow-x:hidden; 
}

a {
	font-size: 0.8em;
}

a:link {	
	color: #999900;
}

a:visited {
	color: #999900;
}
	
a:hover, a:active {
	color: #993300;
}

#navigator ul, #navigator li {
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

#pagetop {
	background-image: url(../img/logo_white_small.png);
	background-repeat:	no-repeat;
	background-position: center;
	height: 150px;
}

#container {
	height: 700px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
}

#container table {
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
} 

#foodTable {
	border-collapse: collapse;
}
	
#foodTable td {
	border: 5px solid white;
	border-bottom: 10px solid white;
}
	
#info {
	font-size: 1.0em;
	color:#999999;
}

#mainContent hr {	
	width: 300px;
}

#newsContainer {
	background-image: url(../img/light_scroll.jpg);
	background-repeat:	no-repeat;
	background-position: center;
	
	height: 550px;
}


