body {
	background-color: #4169e1; /* blue colour */
	font-family: arial, helvetica, sans-serif, "Lucida Grande", verdana;
	color: #ffffff;
	/*text-align: center; */
}
img {
	border: none;
}
a {
	color: #ffffff;
	background-color: #4169e1;  /* blue colour */
}
em	{
	font-style: normal;
	font-weight: bold;
}
td, th {
	text-align: center;
	padding: 10px;
}
caption {
	font-weight: bold;
	padding-bottom: 10px;
}
#content {
	width: 720px;
	margin: 0 auto;
}
#mainbody {
	background-color: #4169e1; /*blue colour */
	border: thin solid #ae91d4; /* grey colour */	
	position: relative;
	top: -30px;
	width: 100%;
	/*padding: 30px 15px 0px 15px;*/
	padding: 30px 20px 0px 45px;	
}
#menu {
	text-align: right;
}
.menuselected {
	position: relative;
	z-index: 1;
}
#welcome {
	width: 520px;
	float: right;
	text-align: left;	
}
#address	{
	font-size: .7em;
}
.centered-table {
   /*margin-left: auto;
   margin-right: auto;*/
}
.text-left	{
	text-align: left;
}
.adult {
	color: white;
	background-color: #4169e1;  /* blue colour */	
}
.child {
	color: yellow;
	background-color: #4169e1;  /* blue colour */	
}


