/* CSS Document */

/***********/
/* CONTENT */
/***********/

.content {
	width: 910px;
	height: 296px;
	position: relative;
	left: 30px;
	background: url(../images/content_intro_bg.gif) top left no-repeat;
}

.leftColumn {
	position: relative;
	top: 7px;
	left: 15px;
	width: 240px;
	float: left;
	font-size: 0.7em;
	text-align: justify;
}

.rightColumn {
	width: 645px;
	height: 296px;
	float: right;
}

.rightColumn ul, .rightColumn li {
	margin: 0px;
	padding: 0px;
}

.rightColumn li {
	width: 215px;
	height: 296px;
	float: left;
	list-style: none;
}

.rightColumn li a {
	width: 100%;
	height: 296px;
	display: block;
}

.rightColumn li a span {
	display: none;
}
