body {
	background-image: url("/scotland/tartan.gif");
	color: black;
}

div.nav_back {
	float: left;
	font-style: bold;
}

div.nav_forward {
	float: right;
	font-style: bold;
}

div#body {
	background-image: url("/scotland/tartan-tint.jpg");
	border: #000000 4px solid;
	margin-top: 3em;
	margin-bottom: 3em;
	margin-right: 5em;
	margin-left: 5em;
}

div#header {
	border-bottom: #000000 4px solid;
	text-align: center;
}
div#footer {
	border-top: #000000 4px solid;
	text-align: center;
}
div#menu {
	width: 25%;
	float: left;
	max-height: 2800px;
}
div#module {
	border-left: #000000 4px solid;
	width: 74%;
	float: left;
	min-height: 280px;
}
div.clear {
	clear: both;
	width: 100%;
}

