#c1 {
	width:986px;
	margin:60px auto 10px auto;
	padding:10px 0;
}

#c2 {
	margin: 0 10px;
	padding:10px;
	/* border:1px dotted silver; */
}

#c4 {
	float:left;
	width:25%;
}

	#c4 #sidebar {
		background:#f5f5ff;
		border:2px solid #838a8f;
		padding:10px;
	}
	
	#c4 img {
		margin:20px 50px;
	}

	#c4 a {
		display:block;
		border-top:1px dashed #838a8f;
		text-decoration:none;
		padding:10px 0;
		line-height:1.4em;
		}
		
	#c4 a:hover {
		text-decoration:underline;
		}
		
#contact {
	float:right;
	width:650px;
}