body {
	background-color: #fffede;
	background-image: url('images/bg.jpg');
	background-repeat:repeat-x;
}


.menu .item{
	height:50px;
	border:1px solid #ccc4cf;
}

.menu .item .text{
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	color:#f00;
}

.menu .item a{
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	color:#666;
	text-decoration:none;
}

.menu .item a:hover{
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	color:#000;
	text-decoration:none;
}

.content{
	padding:10px;
	font-family:Arial;
	font-size:16px;
	text-align:justify;
	color:#000;
}

.content .header{
	padding-left:20px;
	padding-bottom:10px;
	font-size:18px;
}

.content .text{
	padding-bottom:10px;
}

.contenttable{
	padding-top:10px;
	font-family:Arial;
	text-align:justify;
	color:#000;
}

.contenttable .header{
	padding-left:30px;
	padding-bottom:10px;
	font-size:18px;
}


.contenttable .table{
	font-size:12px;
	border:1px solid #000;
}

.contenttable .table .title{
	font-size:16px;
	font-weight:bold;
	background-color:#ffc;
	border-bottom:1px solid #000;
}

.contenttable .table .title1{
	font-size:16px;
	font-weight:bold;
	background-color:#ffd;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

.contenttable .table .row1{
	font-weight:bold;
	border-right:1px solid #666;
}

.contenttable .table .row{
	border-right:1px solid #666;
}

.contenttable .pricetable{
	font-size:12px;
	border:1px solid #333;
}

.contenttable .pricetable td{
	border:1px solid #333;
}

.contenttable .pricetable .title{
	font-size:12px;
	font-weight:bold;
	background-color:#ffc;
}

.contenttable .rooms{
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}

.redbold{
	color:#c00;
	font-weight:bold;
}

.bold{
	font-weight:bold;
}

#bold{
	font-weight:bold;
}

.image{
	border:1px solid #999;
	margin:8px;
}



.ramblertbl{
	width:160px;
	background-color:#fffede;
	border:1px solid #ccc4cf;
}
.ramblerth{
	background-color:#fffede;
}
.ramblertitle{
	font-size:81%;
	font-weight:bold;
	color:#333333;
}
.ramblertext{
	font-size:81%;
	color:#333333;
}
.ramblerlink{
	color: #666;
}

.bottom{
	color:#333333;
	font-size:12px;
}

.bottom a{
	color:#333333;
	text-decoration:none;
}

.bottom a:hover{
	text-decoration:underline;
}