/* MASTHEAD */
#mastheadDiv {
	height: 200px;
	width: 999px;
	margin:0;
	padding:0;
}

/* MAIN CONTENT */
#alertDiv {
	clear: both;
	border-radius: 15px;
	border: 2pt solid #CC0000;
	text-align: center;
}

#welcomeDiv {
	clear: both;
	border-radius: 15px;
/*	padding-right:125px;
	background-image:url('../img/diane.png');
		background-repeat:no-repeat;
		background-position: right bottom;
*/
}


/* SUNDAY */
#sundayDiv {
	width:650px;
	float: left;
	border-radius: 15px;
}
#sundayDiv p.allAges {
	margin: 0 1em;
	padding: .5em .5em;
	border: 4px double #cc3300;
	font-size: small;
	border-radius: 15px;
	
}
/* EVENTS */
#eventsDiv {
	width: 300px;
	float: right;
	border-radius: 15px;
	font-size: 10pt
}
#eventsDiv ul {
	padding-left: 3em;
}


/* NEWS & ANNOUNCEMENTS */
#newsDiv {
	width: 650px;
	float: left;
	border-radius: 15px;
}
#newsDiv li {
	padding: .5em 0;
}
#newsDiv #newsHilightsDiv {
	display: table;
	border-spacing: .5em;
	width: 600px;
	margin:auto 1em;
	text-align: center;
}
#newsDiv .highlight {
	display: table-cell;
	vertical-align:middle;
	padding: 1em;
	border: 4px double #cc3300;
	font-weight: bold;
	border-radius: 15px;
}


/*MOBILE MENU */
#mobileMenuDiv {
	display: none;
}

/* BREATH IN/OUT */
#breathDiv {
	display: block;
	clear: both;
	padding-top: 100%;
	background: none;
}