/* layout */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #444;
	background-color: #e7edf3;
	}
#container {
	width: 750px;
	background-color: #ffffff;
	margin: 5% auto; 
	text-align: left; 
}
#header {
	background-color: #37699a;
	color: white;
	border: 2px solid white;
	border-bottom: 1px solid white;
	background: url(images/background4.jpg) repeat-y;
}
#title {
	width: 210px;
	background-color: #37699a;
	border-right: 1px solid white;
}
#inner {
	border: 1px solid white;
	border-left: 2px solid white;
	height: 300px;
	background: url(images/garden_gate.jpg) no-repeat; /* default image */
	}
#content {
	margin-left: 225px;
	padding-right: 10px;
}	
#footer {
	clear: both;
	margin: 0;
	padding: 1px 5px 1px 5px;
	font-size: 100%;
	border: 2px solid white;
	border-top: none;
	text-align: right;
	background: url(images/background4.jpg);
	}
.imgborder {
  float:right;
	margin: 5px 10px 20px 10px;
	padding: 2px;
	border: 1px solid #eeeeee;
}
/* main elements */	
h1 {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 180%;
	}
h2 {
	margin: 0;
	padding: 0px 0 10px 0px;
	text-align: center;
	font-size: 130%;
	font-weight: normal;
	}
h3 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 120%;
	margin-bottom: 2px;
	color: #37699a;
	}
p {
	font-size: 95%;
	margin: 0;
	padding: 8px 0 0 0;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul li {
	font-size: 95%;
	letter-spacing: 110%;
}
img {
	border: none;
	}
abbr, acronym {
	cursor: help;
	}
table tr td {
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #37699a;
	}
a:visited {
	text-decoration: none;
	color: gray;
	}
a:hover {
	text-decoration:underline;
}

/* links & navigation */
body#home #home_nav,
body#approach #approach_nav,
body#aboutme #aboutme_nav,
body#practicalities #practicalities_nav {
	font-weight: bold;
	margin: 0;
	color: #c1d1e0;
	background-color: #7195b8;
	}
.navigation {
	margin: 0;
	border-left: 2px solid white;
	border-right: 2px solid white;
	font-size: 100%;
	background-color: #7195b8;
	background-color: #c1d1e0;
	
	padding: 0;
	padding-left: 208px;
	background: url(images/background4.jpg);
}
.nav_list {
	margin: 0;
	padding: 0;
	width: 132px;
	background-color: #7195b8;
	color: #7195b8;
	border-left: 0px solid white;
	text-align: center;
}
.navigation a {
	margin: 0;
	font-weight: bold;
}
.navigation a:link {
	text-decoration: none;
	color: white;
	}
.navigation a:visited {
	text-decoration: none;
	color: white;
	}
.navigation a:hover {
	text-decoration:underline;
}
.credit {
 font-size: 80%;
 padding: 5px;
 color: #888888;
 background-color: #e7edf3;
 text-align: right;
}

