body {
	margin: 0px;
	padding: 0px;
}

body a:link, body a:visited {
	color: #660000;	
}

body a:hover {
	color: #996666;	
}

/* container for pg so footer displays correctly */
div#container {
	position: absolute;
	top: 10px;
	text-align: center;
	width:100%;
}

/* misc text links below pictures table */
div#txtlinks {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: 3px;
	padding: 10px;
	margin-bottom: 20px;
	border: 2px dashed #CCCCCC;
}

div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	width: 100%;
	line-height: 150%;
	margin-bottom: 10px;
}
	div#footer div.ellen_name {
		color: #990000;		
	}
	
	div#footer div.ellen_contact {
		color: #000000;		
	}