@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #999;
}

#bm_container {
	width: 968px;
	margin:0 auto;
	overflow: hidden;
}

#bm_banner {
	background-image: url(images/bm_banner.jpg);
	height: 20px;
	width: 966px;
	padding-top: 80px;
	margin-left: 1px;
}

#bm_menubar {
	height: 20px;
	margin-left: 100px;
}

#bm_spacer {
	height: 10px;
}

#bm_main {
	width: 968px;
	height: 598px;
}

#main_leftpane {
	/* rectangle, totalt size 598 (46 times 13) by 368 (46 times 8) */
	float: left;
	height: 596px;
	width: 368px;
	border: 1px solid #000;
	background-color: #FFF;
}

#leftpane_upper {
	/* rectangle, total size 230 (46 times 5) by 368 (46 times 8) */
	height: 230px;
	width: 368px;
	background-image: url(images/bm_lpu2.jpg);
}

#leftpane_lower {
	/* square, total size 368 by 368 (46 times 8)*/
	height: 368px;
	width: 358px;
	padding-left: 10px;
}

#main_rightpane {
	/* square, total size 598 by 598 (46 times 13)*/
	height: 596px;
	width: 576px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
}

#bm_bottom {
}
