* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Bookman Old Style","Serifa BT","URW Bookman L","itc bookman",times,serif;
	background: url('../images/background.jpg') repeat;
}

a {
	outline: 0;
}

a img { border: 0; }

h1.title {
	font-weight: normal;
	color: #E36750;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 1.5em;
}

h2 {
	font-weight: normal;
	color: #E36750;
	font-size: 22px;
	letter-spacing: 1px;
}


#wrapper {
	background: url(../images/wrapper.jpg) no-repeat;
	width: 767px;
	height: auto;
	margin: 0 auto 2em auto;
}

#p-home #wrapper {
	background: #FFF url(../images/wrapper-home.jpg);
	width: 768px;
	height: 558px !important;
	position: relative;
}

#logo {
	position: absolute;
	width: 185px;
	height: 206px;
	left: 110px;
}

#logo h1 a {
	text-indent: -9999px;
	display: block;
	width: 185px;
	height: 206px;
}

#p-home #menu {
	position: absolute;
	top: 120px;
	left: 10px;
}

#header {
	position: relative;
	width: 767px;
	height: 205px;
}

#header h2 {
	color: #FFF;
	font-size: 16px;
	font-family: Arial;
}

#header #page_title {
	position: absolute;
	top: 95px;
	right: 0;
	padding-right:40px;
}

#menu {
	position: absolute;
	top: 34px;
	left: 10px;
}

#menu li {
	display: inline;
	list-style: none;
}

#menu li a {
	position: absolute;
	display: block;
	height: 41px;
	float: left;
	text-indent: -9999px;
}

#n-home a {
	position: absolute;
	left: 0;
	width: 98px;
}

#n-menu a {
	position: absolute;
	width: 86px;
	left: 284px;
}

#n-services a {
	position: absolute;
	left: 372px;
	width: 80px;
}

#n-gallery a {
	position: absolute;
	left: 452px;
	width: 80px;
}

#n-contact a {
	position: absolute;
	left: 532px;
	width: 80px;
}

#n-restaurant a {
	position: absolute;
	left: 612px;
	width: 90px;
}

.copy {
	padding: 20px 20px 50px 40px;
	background: #FFF;
}

#container h3 {
	letter-spacing: 2px;
	color: #E36750;
	margin-bottom: 1em;
	font-weight: normal;
	float: left;
}

#container p {
	color: #666;
	line-height: 19px;
	margin-bottom: 1em;
	font-size: 13px;
	clear: both;
}

#container h4 {
	clear: both;
	font-size: 18px;
	color: #5E4429;
	font-weight: normal;
	margin-bottom: 1em;
}

#page_content ul {
	margin-left: 20px;
	margin-top: 10px;
	font-family: "Bookman Old Style","Serifa BT","URW Bookman L","itc bookman",times,serif;
	color: #666;
	line-height: 19px;
	font-size: 13px;
}


/* TABLES */
table {
	width: 100%;
	border-color: #ffffff;
	border-width: 0px;
}

td, th {
	color: #000000;
	font-family: "Bookman Old Style","Serifa BT","URW Bookman L","itc bookman",times,serif;	
	text-align: left;
	font-weight: normal;
	border: 0;
}

td:first-child,
th:first-child
 {
	width: 90%;
}
