#HomePageTitle h2 {
	color:#AAAAAA;
}

#HomePageIntro {
	height:225px;
	background:transparent url(resources/images/home01.jpg) no-repeat 0.5em 0.5em;
   margin-left:28em;
}

#HomePageIntro h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#000000;
}

#HomePageKeySkills {
	clear:both;
	position:relative; /* Just for MSIE Peekaboo bug */
}

.HomePageKeySkillsList li,
.HomePageKeySkillsFinalList li {
	margin:0px 0px 0.5em 0px;
}

.HomePageKeySkillsList {
	display:block;
	list-style:none;
	float:left;
	padding-right:1.0em;
	margin-top:0em;
	margin-right:2.0em;
	border-right:solid #5544BB 1px;
}

.HomePageKeySkillsFinalList {
	list-style:none;
}



