/* CSS Document */

body {
	margin:0;
	padding:0;
	background: url(images/bg1.jpg);
	font-family: Verdana, Arial;
	font-size: 8pt;
	color:#cccccc;
}
a,a:visited{
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#links {
	background:url(images/bg.jpg) repeat-x;
	width:780px;
	height:99px;
	top: 8px;
}
#topmenu {
	width:500;
	float:right;
	padding-right:20px;
	margin-top:20px;
}
#topmenu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#topmenu li {
	float:left;
}
.toplink {
	padding:0px 15px;
	font-size:10pt;
	color:white;
	font-weight:bold;
}

#layout{
	width:780px;
	margin:auto;
	background-color:#544d4b;
}
#title{
	background: url(images/title.jpg) no-repeat;	
	width:230px;
	height:83px;
	position: absolute;
	top: -6px;
	margin-left:28px;
}

#header{
	background-image:url(images/header.jpg);
	width:721px;
	height:165px;
	background-repeat:no-repeat;
	margin-left: 30px;
	margin-top:-35px;

}

#topmenu {
	float:right;
}

/* Content */

#ourbest {
	color:white;
	font-size:9pt;	
}

#left{
	background-color:#342d2b;
	width:190px;
	margin-top:10px;
	margin-right:10px;
	padding:10px;
}

.line {
	clear:both;
	height:1px;
	border-bottom:1px solid white;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	margin: 10px 0;
}

#leftbottom{
	clear:both;
	width:189px;
	height:123px;
	background-image:url(images/pic1.jpg);
	background-repeat:no-repeat;
	margin: auto;
}

ul.readmore {
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
}
ul.readmore li {
	background: url(images/welarrow.jpg) no-repeat center left;
	padding-left:15px;
}
#moretxt a,#moretxt a:visited{
	color:white;
}

#right{
	width:480px;
	background-color:#3d3533;
	padding:10px;
	margin-top:10px;
	overflow:hidden;
}

#welcome{
	background-image:url(images/1848862_high.jpg);
	width:155px;
	height:115px;
	background-repeat:no-repeat;
	float:left;
}
#welintro {
	width:300px;
	float:right;
	padding:5px 10px;
	margin-bottom:10px;
}

#pic4{
	background-image:url(images/pic3.jpg);
	width:200px;
	height:157px;
	background-repeat:no-repeat;
	float:right;
}

#room {
	float:left;
	padding:10px;
	background-color:#292321;
	overflow:hidden;
}
ul#arrow {

}
ul#arrow li {
	margin:4px 0;
}

/* Footer */
#footer{
	background-image:url(images/footer.jpg);
	width:780px;
	height:31px;
	background-repeat:no-repeat;
	font-size:7pt;
	padding-top:3px;
	margin-top: 10px;
}