*{
	padding: 0;
	margin: 0;
}
.spaceroo{
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
/****************************************************************/
/* 1. BACKGROUND AND TEXT COLOURS */
/****************************************************************/

body{
	background-color: #5a3d1c;
	color: #4d524c;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 10px;
	line-height: 14px;
	
}


#textPanel p{
	padding: 0 20px 10px 20px;
}

h6{
	font-weight: bold;
	font-size: 10px;
	padding: 0 20px 2px 20px;
}

.highlight, h6 span{
	color: #A3794F;
}

p.contact{
	position: relative;
	bottom: -210px;
	left: 20px;
	
}

blockquote{
	font-style: italic;
	color: #4d524c;
}
/****************************************************************/
/* 2. block areas  */
/****************************************************************/

#container{
	background-color: #d2d6ca;
	border-left: 40px solid #b83d36;
	margin-top: 40px;
	
}

#wrapper{
	
	background-color: #ffffff;
	width: 690px;
	/*
	background-image: url(images/troon_bg.gif);
	background-repeat: repeat-y;
	*/
	
}

#menu{
	width: 210px;
	float: left;
	
	
}

#content{
	width: 480px;
	float: left;
	background-image: url(images/panel_bg.gif);
	background-repeat: repeat-y;
}

#contentWide{
	width: 480px;
	float: left;
	background-image: url(images/panel_bg_sml.gif);
	background-repeat: repeat-y;
}

#imagePanel{
	width: 200px;
	float: left;

}

#textPanel{
	width: 280px;
	float: right;
	padding: 0 0 20px 0;

}


#contentWide #textPanel{
	width: 400px;
}

/****************************************************************/
/* 3. links  */
/****************************************************************/

#home .home, #rooms .rooms, #booking .booking, #location .location{
	color: #b83d36;
}


#menu a{
	color: #4d524c;
	text-decoration: none;
	font-weight: bold;
}

a{
	color:  #4d524c;
	font-weight:  bold;
	text-decoration:  none;
}


/****************************************************************/
/* 4. lists   */
/****************************************************************/
#menu ul{
	padding: 0 20px 10px 20px;
}
#menu li{
	list-style-type: none;
		margin: 0 0 10px 0;
}

#textPanel ul{
	margin: 0 20px 10px 40px;
}

ul#comments{
	margin-left: 20px;
}
ul#comments li{
	list-style-type: none;
	margin: 0 0 10px 0;
	color:  #999;
}


/****************************************************************/
/* 5. images   */
/****************************************************************/

img.logo{
	padding: 40px 0 20px 20px;
	
}

#textPanel img{
	padding: 40px 0 20px 20px;

}

img.stars{
	position: relative;
	bottom: -230px;
	left: 40px;
}