body {
	background-color: lightgray;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14pt;
}

.bm-site-header {
	width: 50em;
	margin: 2em auto;
	text-align: center;
}

.bm-site-title {
	font-weight: bold;
	font-size: 200%;
	text-decoration: none;
	width: 100%;
	color: black;
}

.bm-nav-items {
	border: 0px solid orange;
	text-decoration: none;
}

.bm-nav-item {
	min-width: 5em;
	text-decoration: none;
	border: 1px solid black;
	background-color:#444444;
	color: white;
	display: inline-block;
	margin: .2em;
	padding: .2em;
}

.bm-nav-items a:hover {
	background-color: #666666;
}

.bm-main-container {
	background-color: white;
	width: 50em;
	margin: 2em auto;
	border: 2px solid darkgray;
}

.bm-window {
	border: 3px solid #444444;
}

.bm-window h1 {
	background-color: #000099;
	color: white;
	padding: 0 0;
	margin: 0 0;
	border: 0;
	width: 100%;
	background-image: url('/assets/layout/control.gif');
	background-size: 14;
	background-repeat: no-repeat;
	background-position: center right;
}

.bm-window h1 img {
	padding: 0 .5em 0 0;
}

.bm-window-body {
	display: flex;
}

.bm-sidebar {
	display: inline-block;
	width: 25%;
	border: 1px solid black;
	padding: 1em;
}

.bm-sidebar nav {
	border: 0px solid black;
}
.bm-sidebar nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bm-sidebar nav ul li {
	background-image: url(/assets/layout/smallfolder.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 20px;
}

.bm-sidebar nav ul li a {
	text-decoration: none;
	color: black;
}

.bm-sidebar nav ul li a:hover {
	text-decoration: underline;
}

.bm-sidebar h2 {
	font-size: 150%;
}

.bm-content-area {
	flex: 1;
	display: inline-block;
	border: 1px solid black;
	padding: 1em;
}

.bm-content-area img {
	display: block;
	margin: 0 auto;
	max-width: 50%;
}

.bm-content-area-inner {
	width: 100%;
}

.bm-content-area h3 {
	font-size: 12pt;
}

.bm-content-area .bm-folder-links a {
	display: inline-block;
	border: 0px solid black;
	margin: 0 1em;
	padding: 0 1em;
	color: black;
	text-decoration: none;
	position: relative;
}

.bm-content-area .bm-folder-links a .bm-top-half {
	background-image: url('/assets/layout/folder.gif');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 32px 32px;
	border: 0px solid red;
	position: relative;
	width: 100%;
	height: 32px;
}

.bm-content-area .bm-folder-links a span {
	text-align: center;
}

.bm-content-area .bm-folder-links a:hover {
	text-decoration: underline;
}

.bm-folder-img {
	background-image: url('/assets/layout/folder.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	margin: 0;
	display: inline-block;
}

.bm-file-img {
	background-image: url('/assets/layout/file.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 27px;
	height: 32px;
	padding: 0;
	border: 0;
	margin: 0;
	display: inline-block;
}

.bm-app-img {
	background-image: url('/assets/layout/app.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 27px;
	height: 32px;
	padding: 0;
	border: 0;
	margin: 0;
	display: inline-block;
}

.bm-app-title {
	background-image: url('/assets/layout/app.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 27px;
	background-position: left;
	min-width: 27px;
	height: 32px;
	padding: 0 32px;
	border: 0;
	margin: 0;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
}

.bm-web-title {
	background-image: url('/assets/layout/browser.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 27px;
	background-position: left;
	min-width: 27px;
	height: 32px;
	padding: 0 32px;
	border: 0;
	margin: 0;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
}

.bm-color-line {
	background-image: url('/assets/layout/colorline.gif');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 2px;
	margin: 1em 0;
}

.bm-content-area ul li {
	list-style-type: none;
}

.bm-window footer {
	color: white;
	background-color: #808080;
	margin: 0;
	padding: .2em 1em;
	font-size: 75%;
}

.bm-window footer a {
	color: white;
	background-color: #808080;
	text-decoration: none;
}

.bm-window footer a:hover {
	text-decoration: underline;
}