body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,form
{
  margin: 0;
  padding:0;
}

html {overflow-y: scroll;}

body
{
  background: #211A10 url('http://www.spiralgraphics.biz/packs/building_church_fortress/previews/Fortress%20-%20Wall%20%28FL%202+%29.jpg') repeat;
  font-family: Verdana, Helvetica Neue, Helvetica, sans-serif;
  font-size:13px;
  text-align:center;
  vertical-align:top;
  /*background-color:#90140C;*/
  margin-bottom: 20px;
}

h1
{
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: bold;
  color: #532901;
  line-height: 1.5;
  margin-bottom: 10px;
}

h2
{
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: bold;
}

h3,h4,h5,h6
{
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: bold;
}

td {
	text-align: left;
}

a
{
  text-decoration:underline;
  color:#532901;
}

blockquote
{
  background:#E0E7C7;
  color:#000;
  margin:15px 0 0;
}

blockquote p
{
  padding:15px;
}

blockquote blockquote
{
  background:#fff;
  color:#333;
  margin:15px;
}

.committed_box {
  position: absolute;
  top: 160px;
  height: 30px;
  width: 675px;
  background: black;
  color: white;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity: 0.5;
  z-index: 900;
}

.headerTopPadding {
	background:#532901;
	height: 10px;
}

.menuCell {
	background:#532901;
	color: #B9DFB9;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  	font-size:16px;
}
.contentCell {background:white; padding:10px;}

.footer {
	background:#532901;
	color: #B9DFB9;
	padding: 10px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  	font-size: 12px;
}

.scheduleBoxTop {
	-moz-border-radius-topleft: 8px; 
	-webkit-border-radius-topleft: 8px; 
	-moz-border-radius-topright: 8px; 
	-webkit-border-radius-topright: 8px; 
	background: #B9DFB9; 
	padding: 5px; 
	border: 1px solid #532901;
}

.roundedBox {
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border: 1px solid #000; 
	padding: 10px;
}

.roundedPhoto {
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border: 1px solid #000; 
	padding: 0px;
}

.downloadLink {
	font-size: 11px;
	margin-top: 15px;
}