body {
	background: #2b436c url(images/fixedbg.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #e7e4c8;
	}

/* Scenery Background */
#scenerybg {
	background: url(images/scenerybg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 350px;
	padding: 0px;
	margin: 0px;
	}
	
/* Wildlife Background */
#wildlifebg {
	background: url(images/wildlifebg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 350px;
	padding: 0px;
	margin: 0px;
	}
	
/* Accommodation Background */
#accommodationbg {
	background: url(images/accommodationbg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 350px;
	padding: 0px;
	margin: 0px;
	}

/* Layout Design Styling */

#header {
	background: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	text-align: right;
	font-size: .8em;
	color: #333333;
	}

#header p {
	padding: 25px;
	}

#header a {
	color: #8391b4;
	text-decoration: none;
	font-weight: bold;
	}

#header a:visited {
	color: #999999;
	}

#header a:hover {
	color: #2b436c;
	}

#header .selected {
	color: #a2130c;
	font-weight: bold;
	text-decoration: underline;
	}

#sidebar {
	background: #4c6083 url(images/sidebar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 20px;
	top: 380px;
	width: 180px;
	font-size: 0.7em;
	}

#sidebar p {
	padding: 0px 10px 10px 10px;
	}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #2b436c;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar li a {
	background-color: #7d95c0;
	border-bottom: 1px solid #e7e4c8;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px;
	width: 170px;
	}

#sidebar li li a {
	background-color: #4c6083;
	border-bottom: 1px solid #e7e4c8;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
	width: 165px;
	}

#sidebar a:visited {
	color: #e7e4c8;
	}
	
#sidebar a:hover {
	background-color: #ebd232;
	color: #2b436c;
	}

#sidebar .selected {
	background: url(images/select.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	}
	
#content {
	position: absolute;
	top: 375px;
	left: 200px;
	font-size: 0.8em;
	padding-left: 40px;
	width: 55%;
	}

#tag {
	position: absolute;
	top: 270px;
	right: 20px;
	}
	
#shadow {
	background: #2b436c url(images/shadow.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 350px;
	left: 0px;
	width: 100%;
	height: 30px;
	}	

/* Tables styling */

table  {
	font-size: .9em;
	color: #333333;
	}

tr.top td {
	background-color: #4c6083;
	color: #e7e4c8;
	}

tr.odd td {
	background-color: #e7e4c8;
	}
	
tr td {
	background-color: #7d95c0;
	padding: 3px 8px;
	border-left: 1px solid #333333;
	}
	
/* Forms Styling */

form {
	width: 400px;
	}
	
label {
	float: left;
	width: 100px;
	text-align: right;
	}

input {
	text-align: left;
	margin-left: 5px;
	}

/* Common Elements Styling */

.hide {
	display: none;
	}
	
.floatlt {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.centered {
	text-align: center;
	}

.clear {
	clear: both;
	}

.rule {
	background: url(images/rule.gif);
	background-repeat: repeat-x;
	width: 100% !important;
	width: 70%;
	height: 1px;
	margin: 20px auto;
	}
	
.extraspace li {
	margin-bottom: 20px;
	}
	
h1 {
	background: url(images/h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-weight: normal;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h2 {
	font-size: 1.2em;
	color: #ebd232;
	margin: 0px;
	}
	
h3 {
	font-size: 1em;
	color: #ebd232;
	margin: 0px;
	}
	
a {
	color: #ebd232;
	}

a:visited {
	color: #999999;
	}

a:hover {
	color: #4c6083;
	}
	
/* Printer Settings */

.break {
	page-break-before: always;
	}

@media print {
	body { color: #000000; background-color: #ffffff; }
	#header { display: none; }
	#sidebar { display: none; }
	#tag { display: none; }
	#shadow { display: none; }
	#content { 
	position: static;
	width: 7in;
	padding: 0px;
	font-size: 12pt; }
	a:link, a:visited {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline; }
	}
