/* CSS Document */

#startcontent {
	position: relative;
	padding: 20px 20px 0px 20px;
	width: 850px;
	height: 350px;
	background-image: url(../_img/bg-top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
	#startcontent div {
		float: left;
		padding: 16px 40px 40px 20px;
		width: 245px;
		height: 164px;
		position: relative;
		background-image: url(../_img/bg-teaser.gif);
		background-repeat: no-repeat;
		vertical-align: bottom;
	}
		#startcontent #teaser1 {
			width: 370px;
			height: 160px;
			background-image: url(../_img/start-01.jpg);
			background-repeat: no-repeat;
		}
		#startcontent #teaser2 {
			width: 160px;
			height: 160px;
			background-image: url(../_img/start-02.jpg);
			background-repeat: no-repeat;
		}
		#startcontent #teaser3 {
			width: 180px;
			height: 160px;
			background-image: url(../_img/start-03.jpg);
			background-repeat: no-repeat;
			padding-right: 0px;
		}
		#startcontent #teaser4 {
			width: 250px;
			height: 110px;
			background-image: url(../_img/start-04c.jpg);
			background-repeat: no-repeat;
		}
		#startcontent #teaser5 {
			width: 220px;
			height: 110px;
			background-image: url(../_img/rs-hg-home-redstripes.jpg);
			background-repeat: no-repeat;
		}
		#startcontent #teaser6 {
			width: 240px;
			height: 110px;
			background-image: url(../_img/start-06.jpg);
			background-repeat: no-repeat;
			padding-right: 0px;
		}
		#startcontent p {
			position: absolute;
			bottom: 20px;
		}
		#startcontent h2, #startcontent p, #startcontent a {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #686868;
			text-decoration: none;
		}
		#startcontent h2 {
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		#startcontent #teaser6 h2, #startcontent #teaser6 p, #startcontent #teaser6 a {
			color: #FFFFFF;
		}
