body {
	color:#000000;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/**to remove unwanted elements when printing**/
#headernav, #navcontainer, #booking,  #rightcol, #footernav {display:none;}

#header {
	border-bottom:2px solid #666666;
	height:115px;
	width:814px;
	margin-bottom:20px;
}

#logo {
	width:814px;
	float:none;
}

h1.logo {text-indent:0;}

#flash-content {
	float:none;
	margin-top:10px;
	margin-bottom:10px;
}

#flash-content img {visibility:visible;}

#content-wrapper, #content, #footer {
	float:none;
	width:95%;
}


#footer {
	border-top:1px solid #666666;
	height:50px;
	width:814px;
	margin-top:15px;
}

.left, .right {float:none;}
#home .left { border:none;}

h1,h2,h3,h4,h5,h6 { 
	font-family:"Georgia", "Times New Roman", "Times", serif;
	font-weight:normal;
	color: #9E5A2A; 
}

h1 {
	font-size:1.5em; /*18px*/
	line-height:1em;
	margin:0 0 0.833em 0;
}

h2 {
	font-size:1.25em; /*15px*/
	line-height:1.125;
	margin:1.929em 0 0.643em 0;
}

h3 {
	font-size:1em;
	margin-bottom:1em;
}


p {
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}

ul, ol { 
	margin:0 1.5em 1.5em 1.5em;
	line-height:1.5em;
}

ul     { list-style-type: disc; }
ol     { list-style-type: decimal; }

ul ul {
	padding-top:1em;
}

