header, section, footer, aside, nav, article, figure, figcaption {
				display: block;
}
body {
	background-color:#683B20;   /* 683B20; 683D20 */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:0;
}
.wrapper {
	width: 940px;
	margin: 0px auto;
	border: 1px solid #B37956;
	background-color: #B37956;
	}
header {
	position: relative;
	height: 220px;
	background-image: url('../images/MRU_Header.jpg');
}
#header-link1 { 
	position: absolute; 
	top: 1px; 
	left: 2px; 
	width: 200px; 
	height: 200px; 
	background-color: transparent;
}
h1 {
	text-indent: -9999px;
	width: 940px;
	height: 220px;
	margin: 0px;
}
nav {
	clear: both;
	color: #000;
	text-align:center;
	background-color: #683B20;  /* #aeaca8; */
	height: 31px;
}
footer {
	clear: both;
	color: #000;
	text-align:center;
	font-size: 10px;
/*	background-color: #684499;   #aeaca8; */
	height: 32px;
}
iframe {
	border: 0px;
	width: 650px;
	height: 400px;
	margin-left: 125px;
	scrolling: no;
	marginheight: 0;
	marginwidth: 0;
}
			section.main {
				float: left;
				width: 690px;
				border-right: 0px solid #eeeeee;}
			section.location {
				float: left;
				width: 800px;
				border-right: 0px solid #eeeeee;}
			article {
				clear: both;
				overflow: auto;
				width: 100%;}
			ul li 	{
				margin-left: 110px;
				}
			hgroup {
				margin-top: 40px;}
			figure {
				float: left;
				width: 120px;
				height: 430px;
				padding: 2px;
				margin: 0px;
				border: 0px solid #eeeeee;}
			figure.treatment {
				float: left;
				width: 120px;
				height: 1010px;
				padding: 2px;
				margin: 0px;
				border: 0px solid #eeeeee;}
			figure.bookings {
				float: left;
				width: 120px;
				height: 660px;
				padding: 2px;
				margin: 0px;
				border: 0px solid #eeeeee;}
			figure.location {
				float: left;
				width: 120px;
				height: 170px;
				padding: 2px;
				margin: 0px;
				border: 0px solid #eeeeee;}
			figure.link {
				float: left;
				width: 120px;
				height: 690px;
				padding: 2px;
				margin: 0px;
				border: 0px solid #eeeeee;}
			figcaption {
				font-size: 90%;
				text-align: left;}
			aside {
		/*		width: 230px;		*/
				width: 160px;
				float: left;
				padding: 0px 0px 0px 10px;}
			aside.location  {
				width: 100px;
				float: left;
				padding: 0px 0px 0px 10px;}
			aside section a:hover, section a {
		/*		display: block; */
				padding: 10px;
				text-decoration: none;
		/*		border-bottom: 1px solid #eeeeee;} */
}
textarea {
	width: 350px;
	height: 100px;
}
table {
margin:0px;
padding:0px;
border-style:solid;
border-width:0px;
/* background-color:#A8A1B1;     a55520 */
}
td {
vertical-align:text-top;
text-align:left;
height:5px;
}
.tdr {
text-align:right;
}
.td_space_65 {
	width: 65px;
}
.td_space_125 {
	width: 125px;
}
.cen {
text-align:center;
vertical-align:middle;
}
.cenp {
text-align:center;
border-style:none;
margin:0px;
padding:0px;
border-width:0px;
border-color: black;
vertical-align:middle;
}
.short {
height:3px;
}
.footer {
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
img.align-left	{
float:left;
margin-right:15px;
}
img.align-right	{
float:right;
margin-left:20px;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	color: #FFFF99;
	text-decoration: none;
}
a:active {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
/* "auto" makes the left and right margins center the wrapper */
#wrap { 
width:800px;	
margin:0px auto; 
}
/* Menu Bar with dropdown list */
nav {
margin:0px;
padding:0px;
}
nav ul {
margin:0px;
padding:0px;
line-height:30px;
}
nav li {
margin:0px;
padding:0px;
list-style:none;
float:left;
position:relative;
 /* background:#684499;       Top level Menu Tab (111) */
}

nav ul li a {
text-align:center;
text-decoration:none;
text-shadow:1px 1px 1px #000;  /* Text shadow */
font-family: Verdana, Arial, Helvetica, sans-serif;
width:129px;
height:30px;
display:block;
color:#ff9;            /* Text Colour */
border:1px solid #B37956; /* Menu Boarder Colour (fff) */
 border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
nav ul ul {
position:absolute;
visibility:hidden;
top:32px;
}
nav ul li:hover ul {
visibility:visible;
text-align:left;
background:#683B20;      /* purple            */
}
nav li:hover, nav li a.current {   /* Fix selected Tab */
background:#44200A;      /* Greyish  (09f)      */
}
nav li a.noshow:hover {
	color: #683B20;
    cursor:default;
	background-color: #683B20;
}
nav ul li:hover ul li a:hover {   /* Drop down Hover */
background:#963;   /* Light Brown   (B3896F)       */
color:#000;
}
nav a:hover {
color:#FFF;
}
