html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 10px;
	color: #1C1E14;
	background-color: #fff;
	height: 100%;
}


#content a {
	color: rgb(57, 197, 226);
	}

#content a:link a:visited a:active {
	}

#content a:hover {
	color: #fff;
	background-color: rgb(57, 197, 226);
	}


#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#footer {
//*	background-color: #fff; *//
	position: absolute;
	margin: 0;
}



#content{
	padding: 6px;
	font-family: Helvetica Neue, Arial;
	color: #1C1E14);
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: .9em;
}

#resume table{
	margin-left:auto;
	margin-right:auto;
}

#ltgrey{
	background-color:#CCC;
}

#dkgrey{
	background-color:#999;
}