img {
	border: 0px;
}

a {
	text-decoration: none;
	
	color: #da251d;
}

a:hover {
	text-decoration: underline;	
}

#content a:hover {
	text-decoration: none;
	
	background-color: #da251d;
	color: #fff;
}

p {
	margin: 8px 0px 6px 0px;
}

h2 {
	margin: 0px;
}

#content {
	position: relative;

	width: 6780px;
	height: 400px;

	padding: 0px;
}

#content div.section {
	position: relative;
	float: left;

	width: 670px;
	_width: 700px;
	height: 400px;

	margin: 0px 30px 0px 0px;
	padding: 0px 30px 0px 0px;

	/*background-color: red;*/
	background-image: url('../images/layout/vertical_line.png');
	background-repeat: no-repeat;
	background-position: right top;
}