

#homepageImage {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background:  url("../images/homepage/jumper+bottombox3.jpg");
	background-repeat:no-repeat;
	height: 369px;
	width: 780px;
	}

#homepageImage h1 {
	float:right;
	margin: 220px 20px 20px 0;
	color:#fff;
	text-align:right;
	font: normal 34px/34px "Courier New", Courier, monospace;
		}

#teaserBox_container {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 20px 0 0 0;
	width: 780px;
	height: 150px;
	background-image: url("../images/homepage/rules.jpg");	
}


.teaserBox {
	margin: 0 auto;
	width: 180px;
	float:left;
	padding: 5px 1px 5px 14px;
	background:none;
	}
	
.teaserBox h2 {
	font:normal 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	letter-spacing: .5px;
	margin:0; padding:0;
	}

.teaserBox a {
	color:#000;
	}

.teaserBox a:hover {
	color: #F03000; 
	}

.teaserBox p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	}

	
