* {
	font-size: 100.01%; 
	line-height: 1; 
	margin: 0px; 
	padding: 0px;
} 

body, html {
	background-color: #FFB47F;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 62.5%;
}

div#body {
	width: 768px;
	/*width: 76.8em;*/
	margin: auto;
	padding-top: 20px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
}

div#menuWrapper {
	z-index: 3;
	/*background-color:green;*/
	position: absolute;
	top: 102px;
	left: 50%;
}

ul#menu {
	padding-left: 15px;
	width: 745px;
	/*padding-right: 150px;*/
	text-align: left;
	margin-left: -380px;
	/*background-color: #FBE2D0;*/
	background-image: url(../resources/img/nav_background.gif);
	position: relative;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 47px;
}

ul#menu li {
	list-style-type: none;
	font-size: 12px;
	/*font-weight: bold;*/
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #b88c6d;
}

ul#menu li.start {
	padding-left: 0;
}

ul#menu li.last {
	padding-right: 0;
	border-right: none;
}

ul#menu li a {
	/*color: #A84E09;*/
	color: #b88c6d;
	text-decoration: none;
}

ul#menu li a:hover {
	text-decoration: none;
	color: #fd6801;
}

ul#menu li a.active {
	text-decoration: none;
	color: #fd6801;
}

ul#menu li#omega {
	position: absolute;
	right: 15px;
	bottom: -15px;
	clear: both;
	z-index: 5;
	padding: 0px;
	width: 98px;
	height: 98px;
	display: none; /* -- temporary removal of the tick -- */
}

div#mastheadWrapper {
	z-index: 2;
	position: absolute;
	top: 0px;
	/*padding-top: 10px;*/
	left: 50%;
	margin-left: -380px;
	background-image: url(../resources/img/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 760px;
	height: 102px;
}

ul#masthead {
	padding-top: 60px;
	text-align: right;
	padding-right: 50px;
}

ul#masthead li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #b88c6d;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
}

ul#masthead li.first {
	border-left:none;
}

ul#masthead li a {
	color: #ffffff;
	/*font-size: 1.2em;*/
	font-size: 12px;
	text-decoration: none;
}

ul#masthead li a:hover {
	text-decoration: none;
	color: #fd6801;
}

ul#masthead li.active a {
	text-decoration: none;
	color: #fd6801;
}

ul#masthead li.active a:hover {
	text-decoration: none;
	border-right:hidden;
}

ul#footer {
	text-align: center;
	margin-bottom: 20px;
	clear: both;
	padding-top: 20px;
}

ul#footer li {
	list-style-type: none;
	display: inline;
	padding-left: 2px;
	padding-right: 4px;
	color: #FF6900;
	border-right: 1px solid #FF6900;
}

ul#footer li a {
	color: #FF6900;
}

ul#footer li a.active {
	text-decoration:none;
}

ul#footer li.first {
	padding-left: 0px;
}

ul#footer li.last {
	padding-right: 0px;
	border-right: none;
}

div#logo {
	/*margin: 10px 0 0 30px;*/
	margin: 0;
	padding: 0;
	float: left;
}

div#logo a img {
	border: 0;
}