@charset "utf-8";
/* CSS Document */


body{
margin:0;
padding:0;
line-height: 1.5em;
background:url(../layout-images/bg.jpg) repeat-y top center;
background-color:#CCCCCC;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-image:url(../layout-images/stratton-house-hotel.jpg); 
background-repeat:no-repeat;
height: 101px; /*Height of top section*/
}

#menu{
margin-left:12px;
height: 28px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
	margin-top: 30px;
	margin-left: 12px;
	clear: left;
	color: #D38612;
	text-align: center;
	background-image:url(../layout-images/indentbg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2B96C;
	border-right-color: #F2B96C;
	border-bottom-color: #F2B96C;
	border-left-color: #F2B96C;
	border-right-style: none;
	border-left-style: none;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.innertube2{
margin: 5px;
margin-top: 0;
}
#maincontainer #rightcolumn #bookingheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#B0571C;
	font-weight:bold;
	width: 195px;
	height: 15px;
	background-image:url(../layout-images/indentbg2.gif);
	background-repeat:repeat-x;
	line-height: 15px;
	text-align:center;
}

#maincontainer #rightcolumn #makeborder {
border: 1px solid #EE9C2D;
height: 460px;
width: 195px;
margin-top:10px;}