/************************
LAYOUT
************************/
body {
	background-color: #9C1D1F;
	margin: 0;
	padding: 0;
	position: relative;
}
div#contentWrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 800px;
}
div#header {
    background-image: url("/theme/castleviewinn/img/template/castleview-header.jpg");
	border: 5px solid #040440;
    border-bottom: 20px solid #040440;
    height: 333px;
    margin: 20px auto 0;
    padding: 0;
    position: relative;
    width: 780px;
}
body.interior div#header {
	background-image: url("/images/generate/gallery/original/32/template_01s.jpg");
	background-repeat: no-repeat;
	background-color: #020643;
	background-position: center center;
	height: 280px;
}
body.interior div#nav {
	top: 275px;
}
div#content {
	margin: 0;
	padding: 0;
	position: relative;
}
div#copy {
	margin: 0;
	padding: 0;
	position: relative;
}

div#summary {
	margin: 0;
	padding: 0;
	position: relative;
}
div#inside {
	margin: 0;
	padding: 0;
	position: relative;
}
div#top {
	margin: 0;
	padding: 0;
	position: relative;
}
div#middle {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 770px;
}
div#bottom {
	margin: 0;
	padding: 0;
	position: relative;
}
div#sideBar {
	margin: 0;
	padding: 0;
	position: relative;
}

div#footer {
    background-color: #050442;
    left: 5px;
    margin: 0;
    padding: 20px 8px 20px 2px;
    position: relative;
    width: 780px;
}
div#outerFooter {
	margin: 0;
	padding: 0;
	position: relative;
}

body.reservations div#middle,
body.reservations div#contentWrap {
	width: 940px;
}
body.reservations div#header {
	width: 950px;
    background-repeat: no-repeat;
    background-color: #040440;
    background-position: center center;
    padding-bottom: 2em;
}
body.reservations div#footer {
	position: static;
	left: auto;
	width: 950px;
}