body {
/*	border: 1px dashed #883333;   */
	font-family: verdana, arial, helvetica, sans-serif;
	color: #444444;
	background-color: #E0E0AA;
}

#links {
	position: absolute;
	top: 6%;
	left: 3%;
	width: 10%;
	height: 100%;
/*	border: 1px dashed #883333;  */
	text-align: center;
}

#links img {
	width: 100%;
}

#links a {
	display: block;
	background-color: #883333;
	color: #E0E0AA;
	text-decoration: none;
	padding: 5px 5px;
	margin: 0 0 2px;
	border: 2px solid #883333;
}

#links a:hover {
	background-color: #AA5555;
}

#content {
	position: absolute;
	left: 16%;
	right: 3%;
	padding: 3% 0 3% 0;
/*	border: solid #FFCC99;  */
}

/* Random text */

div.text {
	padding: 0 3% 0 3%;
	border: 2px dashed #883333;
	background-color: #DDDDDD;
}
div.text img {
	padding: 0 3% 0 3%;
}

/* Links...categories, grouping */

div.linkcat {
	float: left;
	width: 2em;
	border: 2px dashed #883333;
	background-color: #DDDDDD;
}
div.linkcat p {text-align: center;}
div.linkgrp {
	padding: 0 3% 0 3%;
	font-family: courier, monospace;
/*	border: 2px dashed #883333; */
}
/* div.linkgrp a {                    */
/*	float: left;		   */
/*	padding: 0em 0em 1em 2em;    */
/*	border: 2px dashed #883333; */
/* }                                  */

/* Picture gallery stuff */

div.container {
	padding: 0 3% 0 3%;
	border: 2px dashed #883333;
	background-color: #DDDDDD;
}
div.spacer {
	clear: both;
}
div.thumbbare {
	float: left;
	width: 170px;  
	height: 170px;
	text-align: center;
/*	border: 1px dashed black;  */
}
div.thumbcap {
	float: left;
	width: 200px;  
	height: 220px;
	text-align: center;
/*	border: 1px dashed black; */
}
div.thumbcap img {
/*	border: 1px dashed black;  */
	vertical-align: bottom;
}
div.thumbcap p {
 	margin-top: 0;
	text-align: center;
/*	border: 1px dashed black;   */
}

p { text-align: justify; }
img { border: 0px; }
a:link {text-decoration:underline; color:#333388;}
a:visited {text-decoration:underline; color:#333388;}
a:hover {text-decoration:underline; color:#338833;}

ul { list-style-type: none; }
li { margin-top: 0.3em; }
li.indent { margin-left: 2em; }

table {
	border: 0px;
	border: 1px dashed #338833;
}
td { text-align: center; }
