@media screen {

	#title {
		display: none;
	}
	
	#content {
		width: 690px;
		padding-bottom: 0;
	}

	#content table.home {
		width: 100%;
		height: 100%;
	}
	
	#content table.home thead td.left {
		height: 46px;
		padding-top: 10px;
	}
	
	#content table.home thead td.right {
		padding: 10px 12px 16px;
		background: #fff url('../img/news-header.png') left top no-repeat;
		width: 276px;
	}
	
	#content table.home tbody td.left {
		padding-right: 26px;
	}
	
	#content table.home tbody td.right {
		padding: 0 10px;
		border-left: #80426c solid 1px;
		border-right: #80426c solid 1px;
	}
	
	#content table.home tbody td.right h3 {
		margin: 0;
		padding: 16px 0 0;
	}

	#content table.home tbody td.right h3#first {
		padding-top: 0;
	}
	
	#content table.home tbody td.right div {
		width: 278px;
		padding: 0;
		margin: 0;
	}
	
	#content table.home tbody td.right div.date {
		text-align: right;
		color: #888;
		font-style: italic;
		font-size: 0.8em;
	}
	
	#content table.home tfoot td.right {
		height: 24px;
		padding: 0;
		border-left: #80426c solid 1px;
		border-right: #80426c solid 1px;
	}
	
	#footer {
		background  : url('../img/footer-home.png') left top no-repeat;
	}


}
