body {
	padding:0;
	background-color: #ffffff;
	color: black;
	background: url(../images/tundrasunset.jpg) bottom fixed;
}

div#links {
	z-index: 0;
	position: relative;
	width: 795px;
}

div#title {
	position: relative;
	width: 795px;
	/* text-align: left; */
	font: 24pt bold Arial, Helvetica, sans-serif;
}

div#content {
	position: relative;
	top: 20px;
	width: 700px;
	padding: 15px;
	text-align: left;
	background-image: url(../images/semi-trans-white.png);
}

div#footer {
	width: 99%;
	bottom: 1%;
	position: fixed;
}

img { border: none; }
img.bordered {
	border: 4px #333333 solid;
	margin: 6px;
}
img.leftmargin	{ margin-left: 10px; }
img.rightmargin	{ margin-right: 10px; }

a:link, a:visited, a:active {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

a.plain:link, a.plain:visited, a.plain:active, a.plain:hover	{ text-decoration: none; }
a.white:link, a.white:visited, a.white:active, a.white:hover	{ color: white; }
a.bold:link, a.bold:visited, a.bold:active, a.bold:hover		{ font-weight: bold; }

.white	{ color: white; }
.bold	{ font-weight: bold; }
.smaller	{ font-size: 80%; }

p { text-align: justify }

h2 {
	font: 14pt bold Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 6px;
}