@charset "utf-8";
/* CSS Document BMA stylesheet */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px green;
	font-size: 26px;
	color: #0C3;
	font-style: italic;
	background-color: #66FFCC;
	opacity: 0.6;
}
h2 {
	color: black;
	text-shadow: 5px 5px green;
	font-size: medium;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: italic;
	opacity: 0.6;
}
body{
	background-image: url(images/Wallaces1892_Bk5_s.png);
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	opacity: 0.8;
}
#mainwrapper {
	background-color: #CCCCCC;
	width: 1024px;
	margin: 0 auto;
}
#header_BMA {
	color: #CC3300;
	width: 1024px;
}
#sidebar_BMA {
	float: left;
	width: 300px;
	height: auto;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#rightbar_BMA {
	float: right;
	height: auto;
	color: black;
	width: 150px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

#centralcontent_bma {
	width: 549px;
	color: #333333;
	height: auto;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#bottom_BMA {
	background-color: #6F9;
	height: 25px;
	width: 1024px;
	bottom: 100px;
	clear: both;
}
