#c1 {
	width:986px;
	margin:60px auto 10px auto;
	padding:10px 0;
}

#c2 {
	margin: 0 10px;
}

#c3 {
	float:right;
	width:70%;
}

#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;
		}

#qanda {
	margin-bottom:30px;
	background:#fffff5;
	padding:10px;
	border:1px solid black;
	-moz-box-shadow: 0 0 10px #555; 
	-webkit-box-shadow: 0 0 10px #555; 
	box-shadow: 0 0 10px #555;
}

.backlink {
	margin-top:10px;
}

.backlink, .backlink:visited {
	padding: 5px;
}

.backlink:hover {
	color:green;
}

.backlink:active, .backlink:focus {
	color:red;
}

.answer {
	float:left;
	margin-top:10px;
}

.answer a, .answer a:visited {
	padding: 5px;
	background:white;
	border:1px solid #555;
}

.answer a:hover {
	color:green;
	border:1px solid green;
}

.answer a:active, .answer a:focus {
	color:red;
	border:1px solid red;
}

.document {
	margin:0 0 30px 0;
	background:#f5f5ff;
	padding:10px;
	border:1px solid black;
	-moz-box-shadow: 0 0 10px #555; 
	-webkit-box-shadow: 0 0 10px #555; 
	box-shadow: 0 0 10px #555;
}

#step_id {
	float:right;
	font-weight:bold;
}

.print_only {
	display:none;
}