#header {
	margin:0 auto;
	width: 937px;
	height: 80px;
}
#logo {
	float: left;
	position: relative;
	top: 10px;
	left: 0px;
	width: 263px;
	height: 45px;
}

#menu {
	float: right;
	position: relative;
	top: 0px;
	right: 10px;
	width: 400px;
	height: 60px;
	font-family: Arial;
}
#menu a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
#search {
	margin:0 auto;
	width: 937px;
	height: 56px;
	background-image: url(images/search.jpg);
}
#content {
	margin:0 auto;
	width: 937px;
}
#left {
	text-align: left;
	width: 210px;
}
#right {
	text-align: left;
}
#footer {
	margin:0 auto;
	width: 936px;
	height: 100px;
	border-top: 1px solid #cccccc;
	background-color: #f9f9f9;
}


/* search */
#q {
	height: 26px;
	border: 1px solid #7f9db9;
	width: 300px;
}
#searchButton {
	height: 26px;
	width: 80px;
}
#quickSearchButton {
	height: 26px;
	width: 80px;
}
#indexlocation_all {
	height: 26px;
	border: 1px solid #7f9db9;
	width: 130px;
}
#indexcuisine_all {
	height: 26px;
	border: 1px solid #7f9db9;
	width: 130px;
}

#lang {
	float: right;
	position: relative;
	top: 20px;
	left: 0px;
	width: 80px;
	height: 50px;
}
