body {
	margin: 0 10px 0 10px; 
	padding: 0; 
	height: 100%;
	min-width: 800px;				
	background: #4682B4 url("/church/misc/graphics/home/headclouds.jpg") repeat-x;
}
a {
	text-decoration: none;
	color: yellow;
}
a:hover {
	color: orange;
}
img {
	border: none;
	text-decoration: none;
}
#heading {
	font-size: 40px;
	font-weight: 700;
	color: #FFD700;
	text-align: center;
	margin-top: 15px;
	white-space: nowrap;
}
#menu {
	margin-top: 10px;
	float: left;
	font-style: italic;
}
#main_menu_top {
	height: 48px;
	width: 263px;
	background: url("/church/misc/graphics/home/mainscrollt.gif") no-repeat;
}
#main_menu_body {
	margin-left: 42px;
	width: 180px;
	background: #FEFED3;
}
#main_menu_body a {
	color: blue;
}
#main_menu_body a:hover {
	color: cyan; 
}		
#main_menu_bottom {
	height: 48px;
	width: 263px;
	margin-bottom: 80px;
	background: url("/church/misc/graphics/home/mainscrollb.gif") no-repeat;			
}
div.main_item {
	font-size: 16px;	
	color: black;
	margin-left: 10px;
	padding-top: 3px;
}
div.sub_item {
	font-size: 14px;
	margin-left: 25px;
}	
#main_content {
	margin: 45px 0 80px 263px;
}
				
/* fixed lower_content */
div#lower_content {
	position: absolute;
	padding: 5px 0 5px 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #4682B4;
}
@media screen {
	body>div#lower_content{
		position: fixed;
	}
}
* html body {
	overflow: hidden;
} 
* html div#upper_content {
	height: 100%;
	overflow: auto;
}
/*************/

#announcements {
	position: relative;
	height: 40px;
	color: white;
	background-color: blue;
	font-size: 20px;
	border-top: 1px green solid;
	border-bottom: 1px green solid;
}
#footer {
	padding: 0 5px 0 5px;
	text-align: center;			
}	
