/* @override http://localhost:3005/stylesheets/home.css */

#left-column {
	float: left;
	display: inline;
	width: 368px;
	padding: 0px;
}
#left-column #intro {
	margin: 24px 0px 0px 0px;
	padding: 0px;
	border-bottom: 3px solid #CCCCCC;
	height: 216px;
}
#left-column #intro p {
	margin: 0px 24px 12px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
#left-column #stories {
	overflow: auto;
	height: 125px;
	padding: 0px 24px;
}
#left-column #stories div.story {
	padding: 18px 0px;
}
#left-column #stories div.story h4 {
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 14px;
	color: #990000;
}
#left-column #stories div.story p {
	margin: 0px 0px 6px 0px;
	font-size: 10px;
	line-height: 14px;
}
#left-column #stories hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border: none;
	background: url(../images/line.gif) repeat-x left top;
}
#left-column #stories div.story a {
	white-space: nowrap;
}
#right-column {
	float: right;
	display: inline;
	width: 368px;
}
#right-column p {
	margin: 0px;
	padding: 0px;
}