body
{
	margin-left:		auto;
	margin-right:		auto;
	max-width:		700px;
	min-width:		600px;
	padding:		100px 20px 0px 175px;
	position:		relative;
	font-family:		verdana;
}

img {
	border-style: none;
}

a {
	color: grey;
}

#top
{
	position:		absolute;
	top:			0px;
	left:			0px;
	border-bottom:		solid 2px black;
	letter-spacing:		1px;
	font-weight:		normal;
	font-size:		32px;
	line-height:		1.5em;
	width:			100%;
}

#top a {
  text-decoration: none;
  color: black;
}

h1 {
	font-weight:		normal;
	font-size:		25px;
}

#content h2 {
	font-weight:		normal;
	font-size:		17px;
	border-left:		5px solid darkgreen;
	border-bottom:		1px solid darkgreen;
	padding-left:		5px;
}

li h3 {
	font-size:		1em;
	margin:			inherit;
}

.hidden
{
	position:		absolute;
	width:			0px;
	height:			0px;
	display:		none;
	visibility:		hidden;
}

#content
{
	line-height:		1.5em;
	font-size:		16px;
}

div#whereareyou {
	position:		absolute;
	top:			50px;
	left:			175px;	
}

div#whereareyou a {
	color:			black;
	text-decoration:	none;
	border-bottom:		1px dashed black;
}

div#whereareyou a:hover {
	border-bottom-style:	solid;
}

div#copyrightstatement {
	border-top:		1px solid black;
	margin:			15px 0px 30px 0px;
	padding:		0px 0px 0px 5px;
	font-size:		12px;
}

/* FORMS */

textarea {
	border:			1px solid black;
}

input[type=submit] {
	border:			1px solid black;
}

/* WIKI */

code.sourcelistning {
	font-size:		14px;
	display:		block;
	border:			1px solid black;
	margin:			10px 0px 10px 15px;
	padding:		0px 0px 0px 5px;
}

/* MENU */
div#menu
{
	position:		absolute;
	top:			50px;
	left:			10px;
}

div#menu h2
{
	font-weight:		normal;
	font-size:		20px;
}

div#menu a
{
	position:		relative;
	display:		block;
	text-decoration:	none;
	font-size:		16px;
	width:			100px;
	color:			black;
}

div#menu br
{	
	position:		absolute;
	width:			0px;
	height:			0px;
	display:		none;
	visibility:		hidden;
}

div#menu div a
{
	padding-left:		15px;
	display:		block;
	visibility:		visible;
	color:			black;
}
