html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
} 

body {
	color:#eee;
	background-color:black;
	background-image:url(../Images/background.jpg);
	background-repeat:no-repeat;
}

.floatImageLeft {
    float: left; 
    margin: 10px; 
}
.floatImageRight {
    float: right; 
    margin: 10px; 
}
#content {
	border:solid 0 #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:768px;
}

.times {
	margin-left:auto;
	margin-right:auto;
	width:70%;
	text-align:center;
}

.text {
	margin-left:auto;
	margin-right:auto;
	width:70%;
	text-align:left;
}
#SundayTimes {
	float:left;
}

#WednesdayTimes {
	float:right;
}

table,td,th {
	border-color:#600;
	border-style:solid;
}

th {
	background-color:#333;
}

table {
	border-width:0 0 1px 1px;
	border-spacing:0;
	border-collapse:collapse;
}

th,td {
	margin:0;
	padding:4px;
	border-width:1px 1px 0 0;
}

h1 {
	text-align:center;
	font-family:Capitals;
	font-size:xx-large;
}

#headerimg {
	background-image:url(../Images/RC001.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	background-color:white;
	height:100px;
	width:768px;
}

p {
	font-family:cursive;
}

#navMenu {
	position: static;
	clear: none;
	padding-left: 32px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	font-size: 14px;
	margin:0;
	list-style:none;
	font-family:cursive;
	font-style:italic;
	line-height:30px;
	background:black;
}

#navMenu li {
	font-size: 14px;
	float:left;
}

#navMenu li a {
	font-size: 14px;
	float:left;

	
/* default background image	*/
	background:url(../Images/NavBar/TopNav/Button.png) no-repeat center center;

	
/* width and height of the menu item */
	width:101px;
	height:32px;

	
/* simulate pixel perfect using border */
	border-left:0 solid #111;
	border-right:0 solid #333;
	border-top:0 solid #555;
	border-bottom:0 solid #333;

	
/* must set it as relative, because .hover class top and left with absolute position will be positioned according to li.	*/
	position:relative;
	
/* z-index must be higher than .hover class */
	z-index:1;

	
/* display as block and set the height according to the height of the menu to make the whole LI clickable	*/
	display:block;
	text-decoration:none;
	color:#eee;
}

#navMenu li .hover {

	
/* mouseover image	*/
	font-size: 14px;

	
                  	  
	background:url(../Images/NavBar/TopNav/Button_f2.png) no-repeat center center;

	
/* must be postion absolute 	*/
	position:absolute;

	
/*	width, height, left and top to fill the whole LI item	*/
	width:101px;
	height:32px;
	left:0;
	top:0;

	
/* display under the Anchor tag	*/
	z-index:-1;

	
/* hide it by default	*/
		display:block;
			
}

#navMenu li a .selected {

	
/* selected image	*/
	font-size: 14px;

	
                 	  
	background:url(../Images/NavBar/TopNav/Button_f4.png) no-repeat center center;
}

#directions {
	text-align:left;
	vertical-align:text-top;
}

em {
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
}


