body {
	line-height: 130%; 
	font-size: 1.05em;
	}
#main {	 
	margin: 2%;
	height: 100%;
	}
#firstcol {
	float: left;
	width: 24%;
	}
#secondcol {
	float: left;
	width: 24%;
	}
#thirdcol {
	float: left;
	width: 24%;
	}
#fourthcol {
	float: left;
	width: 24%;
	}
#footer {
	position:absolute; 
	top:110%; 
	left:5%;
	width: 90%;
	}
p {	
	font-size: 1.05em; 
	color: #aaa;
	font-weight: 800;
	margin: 0 0 -1em 0.8em;
	font-family: helvetica;
	}
ul {
	list-style-type: none;
	margin-left: -1em;
	}
a:link {	
	text-decoration: none;
	}
a:visited {
	text-decoration:none;
	}
a:hover {
	background: navy; 
	color: white; 
	text-decoration: none;
	}
a:active {
	background: blue; 
	color: white; 
	text-decoration: none;
	}
p.c {	
	text-align:right;
	color:#999999;
	font-size:.9em;
	line-height:230%;
	font-family:times;
	font-weight:200;
	}