/* master declarations */

body {
	min-width: 900px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../../images/bg_body_cib.gif) no-repeat top left;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#break {
	clear: both;
}

/* layout */

#header {
	height: 100px;
	background: url(../../images/header_cib.gif) no-repeat top left;
}

#content {
	width: 770px;
}

#content_left {
	float: left;
	width: 420px;
	border-right: 1px dashed #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}

#content_left_bb {
	float: left;
	width: 700px;
	height: 550px;
	border-right: 1px dashed #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}

#content_left_bb_fin {
	float: left;
	width: 700px;
	height: 700px;
	border-right: 1px dashed #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}

#content_left_bb_pricelist {
	float: left;
	width: 700px;
	height: 1020px;
	border-right: 1px dashed #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}

#content_left_bb_register {
	float: left;
	width: 700px;
	height: 850px;
	border-right: 1px dashed #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}

#content_left_bb_floorplans {
	float: left;
	width: 700px;
	height: 1500px;
	border-right: 1px dashed #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}

#content_left_bb_map {
	float: left;
	width: 700px;
	height: 800px;
	border-right: 1px dashed #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}

#content_left_reservation {
	float: left;
	width: 700px;
	border-right: 1px dashed #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}

#content_right {
	float: right;
	width: 240px;
	height: 600px;
	padding: 10px;
	background: #FFFFFF url(../../images/bg_side.gif) no-repeat;
}

#box {
	float: left;
	width: 400px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 40px;
}

#box .left {
	float: left;
	width: 290px;
}

#box .right {
	float: right;
	margin-top: -30px;
}

#map {
	width: 400px;
	height: 300px;
}

/* sidebar_list */

#sidebar_list {
	padding-left: 10px;
	line-height: 1.5em;
}

/* footer */

#footer {
	height: 112px;
	background: #FFFFFF url(../../images/footer.gif) repeat-x top left;
}

#footer_left {
	float: left;
	padding-top: 50px;
	padding-bottom: 5px;
	margin-left: 10px;
}