body {
	background-color: #FFF;
	background-image: url("/images/background.png");
	background-repeat: repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
  	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

a:link, a:visited, a:active {
	color: #2D3B09;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#container {
	background-color: #FFF;
	background-image: url("/images/main.png");
	background-repeat: no-repeat;
	width: 1014px;
	height: 444px;
	padding: 0;
  	margin: 0 auto;
  	position: static;
}

#header ul {
	margin: 0;
	padding: 180px 0 0 500px;
	list-style-type: none;
}

#header ul li {
	float: left;
	padding: 0 30px;
}

#header a:link, #header a:visited, #header a:active {
	color: #2D3B09;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

#header a:hover {
	color: #F16A40;
}

#header a#selected {
	color: #F16A40;
}

h1 {
	color: #2D3B09;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	color: #2D3B09;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

#aboutus {
	padding: 10px 10px 5px 230px;
}

#aboutus div {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}

#lounge {
	padding: 20px 10px 5px 230px;
}

#lounge .lounge {
	float: left;
	padding: 0 3px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}

#lounge .lounge img {
	margin: 5px 10px 0 0;
}

#special1 {
	padding: 20px 0 20px 270px;
	text-align: left;
	width: 100%;
}

#special1 ul {
	margin: 0;
	list-style-type: none;
}

#special1 ul li {
	padding: 5px 0;
}

#special1 a:link, #special1 a:visited, #special1 a:active {
	color: #2D3B09;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#special1 a:hover {
	color: #F16A40;
}

#special1 #left {
	float: left;
	width: 400px;
}

#special2 {
	width: 100%;
}

.dish {
	padding: 8px 0 15px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.dish span {
	font-size: 12px;
	font-weight: normal;
}

.dish1 {
	padding: 8px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.dish1 ul {
	font-size: 10px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.dish1 span {
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}


#contact {
	padding: 30px 10px 0 300px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 100%;
}

#contact .sent {
	padding: 70px 0 90px 70px;
	font-size: 14px;
	font-weight: bold;
}

#footer {
	margin: 15px 0 5px 0;
	font-size: 10px;
}

#info {
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	padding: 10px 0 5px 0;
	margin: 0 0 8px 0;
}

#info1, #info2, #info3, #info4 {
	float: left;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
	padding: 0 13px;
}

.font {
	font-size: 12px;
	font-weight: normal;
}

.green {
	color: #2D3B09;
}

.red {
	color: #FF0000;
}

.clear {
	clear: both;
}