.wrapper {
	background: #ffffff none;
}

#main {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	width: 958px;
	min-height: 100%;
	background-color: #ffffff;
	background-image: none;
	text-align:left;
}

/*** Content ***/

.middle {
	width:958px;
	margin:0;
	padding:0 0 50px 0;
}

#flashintro {
	margin:0 0 18px 0;
	background-color:#cccccc;
}

#teasers {
	margin:0 0 0 10px;
}

div.teaser {
	margin-left: 8px;
	position: relative;
	width: 302px;
	height: 262px;
	background-color:#e6e6e6;
	background-image: url(../images/bg_home_teaser.gif);
	background-repeat:no-repeat;
	float:left;
}


div.teaser h2 {
	margin: 0;
	padding: 20px 16px 0px 16px;
	font-size: 18px;	
	font-weight: normal;
}

div.teaser p {
	margin: 0;
	padding: 16px;
	font-size: 12px;
	line-height: 18px;
}

div.teaser div.link {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg_home_teaser_link.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding: 6px 6px 6px 14px;
}

div.teaser div.link p {
	margin: 0;
	padding: 0 12px 0 0;
	background-image: url(../images/sym_red_arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div.teaser div.link a {
	text-decoration: none;
	font-weight: bold;
}
