/*
* CSS markup is stylized to follow the semantic layout of the HTML document
*  - properties are listed in alphabetical order
*  - page specific styles for the headline documents
*/
body {
	background: #000 url('');
	color: #D7D7D7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0; padding: 20px;
	width: 460px;
}

div#headlines_wrapper div.headline_image {
	float: right;
}

	div#headlines_wrapper h2 {
		font-size: 16px;
		border-bottom: 1px solid #666666;
		padding-bottom: 9px;
	}

	div.headline_image img {
		border: 1px solid #666666;
		margin: 20px 5px 5px 5px;
	}
