div#brickwall {
	background-image:url(../images/placque/brickwall.jpg); 
	width:98%;
	border:6px solid silver;
}
table#bricks {
	border-collapse:collapse;
  width:552px;
	margin-top:20px;
	margin-bottom:30px;
}
td.placquetop {
	margin-top:30px; 
	background-image:url(../images/placque/top.jpg); 
	height:35px;
}
td.placquemiddle {
	margin-left:30px;
  background-image:url(../images/placque/middle.jpg);
  background-repeat:repeat-y;
  text-align:center;
}
table#bricks td, td.bricktype div, table#bricks h1, table#bricks h2   {
  color:#F8D267;
	font-family:Georgia,Times New Roman,Times,serif;
}
table#bricks h1 {
	font-size:28px;
	margin-top:10px;
	margin-bottom:15px;
}
table#bricks h2 {
	margin-top:15px;
	margin-bottom:0px;
}
td.placquebottom {
	margin-bottom:30px;
  background-image:url(../images/placque/bottom.jpg);
	height:36px;
}
td.placquemiddle td {
	width:160px;
	padding-left:9px;
	padding-right:3px;
	vertical-align:top;
}
div.honor {
	font-style:italic;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	padding-top:5px;
	text-align:center;
	color:#eab952;
}
td.bricktype div {
	width:450px;
	text-align:center;
	padding-top:20px;
  padding-bottom:5px;
  font-weight:normal;
	font-size:17px;
}
div.brickdonor {
	text-align:center;
  color:#F8D267;
	border:1px solid #eab952;
	padding:4px;
	margin-bottom:8px;
}
div#brickwall div.special {	border:1px solid green;}
div#brickwall .ismember {color:yellow;}
