.content {
	width: 950px;
	background: #FFF url(../pics/background_content.jpg) center bottom no-repeat;
	margin: 7px 0 0 0;
	padding: 20px 0 100px 0;
	line-height: 22px;
}
.content_min {
	height: 300px;
	display: block;
	float: left;
}
.left {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	width: 440px;
}
.right {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	width: 440px;
}
.right img {
	display: block;
	margin: 0 0 20px 20px;
}
.content_item {
	background: url(../pics/background_content_item.jpg) no-repeat;
	padding: 0 0 0 40px;
}
h1, h2 {
	margin: 0; 
	padding: 0;
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
}
.content_separator {
	display: block;
	height: 2px;
	width: 440px;
	background: url(../pics/content_separator.jpg) no-repeat;
	margin: 20px 0 20px 0;
}
.left a,
.right a {
	color: #003c74;
}
.left a:hover,
.right a:hover {
	text-decoration: none;
}
.content_item h1 a, 
.content_item h2 a {
	text-decoration: none;
	color: #000;
}
.content_item h1 a:hover, 
.content_item h2 a:hover {
	text-decoration: underline;	
}
a img {
	border: none;
}
.td_images {
	width: 410px;
	vertical-align: top;
}
.td_text {
	vertical-align: top;
	padding: 0 0 0 30px;
}