body {
	padding: 0;
	margin: 0; 
	font-size: 65%;
	color: #444; 
	font-family: "Trebuchet MS",Arial,sans-serif; 
	background: #231f20 url('images/backie.gif') repeat-y center top;
}
body.retrieve {
	font-size: 0.8em;
}
a {
	color: #363; 
	border-bottom: #3a3 1px dotted; 
	text-decoration: none;
}
a:hover {
	color: #237527;
	border-bottom: #3a3 1px solid;
}
#container {
	font-size: 1.2em; 
	margin: 0 auto; 
	width: 550px;
}
/* 											Header bar		*/
#header {
	height: 190px;
	padding: 8px; 
	background: #fff url(images/bmlogo.jpg) no-repeat center center; 
}
#header h1 {
	font-family: "Times New Roman",serif; 
	font-style: italic;
	font-size: 1em; 
	margin: 124px 0 0 12px; 
	color: #666;
}
/* 											Navigation		*/
#navigation {
	text-align:right;
	margin: 0 10px;
}
#navigation li {
	list-style: none;
	display: inline;
	text-decoration: none;
	font-weight: bold;
}
#navigation li.sdoc {
 	margin: 0 4px;
	padding: 5px 4px 2px 4px; 
	color: #ddd;
	border-bottom: 1px solid #ddd;
}
#navigation li a {
	margin: 0 4px;
	padding: 5px 4px 2px 4px;	
	color: #464;
	border-bottom: 1px solid #ddd;
}
#navigation li a:hover {
	color: #3a3;
	border-bottom: 1px solid #3a3;
}
/* 												Content	*/
#content {
	margin: 0 10px 10px 10px;
	font-family: "Times New Roman",serif; 
	font-size: 1.1em;
	line-height: 1.2em; 
	text-align: justify;
}
p {
	padding: 2px 10px; 
	margin-left: 32px; 
}
h1 {
	font-family: "Trebuchet MS",Arial,sans-serif; 
	font-size: 1.8em; 
	margin: 36px 0 0 10px;
	color: #3a3;
}
h2 {
	font-family: "Trebuchet MS",Arial,sans-serif; 
	font-size: 1.1em; 
	margin: 20px 0 0 30px; 
	color: #444; 
	border-bottom: #3a3 1px solid; 
	letter-spacing: 2px;
	line-height: 1.4em;
}
h3 {
	margin: 2px 0 5px 30px; 
	padding: 2px; 
	border-top: #ddd 1px solid; 
	font-family: "Trebuchet MS",Arial,sans-serif; 
	font-size: 0.8em;
	font-weight: normal;
	word-spacing: 1px; 
	color: #aaa;
	text-align: right;
}
h3 a {
	text-transform: uppercase
}
blockquote {
	border: #ddd 1px solid; 
	padding: 5px; 
	font-size: 0.9em; 
	margin: 10px 10px 10px 60px; 
	color: #444; 
	font-family: "Trebuchet MS",Arial,sans-serif; 
	background-color: #eee; 
}
blockquote a, blockquote a:hover {
	border: none;
	text-decoration: none;
}
#content ul {
	font-size: 0.9em; 
	margin-left: 70px; 
	font-family: "Trebuchet MS",Arial,sans-serif; 
}
#content li {
	padding: 3px;
}
/* 									Images, video and mailform	*/
.right {
	float: right;
	margin: 14px 0 14px 14px;
	padding: 6px;
	border: #3a3 1px dashed;
	background-color: #e5f0ea
}
.left {
	float: left;
	margin: 6px 14px 6px 0;
	padding: 6px;
	border: #3a3 1px dashed;
	background-color: #e5f0ea
}
#content img a {
	border: 0;
}
#content embed {
	margin: 20px 0 20px 100px;
}
#mailform {
	font-size: 12px;
	margin-left: 40px;
}
	
/* 											Footer	*/
#footer {
	padding: 5px;
	border-top: #AAA 1px solid; 
	font-size: 0.8em; 
	margin: 40px 0 20px 0; 
	font-family: "Trebuchet MS",Arial,sans-serif; 
	color: #777;
}
#footer span {
	color: #888;
}