

#leftNavi{
	list-style : none;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#leftNavi A{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

#leftNavi LI{
	/*height: 19px;*/
	padding: 0px 0px 0px 0px;
}

.navi2{
	display: block;
	width: 218px;
	padding: 3px 0px 2px 12px;
	background: url(../image/navi2_pil.gif) 1px 7px no-repeat;
	/*background-color: red;*/
}

.navi2_vald{
	display: block;
	width: 218px;
	padding: 3px 0px 2px 12px;
	background: url(../image/navi2_pil_vald.gif) 1px 7px no-repeat;
	font-weight: bold;
	/*background-color: green;*/
}

.navi3{
	display: block;
	width: 212px;
	padding: 3px 0px 2px 18px;
	background: url(../image/navi3_pil.gif) 9px 8px no-repeat;
	/*background-color: red;*/
}

.navi3_vald{
	display: block;
	width: 212px;
	padding: 3px 0px 2px 18px;
	background: url(../image/navi3_pil_vald.gif) 9px 8px no-repeat;
	font-weight: bold;
	/*background-color: green;*/
}

.navi4, .navi4_vald{
	display: block;
	width: 206px;
	padding: 3px 0px 2px 24px;
	background: url(../image/navi4_bullet.gif) 18px 9px no-repeat;
	/*background-color: red;*/
}

.navi4_vald{
	font-weight: bold;
	/*background-color: green;*/
}


/*CENTER COLUMN*/
.contentBox{
	width: 390px;
	float: left;
	padding: 0px 10px 8px 10px;
	background: url(../image/bg_dotline.gif) bottom no-repeat;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

.contentBox H1{
	font-size: 20px;
	color: #999999;
	margin: 0px 0px 8px 0px;
}


/*CONTAC BOX*/
#contactBox{
	width: 390px;
	float: left;
	padding: 8px 10px 15px 10px;
	font-size: 11px;
}

.contactBoxRow{
	width: 390px;
	float: left;
	margin: 0px 0px 10px 0px;
}

.contactLeft{
	width: 180px;
	float: left;
	background: gray;
}

.contactRight{
	width: 180px;
	float: right;
	background: gray;
}

.contactBoxRow2{
	width: 390px;
	float: left;
	background: gray;
}




/* RIGHT COLUMN BOOKING BOX */
#RightBookingBoxContainer{
	width: 260px;
	float: left;
	padding: 0px 0px 10px 0px;
	background: url(../image/bg_dotline.gif) bottom no-repeat;
}

#RightBookingBox{
	width: 240px;
	float: left;
	padding: 8px 10px 15px 10px;
	background-color: #f9f9f9;
	font-size: 11px;
}

#RightBookingHeader{
	color: #999999;
	margin: 0px 0px 10px -10px;
}

#RightBookingHeader IMG{
	margin: -2px 6px 0px 10px;
}

#RightBookingHeader A{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

#RightBookingHeader A:hover{
	color: #cc0033;
}

#RightBookingHeader A.vald{
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
}


.RightBookingBoxRow{
	width: 240px;
	float: left;
	margin: 0px 0px 10px 0px;
}

.RightBookingLeft{
	width: 60px;
	float: left;
	background: gray;
}

.RightBookingRight{
	width: 170px;
	float: right;
	background: gray;
}


.rightPush{
	margin: 10px 0px 10px 0px;
}


