	/* ========== START HERE ==========
		mlecc-master.css
		Moose Lake Evangelical Covenant Church
		Master Style Sheet for MLECC
		copyright Tyrone Mixx
		April 2006
	/* ================================ */	
	
	/*	Set up font sizes so that 1 em = 10pt font
	1.2 em = 12pt font, and so on				*/
	
	html {
	font-size:125%;
	}
	
	body {
	min-width: 760px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 50%;
	background-color: #CCCCFF;
	background-image:url(../../images/light-blue-background.gif);
	background-repeat:repeat;
	}
	
	*	{
	margin:0px;
	padding:0px;
	}
	
	h1 {
	font-size:2.4em;
	}
	
	h2 {
	font-size:1.8em;
	}
	
	h3 {
	font-size:1.5em;
	color: #000;
	}
	
	h4 {
	font-size:1.3em;
	}
	
	h5 {
	font-size:1.1em;
	}
	
	h6 {
	font-size:0.9em;
	}
	
	.clearbothfloats {clear:both}
	.clearrightfloat {clear:right}
	.clearleftfloat {clear:left}
	
	#masthead {
	width: 648px;
	height: 144px;
	background-color:#ccf;
	}
	
	#masthead img {
	border:none;
	}
	
	#masthead a {
	width: 648px;
	height: 144px;
	display: block;
	background-image:url(../../images/blue-mlecc-header-about.gif);
	background-repeat:no-repeat;
	}
	
	#masthead a:hover {
	background-image:url(../../images/blue-mlecc-header-address.gif);
	background-repeat:no-repeat;
	}
	
	#content {
	}
		
	#footer {
	clear:both;
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 1.1em;
	text-align:center;
	margin:30px 130px 5px 130px;
	padding:10px;
	border-style:double;
	border-width:5px;
	max-width:720px;
	}
	
	#menu-placeholder {
	width:130px;
	float:left;
	margin:0px;
	}
		
	/*	FAUX PAPER DISPLAY
	Set up a routine for displaying a photo in one column
	and then a 400px box simulating text on a sheet of 
	paper with a drop shadow								*/
	
	/* ----- paper-side-simage -----------------------------
	This div is called to properly place content on the page.
	The space it occupies is actually the All-Web-Menus, menu
	for us
	/* ----------------------------------------------------- */
	#paper-side-image {
	float:left;
	margin:10px 0 0 0px;
	}
	
	#paper-box {
	position: relative;
	top: -10px;
	left: 10px;
	width: 390px;
	border: 1px solid #333333;
	background: #FFFFFF;
	}
	
	#paper-box-shadow {
	margin-left:325px;
	margin-top:20px;
	width: 390px;
	background: #999999;
	}
	
	#paper-box p {
	margin: 25px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
	}
	
	#paper-box h3 {
	text-align:center;
	margin:1em 0 0 0;
	}
	
	/* --------- Start Full Page Column Styles --------- */
	
	#column-full-page-box {
	top: 10px;
	left: 10px;
	width: 600px;
	border: 0px;
	}

	#column-full-page-box p {
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
	}
	
	/* --------- End Full Page Column Style --------- */
	
	/* --------- Start Anniversary Picture Pages Styles --------- */
	
	#anniv-pic-wrap {
	width: 600px;
	margin: 20px 0 20px 160px;
	}
	
	#anniv-pic-wrap img {
	border-style: solid;
	border-width: medium;
	}
	
	#anniv-pic-wrap p {
	font-size: 1.5em;
	}

	#anniv-pic-page-sel {
	margin: 20px 0 20px 400px;
	}

	#anniv-pic-page-sel p {
	font-size: 1.4em;
	}
	
	/* --------- End Anniversary Picture Pages Styles --------- */
	
.col3-wrapper .col3c .col3c-boxgreen h3 {
	text-align: center;
}
