body {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Arial;
  font-size: 13px;
  color: black;
  background-color: white;
}
div#leftBox {
  top: 0px;
  width: 145px;
  position: absolute;
  left: 0px;
  height: 1225px;
  background-color: #553300;
  background-color: #3D7825;
  z-index: 1;
}
div#roundel {
	background-image: url(http://bmwmocm.com/images_background/roundel1a.png);
  width: 715px;
  background-position:  0px 0px;
  position: absolute;
  height: 1125px;
  top: -500px;
  left: 135px;
  background-repeat: no-repeat;
  z-index: 2;
}
div#clublogo {
	background-image: url(http://bmwmocm.com/images_background/clublogo.png);
  background-position:  0px 0px;
  height: 140px;
  top: 7px;
  background-repeat: no-repeat;
  position: absolute;
  left: 7px;
  width: 140px;
  z-index: 3;
}
div#menu a {
  text-decoration: none;
}
div#menu a:link {
  color: white;
}
div#menu a:visited {
  color: white;
}
div#menu a:hover {
  color: yellow;
}
div#menu {
  border: 0px solid gray;
  margin: 160px 10px 10px 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  text-decoration: none;
  line-height: 200%;
  font-size: 14px;
  z-index: 5;
}
span#title1 {
  color: black;
  font-weight: bold;
}
span#title2 {
  color: white;
  font-size: 120%;
}
div#title {
  border: 0px solid gray;
  position: absolute;
  top: 6px;
  left: 160px;
  width: 520px;
  text-align: center;
  z-index: 5;
  line-height: 1.4;
}
div#centerCol a {
  text-decoration: none;
}
div#centerCol a:link {
  color: blue;
}
div#centerCol a:visited {
  color: blue;
}
div#centerCol a:hover {
  text-decoration: underline;
}
div#centerCol {
  border: 0px solid gray;
  position: absolute;
  top: 75px;
  left: 158px;
  width: 520px;
  font-size: 15px;
  z-index: 5;
  padding:0px;
}
div#rightCol {
  height: 530px;
  border-right: 2px solid silver;
  padding: 63px 2px 0px 0px;
  position: absolute;
  top: 0px;
  left: 697px;
  width: 150px;
  z-index: 5;
}
div#businessMbrs {
  border: 0px solid red;
  margin: 10px 10px 0px;
}
div#businessMbrs a {
  text-decoration: none;
}
div#businessMbrs a:link {
  color: white;
}
div#businessMbrs a:visited {
  color: white;
}
div#businessMbrs a:hover {
  color: yellow;
}

div.buttonBox {
 margin-left:auto; margin-right:auto; 
 margin-top:1em; 
 text-align:center; 
 padding:8px; 
 background-color:#DDD; 
 border:1px solid black;
 -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#titles {
	padding:5px; font-weight:bold; background: #CCCC99;
}



