@charset "utf-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
border: 0;
height: 100%;
max-height: 100%;
color: #FFFFFF;
font-size: 0.7em;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#333333;
background-image:url(../images/background.jpg);
background-repeat: no-repeat;
}

#framecontentTop, #framecontentBottom{
	width: 100%;
	background-color: transparent;
	color: white;
}

#framecontentBottom{
bottom: 0; 
background-color: transparent;
color: #FFFFFF;
height: 100%;
}

#menuborder {
	width: 100%;
	height: 90px; 
	background-color: transparent;
	color: white;
	background-image: url(../images/menu_border_orange_and_black.gif);
	background-repeat: repeat-x;
}
#footerborder {
	width: 100%;
	height: 90px; 
	background-color: transparent;
	color: white;
	background-image: url(../images/menu_border_orange_and_black_footer.gif);
	background-repeat: repeat-x;
}
#middlebanner {
	width: 860px;
	margin: auto;
	height: 100px; 
	background-color: transparent;
	color: #000000;
	background-image: url(../images/middle_banner_homepg.jpg);
	background-repeat: no-repeat;
}
#middlebannerLocation {
	width: 860px;
	margin: auto;
	height: 100px; 
	background-color: transparent;
	color: #000000;
	background-image: url(../images/middle_banner_locationpg.jpg);
	background-repeat: no-repeat;
}
#middlebannerAccommodation {
	width: 860px;
	margin: auto;
	height: 100px; 
	background-color: transparent;
	color: #000000;
	background-image: url(../images/middle_banner_accommodationpg.jpg);
	background-repeat: no-repeat;
}
#middlebannerBreakfast {
	width: 860px;
	margin: auto;
	height: 100px; 
	background-color: transparent;
	color: #000000;
	background-image: url(../images/middle_banner_breakfastpg.jpg);
	background-repeat: no-repeat;
}
#middlebannerEdinburgh {
	width: 860px;
	margin: auto;
	height: 100px; 
	background-color: transparent;
	color: #000000;
	background-image: url(../images/middle_banner_edinburghpg.jpg);
	background-repeat: no-repeat;
}
#middlebannerQuestions {
	width: 860px;
	margin: auto;
	height: 100px; 
	background-color: transparent;
	color: #000000;
	background-image: url(../images/middle_banner_questionspg.jpg);
	background-repeat: no-repeat;
}
#titlebanner {
	float: right;
	width: 300px;
	padding-right: 60px;
	padding-top: 26px;
	text-align:center;
}
#maincontent{
left: 0;
right: 0;
background-color: #FFFFFF;
height: 100px;
}

.innertube{
margin: auto;
width: 760px;
padding-left: 10px;
}
.maininnertube{
margin: auto;
width: 760px;
}

* html #maincontent{ /*IE6 hack*/
width: 100%; 
}
#placeInfo {
	float: left;
	width: 100%;
	
}