#mainContent .frame {
	width:655px;
	overflow-y:hidden;
	overflow-x:auto;
}

#mainContent .frame .item {
	padding:0 0 20px 0;
}

#mainContent .frame .title {
	color:#936;
	font-weight:bold;
	font-size:110%;
	padding:5px 15px;
	background-color:#fdd;
	border-bottom:solid 1px #ecc;
	border-right:solid 1px #ecc;
	border-left:solid 7px #c69;
	margin-bottom:10px;
}

#mainContent .frame .title .date {
}

#mainContent .frame .title .subject {
	font-weight:bold;
}

#mainContent .frame .title .summary {
}

#mainContent .frame .title .description {
}


