body {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(http://www.salemdwd.org/images/th8ww05.gif);
	position: static;
	vertical-align: 0%;
}
p {
	font-size: 12px;
}

/* holder styles */
#holder {
	width: 760px;
	background: #FFFFFF url(http://www.salemdwd.org/images/faux.jpg) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
	vertical-align: top;
}

/* header styles */
#header {
	background: url(http://www.salemdwd.org/images/770x260bannerD.jpg) no-repeat right bottom; /* creates the top overlap of the right column */
	height: 260px;
}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}

/* navigation styles */
#nav {
	width: 140px;
	float: left;
	padding: 15px 10px; /* side padding is added to total width above for a 160px "real total" */
}
#nav a:link { 
	color: #000000;
	font-weight: bold;
}
#nav a:visited { 
	color: #000000;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #000000;
}

/* content styles */
#content {
	margin: 0 165px;
	padding: 15px;
	vertical-align: top;
}
#content p {
	line-height: 130%;
}

/* third column styles */
#news {
	margin: 0px;
	padding: 15px 8px 8px;
	float: right;
	width: 143px;
	background: #FFFFFF;
}
#news p {
	color: #000000; /* third column has a dark color so font must be light for contrast */
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 12px;
	color: #FFFFFF;
	background: #003399;  /* This background color covers the faux column effect that spans the entire holder div */
}
#holder #content .container table {
	vertical-align: top;
}


/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

