#left {
	min-height		: 400px;
}
#left .news{
	width			: 170px;
	padding			: 15px;
	margin-top		: 10px;
}
	#left .news h3{
	}
	#left .news p{
		text-align		: justify;
		line-height		: 150%;
		margin-top		: 10px;
		color			: #8d9296;
		font-size		: 12px;
	}
	#left .news a{
		margin-top		: 5px;
		margin-bottom		: 10px;
		float			: right;
		clear			: both;
		font-size		: 12px;
		color			: #4c5053;
		font-weight		: bold;
		text-decoration		: none;
		font-size		: 11px;
	}

#center{
	z-index			: 999;
	position		: relative;
}
#center div.column{
	float			: left;
	clear			: none;
	width			: 390px;
	min-height		: 520px;
	background		: #FFF;
	text-align		: center;
	padding			: 0 0 0 0;
}
#center div.leftSide{
	background		: url('../../img/leftcolumnbackground.png');
	background-repeat: no-repeat;
}
#center div.rightSide{
	background		: url('../../img/rightcolumnbackground.png');
	background-repeat: no-repeat;
}
#center h2,
#center h1,
#center p,
#center ul,
#center li,
#center *{
	width			: auto;
	height			: auto;
	margin			: 0;
	padding			: 0;
	font-family		: Arial, Verdana, sans-serif;
}
#center h1{
	padding			: 10px;
}
#center h2{
	padding			: 15px;
	font-size		: 16px;
}
#center li, #center a span{
	font-size		: 13px;
	font-family		: Arial, Verdana, sans-serif;
}
