body {
	font-family: Tahoma,Verdana,sans-serif;
	font-size: small;
	color: rgb(120,100,100);
	margin: 0;
	padding: 2em 2em 0 2em;
	background: rgb(255,250,252) url(background.png) repeat-x top left;

	/* By default, mozilla hides absolute elements with z-index below zero. 
	 * Setting a relative position and z-index to 0 of the body element, avoids that.
	 */
	position:relative; left: 0; top: 0; z-index:0;
}

#bglefttop {
	background: url(bglefttop.png) repeat-x top right;
	z-index: -1;
	position: absolute;
	width: 476px;
	height: 428px;
	left: 0;
	top: 0;
}

h1 {
	font-size: x-large;
	text-align: right; margin: 0 0 0.7em 0; padding: 0 0 0.2em 0;
}

h2 {
	font-size: x-large;
	font-weight: bold;
}

h3 {
	margin: 0;
	font-size: large;
}


a {
	text-decoration: underline;
	color: rgb(120,100,100);
}

a:hover {
	background: rgb(255,240,250);
	border-top: 1px solid rgb(120,100,100);
	border-bottom: 1px solid rgb(120,100,100);
	text-decoration: none;
}

#nav {
	background: transparent;
	width: 7em;
	text-align: right;
	float: left;
	padding: 1em 0 0 0;
}

#nav a, #nav span.lnsection {
	display: block;
	padding: 0.5em 1em 0.5em 0;
	font-weight: bold;
	
	/* Disable the default link lay-out */
	text-decoration: none;
	border: none;
	background: transparent;
}
#nav span.lnsection {
	padding-top:  2em;
	text-decoration: underline;
}

#nav a:hover {
	border-bottom: none;
}

#options {
	width: 7em;
	float: right;
	padding: 1em;
	margin: 1em;
	border: 1px solid rgb(120,100,100);
}

#content {
	margin: 0 0 0 8em;
	padding: 1em 0 0 2.5em;
	min-height: 60ex;
}

p, ul, dl {
	margin: 1em 0 2em 0;
	line-height: 1.5;

}

dt { text-decoration: underline; }

dd { text-align: justify; }

p { text-align: justify; }

em {
	 font-style: italic;
}
strong {
	font-weight: bold;
}
#footer {
	margin: 2em 0 2em 0;
	text-align: center;
	border-top: 1px solid rgb(120,100,100);
	padding: 10px;
	font-size: x-small;
}
#footer a {
	font-weight: normal;
}

