#thearticle {
	width: 610px;
	float: left;
	margin-right: 50px;
}
#thearticle h1 {
	font-size: 22px;
}
#thearticle .strong {
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: -10px;
}
#thebody {
	line-height: 2.2em;
}	
#thebody p {
	margin-bottom: 15px;
}
#thedownloads a {
	text-transform: uppercase;
	display: block;
	padding: 2px 0px 5px 6px;
	background-color: #eb3102;
	margin-bottom: 10px;
	width: 100px;
}
#thedownloads a:hover {
	background-color: #ff5b31;
	color: #FFF;
}
#thedownloads a span {
	font-size: 9px;
}
#articlelist {
	float: left;
}
#articlelist ul li {
	display: block;
	width: 274px;
	height: 72px;
}
#articlelist ul li a {
	display: block;
	width: 274px;
	height: 72px;
	border: 1px solid #121212;
	background-repeat: no-repeat;
}
#articlelist ul li a.active {
	background-image: url(../_img/press_active.gif);
}
#articlelist ul li a .img {
	float: right;
	width: 59px;
	height: 59px;
	border: 1px solid #FFF;
	margin: 5px;
}
#articlelist ul li a .text {
	margin: 18px 5px 5px 30px;
	line-height: 1.5em;
}