.primary-content h2 {
	background-image: url("../images/headlines/about-me.jpg"); 
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
}

#resume-title {
	border:0;
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
}

#education-title {
	background-image: url("../images/secondary-heads/education.gif");		
}

#experience-title {
	background-image: url("../images/secondary-heads/experience.gif");		
}

#skills-title {
	background-image: url("../images/secondary-heads/skills.gif");		
}

.secondary-content .date {
	color:#999999;
	text-decoration:none;
}

/*.secondary-content .section-detail:hover h3, .secondary-content .section-detail.over h3,*/
.secondary-content .section-detail:hover p, .secondary-content .section-detail.over p {
	color:#999999;
}
.secondary-content .section-detail:hover, .secondary-content .section-detail.over {
	background-image: none;
	border-bottom:1px solid #dddddd;
	border-left:0.1em solid #ffffff;
	border-right:0.1em solid #ffffff;
}

.section-list .section-detail p, .section-list .section-detail ul {
	padding-bottom:1.2em;
}

#design-software-list, #programming-list {
	list-style-type:disc;
}

#design-software-list {
	display:block;
	padding-bottom:2.5em;
}

#programming-list {
	display:block;
	padding-bottom:3.8em;
}

#design-software-list li, #programming-list li {
	display:block;
	float:left;
	position:relative;
	top:0;
	left:0;
}

.section-detail {
	clear:both;
}
