/* 

STYLE SHEET FOR [Woodland Cemetery Foundation - Home - WCF_home.css]
Created by [Mark L. Steiger]

*/

/* Height parameter added below for compatibility with IE v.8.0 (mls 11-Nov-2009) */
#content {
		border: none;
		padding: 0;
		background: #f4e8ad;
		background-color: #f4e8ad;
		min-height: 1220px;
		width: 680px;
		margin: 0 auto;
		margin-bottom: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.8em;
		color: #000000;
		font-weight: bold;
		}

#main_content {
		float: left;
		border: none; 
		padding: 22px 18px 0 5px;
		background: #f4e8ad;
		background-color: #f4e8ad;
		width: 375px;
		margin-left: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 120% ;
		color: #000000;
		font-weight: normal;
		text-align: center;
		}
		
#main_content h2 {
		background: #e5dda0;
		text-align: left;
		font-size: 1.0em;
		}
		
#main_content h3 {
		font-size: 100%;
		padding-bottom: 7px;
		}
		
#main_content p {
		text-align:left;
		}
		
#missionstatement p {
		text-align: center;
		}
		
#support p {
		text-align: center;
		}
		
#boxout {
		float: left;
		border: 8px solid #e5dda0; 
		padding: 18px 1px 8px 5px;
		margin-right: 0px;
		background: #f4e8ad;
		width: 260px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		color: #000000;
		font-weight: normal;
		}

#boxcenter {
		text-align: center;
		}
		
#boxout h2 {
		background-color: #e5dda0;
		border-color: #e5dda0;
		}

div#content .right_photo {/* specific override for the image with the .photo class */
		border-width: 8px 8px 10px 8px;
		border-style: solid;
		border-color: #e5dda0;
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		}
		
div#content .left_photo {/* specific override for the image with the .photo class */
		border-width: 8px 8px 10px 8px;
		border-style: solid;
		border-color: #e5dda0;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		}
		
#footer {
		font-size: 0.8em;		
		}

	