/*
  Hale Shule site CSS 
 */

body{
  background-color:#e16702;
  padding:0px;
  margin:0px;
  border:0px;
  margin:auto;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffeecc;
}
#menu{
  background-image:url(http://www.hale-jewish-community.org.uk/images/shule_menu_bg.gif);
  display:block;
  width:150px;
  height:521px;
  background-repeat: no-repeat;
  padding-top:10px;
}
#bodyArea{
  background-image:url(http://www.hale-jewish-community.org.uk/images/shule_body_bg2.jpgx);
  display:block;
  width:590px;
  height:550px;
  background-repeat: no-repeat;
  
}

/* Shule Menu */
a.navItem{
	display:block;
	width:150px;
	height:24px;
	background-image:url(http://www.hale-jewish-community.org.uk/images/shule_menu_tab.gif);
	color:#FFEAB3;
	text-decoration:none;
	text-align:right;
}

a.navItem:hover{
	color:#ffffff;

}

a.subItem{
	display:block;
	width:140px;
	
	color:#8D0E03;
	line-height:16px;
	text-decoration:none;
	text-align:right;
	padding-right:5px;
}

a.subItem:hover{
	color:#ffffff;	
}

#map{
  color:#000000;
  font-size:15px;
}

.frontWeekday{
	display:block;
	border:1px solid #C11304;
	padding:5px;
	text-align:center;
	background-color:#D94D04;
}

