/* CSS Document HOME - THINLINE CMS */
/* Made by Thinline */
/* Do not copy */

#content {
	width: 754px;
	left: 26px;
}

#smallcontent {
	position: relative;
	height: auto;
	width: 370px;
	text-align: justify;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	opacity:0.8;
	/* Mozilla */
	-moz-opacity:0.8;
	/* IE */
	filter: alpha(opacity=80);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;

}

#bg_runners {
	position: absolute;
	bottom: 0px;
	left: 18px;
	width: 810px;
	height: 426px;
	background-image: url(../../img/lines/01.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#news-items {
	position: absolute;
	right: 103px;
	top: 175px;
	width: 280px;
	height: 48px;
	font-size: 11px;
	font-style: italic;
	color: #999;
	text-align: left;
	overflow: hidden;
}

.news-item-title {
	color: #97ac44;
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

#polaroid {
	position: absolute;
	right: 94px;
	/*
	top: 194px;
	*/
	top: 225px;
	width: 296px;
	height: 330px;
	background-image: url(../../img/intro_polaroids.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#rightcontent {
	position: relative;
	width: 310px;
	height: auto;
	float: left;
	padding-top: 400px;
	padding-left: 40px;
}
#contact {
	position: relative;
	width: 260px;
	height: auto;
	padding: 10px 20px;
	opacity:0.8;
	/* Mozilla */
	-moz-opacity:0.8;
	/* IE */
	filter: alpha(opacity=80);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	background-color: #fefefe;
}

#polaroid img {
	margin-top: 15px;
	margin-left: 38px;
	border: none;
}
