* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg);
	text-align: center;
	color: #000;
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
    outline: none;  /* prevents dotted line when link is active */
	color: #715518;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.clear {
	clear: both;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(../images/header.png);
	width: 951px;
	height: 553px;
}

#header h1 {
	display: none;
}

#everything_after_the_header {
	margin-top: -150px;
}

#nav {
	margin-left: 150px;
}

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

#nav a {
	float: left;
	height: 22px;
}

#nav span {
	visibility: hidden;
}

#home {
	width: 75px;
	background: url(../images/nav_home.png) no-repeat;
}

#home:hover {
	background: url(../images/nav_hover_home.png) no-repeat;
}

#menu {
	width: 70px;
	background: url(../images/nav_menu.png) no-repeat;
}

#menu:hover {
	background: url(../images/nav_hover_menu.png) no-repeat;
}

#about {
	width: 104px;
	margin-top: -6px;
	background: url(../images/nav_about.png) no-repeat;
}

#about:hover {
	background: url(../images/nav_hover_about.png) no-repeat;
}

#contact {
	width: 116px;
	margin-top: -10px;
	background: url(../images/nav_contact.png) no-repeat;
}

#contact:hover {
	background: url(../images/nav_hover_contact.png) no-repeat;
}

#note_welcome {
	width: 316px;
	height: 237px;
	float: left;
	margin-left: 100px;
	background: url(../images/note_welcome.png) no-repeat;
}

#note_welcome p {
	width: 190px;
	padding-top: 100px;
	margin-left: 65px;
}

#note_friends {
	width: 233px;
	height: 192px;
	float: left;
	margin-left: -30px;
	margin-top: -10px;
	background: url(../images/note_friends.png) no-repeat;
}

#note_friends h3 {
	margin-top: 190px;
}

#note_friends h3, p {
		margin-left: 30px;
}

#note_events {
	width: 235px;
	height: 201px;
	float: left;
	margin-left: -10px;
	margin-top: -10px;
	background: url(../images/note_events.png) no-repeat;	
}

#note_events ul {
	width: 250px;
	margin-top: 200px;
	margin-left: 50px;
}

#footer {
	width: 783px;
	height: 290px;
	float: left;
	margin-left: 110px;
	margin-top: 70px;
	background: url(../images/footer.png);
}

#footer img {
	margin-top: 198px;
	margin-left: 20px;
	float: left;
}

#footer p {
	float: left;
	margin-top: 215px;
	margin-left: 400px;
}

#WithRPS h2 {
	font-family: Arial Black;
	font-size: 10px;
	text-transform: uppercase;
	float: right;
	padding: 10px;
	padding-top: 0;
	margin-top: -10px;
	margin-right: 95px;
}


#note_menu {
	width: 316px;
	height: 237px;
	float: left;
	margin-left: 100px;
	background: url(../images/note_menu.png) no-repeat;
}

#kids_menu {
	float: left;
	width: 494px;
	height: 420px;
	margin-top: -15px;
	background: url(../images/note_kids_menu.png) no-repeat;
}

#kids_menu table {
	margin-top: 80px;
	margin-left: 100px;
}

#full_menu_left {
	margin-left: 150px;
	margin-top: -160px;
	float: left;
}

#full_menu_right {
	margin-left: 65px;
	float: left;
	margin-top: -25px;
}

.menu_price {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

.special {
	text-align: right;
}

.menu_item { 
	font-weight: bold;
}

.menu_heading { 
	font-size: 15px; 
	font-weight: bold;
	padding-bottom: 10px; 
}

#kids_menu .menu_heading {
	padding-bottom: 5px;
}

#note_about {
	float: left;
	width: 317px;
	height: 606px;
	margin-left: 100px;
	background: url(../images/note_about.png) no-repeat;
}

#note_about_text {
	width: 190px;
	padding-top: 40px;
	margin-left: 45px;
}

#note_about_text p {
	padding-top: 10px;
}

#note_gallery {
	float: left;
	background: url(../images/note_gallery.png) no-repeat;
}

#note_gallery ul {
	width: 400px;
	margin-top: 60px;
	margin-left: 15px;
}

#note_gallery li {
	display: inline;
	float: left;
}

#note_contact {
	float: left;
	width: 316px;
	height: 237px;
	margin-left: 100px;
	background: url(../images/note_contact.png) no-repeat;
}

#note_contact_inner {
	margin-top: 250px;
	margin-left: 80px;
}

#note_contact_inner img {
	float: left;
	margin-right: 10px;
}

#note_locations {
	float: left;
	width: 342px;
	height: 158px;
	margin-left: 30px;
	background: url(../images/note_contact_locations.png) no-repeat;
}

#contact_form {
	float: left;
	margin-left: 490px;
	margin-top: -70px;
}

input, textarea {
	width: 250px;
	border: none;
	padding: 10px;
	background: #3a301e;
	color: #ebd8a6;
	font-size: 12px;
	font-family: Arial;}


dt {
	padding: 5px 0;
}

input {
	height: 10px;
}

#submit {
	float: right;
	width: 90px;
	height: 31px;
	border: none;
	margin: 40px;
	margin-top: 15px;
	margin-right: 0;
	padding: 0;
	color: none;
	background: none;
	cursor: pointer;
}
