/*@import url(style.css);

body {
	background:none;
}
#container {
	width:auto;
	margin:0px;
	background:none;
}

#top_photo_1, #top_photo_2, #top_photo_3, #menu {
	display:none;
}

#content {
	position:static;
	margin:0px;
	padding:0px;
	width:95%;
}
*/
body{
  font-size:small;
}

#header,
#menu,
#footer,
#vol_menu{
  display:none;
}

table.volunteers{
  width:100%;
  border-collapse:collapse;
}
table.volunteers th{
  text-align:left;
  color:#000;
  font-weight:bold;
  border-bottom:2px solid #000;
}
table.volunteers h2{
  margin-bottom:0px;
}
table.volunteers tr td{
  background:#fff;
}
table.volunteers tr.odd td{
  background:#eee;
}
table.volunteers td{
  padding:2px 5px;
}
table.volunteers h2{
  margin-bottom:0px;
}