/* Layout */

#panel {
	width: 520px;
	padding: 0 10px;
	margin: 0 10px 40px 10px;
	float: left;
	overflow: hidden;
}

#panel {
\width: 520px; 
w\idth: 500px;
}

#subnav h5 {
	color:#939598;
	margin:-5px 0 12px 10px;
}

#modulerow {
	width: 520px;
	border-bottom: 1px dotted #9c9d9f;	
}

.module {
	width: 239px;
	padding: 0 10px;
	border-right: 1px dotted #9c9d9f; 
	float: left;
}

.modulelast {
	width: 239px;
	padding: 0 10px; 
	float: left;
}

.module img, .modulelast img {
	float: left;
	margin: 18px 10px 80px 0;
	clear: left;
}

.module p, .modulelast p {
	clear: right;
}

.module h2, .modulelast h2 {
	color: #464646;
	line-height: 1.2em;
	padding: 18px 0 0 0;
}



/* TYPOGRAPHY */

#breadcrumbs p {
	font-size: 1em;
	line-height: 1.1em;
	margin: 0;
}

#panel h1 {
	line-height: 1.8em;
	margin: 0 0 12px 0;
}

