@charset "utf-8";
/* CSS Document */

/*####### PAGE LAYOUT #######*/

*{
	padding:0;
	margin:0;
	border:0;
}

html, body {
	background-color: #fff;
}

.background {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    width: 750px;
	margin-top: 100px;
}

.teaser {
	width: 250px;
	height: 199px;
	background-image:url(img/accentgraph.jpg);
	background-repeat: no-repeat;
	margin-left: 250px;
}

.textItem_center {
	width: 570px;
	margin-left: 80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #999;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
}

.textItem_left {
	float: left;
	width: 285px;
	margin-left: 80px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #333;
}

.textItem_right {
	float: right;
	width: 285px;
	margin-right: 100px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #333;
}

.textItem_footer {
	width: 570px;
	margin-top: 40px;
	margin-left: 80px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}

.clear {
	clear: both;	
}

.hightlight {
	color: 	#e26b1d;
}

.textItem_link:link {
	text-decoration: none;
	color: #333;
}

.textItem_link:hover {
	text-decoration: none;
	color: #e26b1d;
}