/* Body */

body{
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	background-image: url(../images/backgroundmiddle.jpg);
	background-repeat: repeat;
}

/* COLUMNS : Creates the 3 columns of the design. */

.column-middle{
width:760px;
background-image:url(images/backgroundmiddle.jpg);
background-repeat:repeat;
background-position:center top;
}

.column-left{
background-image:url(images/backgroundleft.jpg);
background-repeat:repeat;
background-position:right top;
}

.column-right{
background-image:url(images/backgroundleft.jpg);
background-repeat:repeat;
background-position:left top;
}

/* HEADER : Places the Kingsbrae Arms text logo at the top of every page */

.header-logo{
position:relative;
height:95px;
width:760px;
}

/* buttons : The layout for the buttons on the website */

.buttons{
position:relative;
height:55px;
width:760px;
background-image: url(buttons/buttonsbackground.jpg);
background-repeat:no-repeat;
}

.buttons-top{
position:absolute;
height:26px;
width:760px;
left:0px;
top:0px;
}

.buttons-btm{
position:absolute;
height:26px;
width:760px;
left:0px;
top:26px;
}

/* CONTENT : The layout for the content area of the website, for pictures and text */

.content{
	position:relative;
	height:369px;
	width:760px;
	background-image:url(images/contentbackground.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
}

/* PHOTOS HOME : Positions the animation of photos on the Homepage */

.photos-home{
position:absolute;
height:316px;
width:683px;
left:39px;
top:26px;
}

/* KA and RC logos at the bottom corner of every page */

.logo-ka{
position:absolute;
height:60px;
width:60px;
left:22px;
top:23px;
}

.logo-rc{
position:absolute;
height:68px;
width:66px;
left:679px;
top:15px;
}

/* QUOTES : Animated quotes at the bottom-left of every page */

.flashquotes{
position:absolute;
height:60px;
width:293px;
left:96px;
top:23px;
}

/* Footer (Bottom) Buttons : The book now, contact us, email and address at the bottom-right of every page */

.buttons-footer{
position:absolute;
height:60px;
width:290px;
left:389px;
top:23px;
}

/* Footer */

.footer{
background-image:url(images/footerbackground.jpg);
background-repeat:no-repeat;
position:relative;
height:114px;
width:760px;
}
.EmailThisPage {
	position: absolute;
	height: 18px;
	width: 116px;
	left: 557px;
	top: 2px;
}
.FacebookButton{
	position: absolute;
	height: 18px;
	width: 18px;
	left: 489px;
	top: 2px;
}

.TwitterButton {

	position: absolute;
	height: 18px;
	width: 18px;
	left: 525px;
	top: 2px;
}

.photos-home2column{
	position:absolute;
	height:316px;
	width:331px;
	left:39px;
	top:26px;
}
	

	
	
