<!--
body {
 background-color:white;
 font-family: Sans-Serif;
 color:dimgrey;
 text-align: justify;

}

#fixpic {
	display:block;
	width:819px;
	height:406px;
	position:fixed;
	bottom:0;
	right:0;
	z-index:-1;
}

/* unvisited link */
a:link {
    color: grey;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: grey;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: black;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: grey;
    text-decoration: none;
}



#container {
	min-height:100%;
	position:relative;
	}
#header {
	padding:10px;
	}
#body {
	padding:1px;
	padding-bottom:60px;	/* Height of the footer */
	}
#footer {
    font-family: "Arial", Verdana, sans-serif;
	position:absolute;
	bottom:0;
	width:90%;
	height:60px;			/* Height of the footer */
}
/* other non-essential CSS */
#header p,
#header h1 {
		margin:0;
		padding:10px 0 0 10px;
}
#footer p {
	font-size: 12px;
	margin:0;
	padding:10px;
}

.left   {
	text-align: left;
}




-->