﻿body {
	margin-top: 49px;
	padding: 0;
	background: #242424;
	font-family: Papyrus;
	font-size: 13px;
	color: black;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #48ACDE;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}
ul.links {
	list-style-type: none;
	margin-left:40px;
}
ul.links li {
	background: url('Images/9mm.png') left center no-repeat;
	padding-bottom:30px;
}
ul.links li a {
	text-decoration: none;
	font-size:large;
	font-weight:bolder;
	color: #1C405E;
	margin-left:70px;
}
ul.links li a:visited {
	text-decoration: none;
	font-size:large;
	font-weight:bolder;
	color: #396986;
	margin-left:70px;
}
a:link {
	color: #48ACDE;
}

a:hover, a:active {
	text-decoration: none;
	color: #48ACDE;
}

a:visited {
	color: #48ACDE;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Header */

#header {
	clear: both;
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url("Images/img02.jpg") no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 860px;
	height: 54px;
	padding-left: 10px;
	background: url("Images/img01.jpg") no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 10px 15px;
	text-decoration: none;
	font: 15px Papyrus;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #48ACDE;
}

#menu .current_page_item a {
	color: #48ACDE;
}

#table {
	font:20px Papyrus;
}
.center {
	text-align:center;
}
/** LOGO */

#banner {
	width: 860px;
	height: 300px;
	background: #BCE03E url("Images/Ravens Keep - 10.jpg") no-repeat left top;
}
#banner_res {
	width: 860px;
	height: 300px;
	background: #BCE03E url("Images/breakfast01.jpg") no-repeat left top;
}

#logo {
	width: 820px;
	height: 60px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	font-family: Papyrus;
	font-size:36px;
	font-weight: bolder;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 20px 0 0 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: ##48ACDE;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }


#wrapper {
	width: 860px;
	margin: 0 auto;
	background: #214263 url("Images/img02.jpg") no-repeat left top;
}
#wrapper_directions {
	width: 860px;
	margin: 0 auto;
	background: #000 url("Images/img02.jpg") no-repeat left top;
}

#wrapper-btm {
	background: url("Images/img03.jpg") no-repeat left bottom;
}
/* Page */

#page {
	width: 860px;
	height: 936px;
	margin: 0 auto;
	padding-top: 20px;
	background-image: url('Images/rkbackground2.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#page_directions {
	width: 860px;
	height: 1800px;
	margin: 0 auto;
	padding-top: 20px;
	background-position: center bottom;
}
p.page {
	margin-left: 80px;
	margin-right: 80px;
	font-family: Papyrus;
	color: #000000;
	font-size: 20px;
	font-weight: bold;	
}
p.directions {
	font-family: Papyrus;
	color: #fff;
	font-size: 20px;
	font-weight: bold;		
}
h1.page {
	margin-top: 80px;
	margin-left: 80px;
	margin-right: 80px;
	font-family: Papyrus;
	color: #0066CC;
	font-weight: bold;
	font-size: 30px;
}

/* Content */

#content {
	float: left;
	width: 860px;
}

/* Footer */
#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;
	color: #999999;
}

#legal a {
}







