html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
	background-repeat:repeat-x;
}

body {
	background:url(../graphics/footerbg.jpg) left bottom repeat-x;
	font: 62.5%/1.6 "helvetica neue", "helvetica", "arial", sans-serif;
}

a {
	outline: none;
	text-decoration: none;
	color: #000;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: #666;
}

#wrapper {
	margin: 0 auto;
	width: 100%; 

}

#header {
	height: 105px;
	margin: 0 auto;
	position: relative;
	width: 960px;
	padding-top: 20px;
}

a#logo img {
	background: transparent;
	border: 0;
	margin: 0px 0px 0px 0px;
}

a#logo:hover {
	background: transparent;
}

#info_bar {
	border-top: 0px solid #003460;
	height: 50px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#info_text {
	float: left;
	height: 50px;
	width: 480px;
}

#linkbar {
	float: right;
	height: 50px;
}

#linkbar ul {
	list-style-type: none;
}

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

#linkbar li a {
	color: #444648;
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight:bold;
	height: 33px;
	padding: 18px 5px 0px 35px;
	text-decoration: none;
}

#linkbar li a:hover {
	border-top: 0px solid #003F5F;
	color: #003F5F;
	height: 33px;
	padding: 13px 5px 0px 35px;
}

#linkbar li a.current_page {
	border-top: 3px solid #035ca7;
	color: #222;
	height: 33px;
	padding: 13px 5px 0px 35px;
}

#info_text h1 { 
	color: #222;
	display: block;
	float: left;
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 5px 0px 0px 0px;
	position: absolute;
	top: -7px;
}

#content {
	margin: 0 auto;
	width: 960px;
}

#content a {
	font-weight:bold;
	
}

#content p {
	color: #666;
	font-size: 1.3em;
	padding: 3px 10px 3px 2px;
}



.left_column, .right_column {
	float: left;
	margin: 15px 0px 0px 0px;
	width: 480px;
}

.right_column {
	float: right;
	width: 460px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
	border: none;
}

img.float_left { 
	margin: 7px 10px -2px 0px;
}

img.float_right { 
}

img.full_width { 
	border-bottom: 2px solid #888;
	border-top: 1px solid #888;
	margin: 10px 0px 10px 0px;
}

.clear_div {
	clear: both;
}

.category { 
	font-weight: bold;
}

#footer {
	height: 80px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 10px;
}

#footer h4 {
	color: #222;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
}

#footer ul {
	float: right;
	list-style-type: none;
}

#footer li {
	float: left;
}

#footer a {
	color: #0E3B5C;
	display: inline;
	float: none;
	font-size: 1.2em;
	margin: 0px 0px 0px 20px;
	text-decoration: none;
}

#footer a:hover {
	color:#666;
}

.column {
	border: 1px solid #aaa;
	display: block;
	float: left;
	margin: 5px 10px 0px 0px;
	padding: 0px;
	width: 230px;
}
#content .column h1 {
	border-bottom: 1px solid #aaa;
	font-size: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	text-align: left;
}

#content .column h2 {
	border-bottom: 1px solid #aaa;
	font-size: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	text-align: left;
	color: #666;
	font-weight: bold;
}

#content .column p {
	padding: 10px 0px 0px 0px;
}

#content .column ul {
	padding: 5px 0px 0px 0px;
}

#content .column li {
	font-size: 1.2em;
	list-style-type: decimal;
	list-style-position: inside;
	padding: 4px 10px 4px 15px;
}

#columns {
        width: 960px;
}

#columns .column {
        position: relative;
        width: 46%;
        padding: 1%;
    }

#columns .left {
	float: left;
	border: none;
    }

    #columns .right {
	float: right;
	border: none;
}

#credits {
	height: 20px;
	width: 930px;
	margin: 0 auto;
	padding: 5px 10px 0px 0px;
	position: relative;
	
	
	font-size: 10px;
	color: #000;
}

#credits a {
	font-size: 10px;
}
#credits a {
	font-size: 10.5px;
}
#reservations {
	background-color: #EEEEEE;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	text-align: left;
}