﻿html {
	font:small/1.4 "Lucida Grande",Tacoma,sans-serif; background:#F5F5DC;
}

body {
	font-size:92%;
}






#header /*Top Oasis in the Desert Region*/{
	width: 900px;
	height: 161px;
	margin: 0 auto;
}

	#logo /*Reci Radio Logo-image*/
	{
		float: left;
		width: 144px;
		height: 161px;
	}
		
	#greeting 
	{
		font-size:28px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		text-align:center;
		float:left;
		width: 480px;
		/*height: 161px;*/
	}
	
	#login 
	{
		float: right;
		width: 240px;
		height: 161px;
	}
	
	
#information /*Saying and ShowTimes*/
{
	width: 900px;
	height: 50px;
	margin: 0 auto;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:bold
}	

#menu 
{
	padding: 0;
	width: 900px;
	height: 30px;
	margin: 0 auto;

}


#menu ul 
{
	margin: 0;
	padding: 0;
	list-style: none;

	
}

#menu li 
{
	height: 30px;
	display: inline;
}

#menu a {
	float:left;
	width: 127px;
	text-align: center;
	/*display:block;*/
	color: #FFF;
	text-decoration: none;
	line-height: 2; 
	border-right:1px solid #FFF;
	background: #6F6146;
}

#menu a:hover {
		background: #4F4532;
}

#menu .active a {
}

/*add "you are here" */
#body_wordsofwisdom #menu_wordsofwisdom a, 
#body_aboutus #menu_aboutus a, #body_archives #menu_archives a,
#body_purchase #menu_purchase a, #body_donations #menu_donations a,
#body_contactus #menu_contactus a,#body_prayerrequest #menu_prayerrequest a, 
#body_listenlive #menu_listenlive a
{
	background: #BEB06F;
	color: #1A1303;
	font-weight: bold;
}
	





#page /*space for entire page*/{
	width: 900px;
	margin: 0 auto;
	/*add background image??? background: url(images/img05.gif) no-repeat;*/
}
/*space for content region*/
#content {
	float: left;
	width: 890px;
}
	