body {
	margin: 0;
	padding: 0;
	font: 80% sans-serif, tahoma, verdana;
	color: #51575b;
}
h1 {
	font-size: 15px;
	letter-spacing: 0.06em;
	margin: 10px 0px 0px 0px;
}
p {
	margin:  5px 0px 5px 0px;
}
strong {
}
ul {
}
li {
}
div {
}
a {
  outline: none;
  color:maroon;
  text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
  color:black;
  text-decoration: underline;
  
}
a:active {
  
}
#container {
	width: 770px;
	margin: 5px auto 0px auto;
	background-image: url(images/contentBackground.png);
}
#title {
	height: 149px;
	background-image: url(images/lion.jpg);
	background-repeat: no-repeat;
}
#content {
	border-top: 1px #b5babd solid;
}
#left {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 180px;
	float: left;
}
#right {
	margin: 0px 0px 0px 205px;
	padding: 0px 15px 0px 0px;
	text-align: justify;
}
#footer {
	display: block;
	border-top: 2px #51575b solid;
	width: 740px;
	margin: 0px auto 0px auto;
}
#footer a {
	text-decoration: none;
	
	font-size: 12px;
}
#footerText {
	letter-spacing: 0em;
	text-align: center;
}
.menu {
	position: relative;
	padding: 0;
	margin: -10px 0 0 0px;
	padding-left: 20px;
	background: url(menu/menur_bg.gif) repeat-x;
/*tab background image path*/
	height: 46px;
	list-style: none;
}
.menu li {
	float: left;
}
.menu li a {
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 16px;
/*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}
.menu li a b {
	float: left;
	display: block;
	padding: 0 22px 0 6px;
/*Padding of menu items*/
}
.menu li.current a, .menu li a:hover {
	color: #fff;
	background: url(menu/menur_hover_left.gif) no-repeat;
/*left tab image path*/
	background-position: left;
}
.menu li.current a b, .menu li a:hover b {
	color: #fff;
	background: url(menu/menur_hover_right.gif) no-repeat right top;
/*right tab image path*/
}
.current {
}
.left_block {
	border-bottom: 0px red solid;
	padding-bottom: 5px;
}
.photoLeft {
	float: left;
	margin: 6px 10px 0px 0px;
	border: 2px gray solid;
	padding: 1px;
	background: white;
}
.photoRight {
	float: right;
	margin: 6px 0px 5px 8px;
	border: 2px gray solid;
	padding: 1px;
	background: white;
}
.photoCentre {
	margin: 0 auto 0 12px;
	border: 2px gray solid;
	padding: 1px;
	background: white;
}
.copyright {
	border: solid 0;
}