body {
	margin: 0;
	background-color: #5d1a00;
	background-image: url(images/gradbg_light.gif);
	background-attachment: top;
	background-repeat: repeat-x;
	
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.7;
}

#printlogo {
	display: none;
	visibility: hidden;
}

#shadowblock {
	margin: 0 auto;
	top: 0px;
	width: 840px;
	
	min-height:700px;
	height:auto !important;
	height:700px;
	
	background-image: url(images/mainbox_light.png);
	background-repeat: no-repeat;
}
#centreblock {
	width: 780px;
	margin: 0 auto;
}
#header {
	height: 285px;
	width: 780px;
}

#mainlogo {
	float: left;
	width: 405px;
	height: 105px;
}
#maintagline {
	position: relative;
	float: right;
	width: 200px;
	height: 105px;
}

#heropic {
	width: 780px;
	height: 180px;
}

#navbar {
	height: 35px;
	background-color: #596b1b;
	border-bottom: 2px solid #004b59;
	overflow: visible;
}
#navbar img {
	margin-right: -2px;
}

#contentblock {
	background-image: url(images/mainbg_sidebar.gif);
	background-repeat: repeat-y;

	min-height:380px;
	height:auto !important;
	height:380px;
}

#pagecopy {
	width: 535px;
	padding: 15px;
	padding-left: 30px;
	float: left;
}
#sidebar {
	font-size: 85%;
	width: 170px;
	float: left;
	padding: 15px;
}
#nepabunnatime {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #004b59;
}
.pagetitle {
	position: relative;
	left: -15px;
}

.clearfloat {
	clear: both;
}

#grasslands {
	background-image: url(images/grasslands.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 105px;
}

ul.placesList li {
	cursor:pointer;
}
ul.placesList li span {
	text-decoration: underline;
}
ul.placesList li ul {
	display:none;
	font-size: 85%;
	margin: 0;
	margin-left: 1em;
	padding: 0;
}
ul.placesList li ul li {
	padding: 3px;
}


