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

.intro {
	display:block;
	width:233px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.image_1,.image_2,.image_3,.image_4,.image_5  {
	border: 2px solid #ecec08;
	width: 233px;
	height: 125px;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.image_1  { background: url(images/home_open_bowling.jpg) no-repeat; }

.image_2  { background: url(images/home_glowindark.jpg) no-repeat; }

.image_3  { background: url(images/home_events.jpg) no-repeat; }

.image_4  { background: url(images/home_leagues.jpg) no-repeat; }

.image_5  { background: url(images/home_birthday_parties.jpg) no-repeat; }

.image_6  { 
	border: 2px dashed #ecec08;
	text-align:center;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}