/******************************************************************************
Introduction
******************************************************************************/

#sectionIntroduction
	{
		width:210px;
		min-height:350px;
		height:auto;
		margin:0;
		padding:0;
		background:#F5F5F5;
		float:left;
		display:inline;
	}
	
#sectionIntroduction div {
	padding:20px;
}

#sectionIntroduction h1
	{
		margin:0 0 10px 0;
		padding:0;
		background-position:top left;
		background-repeat:no-repeat;
		height:160px;
		width:210px;
		display:block;
	}
	
#sectionIntroduction h1 span
	{
		position:absolute;
		left:-999em;
	}

#sectionIntroduction p {
	margin:20px;
}

/******************************************************************************
Introduction
******************************************************************************/	

#sectionList
	{
		width:439px;
		margin:0 0 0 20px;
		padding:0;
		float:left;
		display:inline;
		vertical-align: top;
	}

.sectionListItem{
	width: 439px;
	margin: 0 0 20px 0;
	padding:5px 0 5px 0;
	background:#F5F5F5;
	display:block;
}

#sectionList h2 a
	{
	text-decoration:none;
	color:inherit;
	font-weight:inherit;
}

#sectionList h2,#sectionList p{
	margin:0 20px 4px 20px;
} 
