#first_col TD, #second_col TD {
	padding-right: 20px;
}
#first_col {
	display:inline;	float:left;
	width:340px;	
	margin: -20px 23px 0px 25px;
}
#second_col {
	margin-top: -20px;
	display:inline;	float:left;
	width:280px;
}
.time {
	display:inline;	float:left;
	width:600px; 
}

#eventLog {
	float:left;
	width: 650px;
	min-height: 210px;
	padding: 0px 10px 0px 10px;	
	border-bottom: 1px solid #efe8f5;
	margin: -10px 0px 20px 10px;		
}
#events {
	float:left; 	
}
#logs {
	float: left;
	width: 440px;
	margin: -5px 0px 0px 40px;		
}

.event {
	padding-bottom: 20px;	
}

.event P {
	margin: 0px!important;
	padding: 0px!important;
}

.event .timestamp {
	font-size: 80%;
	color: #666666;		
}

.event .ttl {
	font-size: 120%!important;
	color: black!important;
}

.event .desc {
	font-size: 80%;
}

.projects {
	padding-left: 10px;
	padding-right: 20px;	
	margin-bottom: 2em;
}
.projects LI{
	margin-bottom: 1em;
}