/**
 * Layout CSS for the Landscape Template
 *
 * @package bt_landscape
 * @version 1.0
 */

* {
	margin: 0;
	padding: 0;
}

html {
	margin-bottom: 1px;
	height: 100% !important;
	height: auto;
}

body {
	height: 100%;
}

.wrap {
	white-space: normal;
}

.nowrap {
	white-space: nowrap;
}

#back {
}

/* common layout attributes for background elements */
#back_left, #back_left_edge, #back_content, #back_right, #back_right_edge {
	overflow: hidden;
}


#cntback {
	position: absolute;
	top: 0;
	left: 0;
}
#cntback_margin_left, #cntback_body {
}


#fore {
	position: absolute;
	top: 0;
	left: 0;
}

#fore_bottom {
	height: 30px;
}

/* common layout attributes for foreground elements */
#page_left,
#advert1_left, #pos_advert1, #advert1_right,
#left_left, #pos_left, #left_right,
#content_left,
#main_left_margin, #main_left, #main_content, #main_right, #main_right_margin,
#content_right,
#right_left, #pos_right, #right_right,
#advert2_left, #pos_advert2, #advert2_right,
#page_right {
	overflow: hidden;
}

#lshow_left, #lshow_right {
	margin-top: 3px;
}

#pos_footer {
	margin-top: 10px;
}

