body {
background-color: #0a141d;
}


#page {	
position: absolute;
left: 3px;
top: 15px;
width: 300px;
background-color: #000000;   
margin-top: 0px;    
margin-bottom: 0px;    
margin-left: 0px;    
margin-right: 0px;    
padding: 0px;    
}

#header {
background-color: #000000;
background-image: url(images/logo.jpg);
width: 300px;
height: 100px;
padding: 0px;    
margin: 0px;    
text-align: center;
background-repeat: no-repeat;
}



/*Begin Menu */ 
 
 #menu{						  
position: absolute;
left: 0px;
top: 100px;
font-size: 8pt;
font-weight: bold;
font-family: Arial, sans-serif;
width: 300px; /*leave this value as is in most cases*/	
height: 36px;
float: none;
overflow: hidden;	
background-color: #fffeec;
color: #ffffff;
text-align: center;
}
		
.home {	   
position: absolute;
left: 5px;
width: 35px;
height: 30px;
padding: 0px 0px 0px 0px;
border-right: none; /*1px solid #800000;*/
background-color: #fffeec;
color: #000000;
text-transform: uppercase; 
text-align: center;
float: left;

}

.home a{   
width: 35px;
height: 30px;
float: none;
color: #000000; /*text color*/
background-color: #fffeec;
padding: 5px 0px 0px 0px;
text-decoration: none;
/*border-right: 1px solid #f4cb0a;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.home a:visited{
color: #000000;
background-color: #fffeec;
}


.infolink {	   
position: absolute;
left: 65px;
width: 35px;
height: 30px;
padding: 0px 0px 0px 0px;
border-right:none; /* 1px solid #800000;*/
background: #fffeec;
color: #ffffff;
text-transform: uppercase; 
float: left;

}

.infolink a{   
width: 35px;
height: 30px;
float: none;
color: #000000; /*text color*/
background-color: #fffeec;
padding: 5px 0px 0px 0px;
text-decoration: none;
/*border-right: 1px solid #f4cb0a;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.infolink a:visited{
color: #000000;
background-color: #fffeec;
}



.links {	   
position: absolute;
left: 120px;
width: 35px;
height: 30px;
padding: 0px 0px 0px 0px;
border-right:none; /* 1px solid #800000;*/
background: #fffeec;
color: #ffffff;
text-transform: uppercase; 
float: left;

}

.links a{   
width: 35px;
height: 30px;
float: none;
color: #000000; /*text color*/
background-color: #fffeec;
padding: 5px 0px 0px 0px;
text-decoration: none;
/*border-right: 1px solid #f4cb0a;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.links a:visited{
color: #000000;
background-color: #fffeec;
}




.media {	   
position: absolute;
left: 175px;
width: 35px;
height: 30px;
padding: 0px 0px 0px 0px;
border-right:none; /* 1px solid #800000;*/
background: #fffeec;
color: #ffffff;
text-transform: uppercase; 
float: left;

}

.media a{   
width: 35px;
height: 30px;
float: none;
color: #000000; /*text color*/
background-color: #fffeec;
padding: 5px 0px 0px 0px;
text-decoration: none;
/*border-right: 1px solid #f4cb0a;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.media a:visited{
color: #000000;
background-color: #fffeec;
}




.prayer {	   
position: absolute;
left: 230px;
width: 35px;
height: 30px;
padding: 0px 0px 0px 0px;
border-right:none; /* 1px solid #800000;*/
background: #fffeec;
color: #ffffff;
text-transform: uppercase; 
float: left;

}

.prayer a{   
width: 35px;
height: 30px;
float: none;
color: #000000; /*text color*/
background-color: #fffeec;
padding: 5px 0px 0px 0px;
text-decoration: none;
/*border-right: 1px solid #f4cb0a;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.prayer a:visited{
color: #000000;
background-color: #fffeec;
}


/* Calendar*/

#calendar {
position: absolute;
top: 130px;
left: 0px;
width: 290px;
height: 450px;
float: left;
padding: 5px;
background-color: #fffeec;
text-align: center;
font-size: 15pt;
color: #996633;
}



#footercalendar {
position: absolute;
top: 590px;
left: 0px;
  width: 270px;
  height: 80px;
  clear: both;
  background-color: #000000;
  text-align: center;
  font-size : 90%;
  color: #ffffff;
  padding-top: 15px; 
padding-right: 15px; 
padding-bottom: 15px; 
padding-left: 15px;
}


 

 
 a:link { color: #5e8292; text-decoration:none; } 
 a:hover, a:focus { color: #000000; } a:active { color: #606878; }	
 a:visited {color: #5e8293; text-decoration: none;} 