a.nav {
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 15px;
	margin-left: -1px;
	background-color: #E6CF72;
	color: #003A00;
	text-decoration: none;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}
a.nav:hover {
	background-color: #F7EFD1;
	text-decoration: none;
}

#main {
	width: 100%;
}

.white-bg {
	background-color: #FFFFFF;
}

.nav-side {
	background-image: url(images/navside.jpg);
	background-repeat: repeat-x;
	height: 24px;
}

#nav {
	background-image: url(images/nav.jpg);
	text-align: left;
	height: 24px;
	margin: 0;
	padding: 0px 0px 0px 135px;;
}

#nav-safari {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 20px;
	margin: 0;
	padding: 0px 0px 0px 135px;;
}

#top-side-right {
	background-image: url(images/rightfill.jpg);
}

#top-side-left {
	background-image: url(images/leftfill.jpg);
}

#top-centre {
	background-image: url(images/topcentre.jpg);
	width: 920px;
	height: 83px;
	margin: 0;
}

#top-centre-safari {
	background-image: url(images/topcentre.jpg);
	width: 920px;
	height: 81px;
	margin: 0;
}

#content {
	background-color: #FFFFFF;
	width: 920px;
}

#footer {
	width: 920px;
	text-align: center;
}

#toptop {
	width: 920px;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 10px;
}