@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited{
	color: #5A3D1C;
	text-decoration: none;
}

a:hover,
a:focus{
	text-decoration: underline;
}

a img,
img{
	border: 0px none;
}

.clr{
	clear: both;
}

.aLeft{
	text-align: left;
}

.aCenter{
	text-align: center;
}

.aRight{
	text-align: right;
}

.fLeft{
	float: left;
}

.fRight{
	float: right;
}

.w33p{
	width: 33%;
}

.w40p{
	width: 40%;
}


.w50p{
	width: 50%;
}

.w66p{
	width: 66%;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
/**/
body{
	background-color: #FFFFFF;
	color: #5A3D1C;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#container{
	margin: 10px auto;
	width: 846px;
}

#header{
	margin-bottom: 10px;
}

#linkHome{
	background: url(img/the-white-lion-inn.png) left top no-repeat;
	display: block;
	float: left;
	height: 56px;
	overflow: hidden;
	text-indent: -9999px;
	width: 478px;
}

#telfax{
	float: left;
	text-align: right;
	width: 300px;
}

#linkMap{
	border: 1px solid #5A3D1C;
	display: block;
	float: right;
	font-size: 22px;
	height: 34px;
	line-height: 34px;
	margin-top: 5px;
	text-align: center;
	width: 54px;
}

#content{
}

#content h2{
	color: #AFAFAF;
	font-size: 22px;
}

#content h3{
	font-size: 30px;
	margin-bottom: 20px;
}

#content p{
	margin-bottom: 20px;
}

#content ul{
	line-height: 22px;
	list-style-image: url(img/bullet.png);
	padding-left: 550px;
}

#contentLeft img{
	margin: 0px 9px 10px 0px !important;
	margin: 0px 4px 10px 0px;
}

#contentRight img{
	margin: 0px 0px 10px 9px !important;
	margin: 0px 0px 10px 4px;
}

#slogan{
	background-color: #C09360;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 36px;
	margin: 10px auto;
	text-align: center;
	text-transform: uppercase;
}

#hrt,
#hrb{
	background: url(img/hrt_bg.png) center center repeat-x;
	height: 12px;
	margin: 10px auto;
}

#hrb{
	background: url(img/hrb_bg.png) center center repeat-x;
}

#footer{
	color: #AFAFAF;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}

#copy,
#copy a{
	color: #BF9260;
	text-align: center;
}

