
.updates {
	width: 249px;

	margin-bottom: 10px;

	background-image: url(../images/updates_bg.gif);
	background-repeat: repeat-y;

}

	.updates_title {
		height: 29px;
		width: 249px;

		background-image: url(../images/updates_title.gif);
		background-repeat: no-repeat;

		margin-bottom: 11px;

	}

	.updates_body {
		margin-left: 11px;
		margin-right: 24px;

		margin-bottom: 14px;
	}

		.update_item {
			padding-left: 8px;

			background-image: url(../images/bracket.gif);
			background-repeat: no-repeat;
			background-position: 0px 4px;

			margin-bottom: 2px;
		}

			.update_item a {
				color: #787878;
			}

	.updates_bottom {
		height: 5px;
		width: 249px;

		background-image: url(../images/updates_bottom.gif);
		background-repeat: no-repeat;

	}
