/* home.layout.css */
#layout {
	
}

#content .context {
	padding: 20px 0 0 55px;
}

#content .csc-frame-frame1 {
	position: relative;
	width: 480px;
	height: 76px;
	margin: 10px 0 5px;
	padding: 40px 40px 0 40px;
	border: 0px solid #1d181e;
	border-width: 0 0 40px 0;
	-moz-border-radius: 0;
	overflow: auto;
	background: none repeat scroll 0 0 #1d181e;
}
	
	#content .csc-frame-frame1 h3 {
		margin: 0 0 10px 0;
		color: #c34e01;
		font-size: 15px;
	}
	
	#content .csc-frame-frame1 p {
		margin: 0 0 10px 0;
		color: #cecece;
		font-size: 11px;
		line-height: 16px;
	}
