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

* {
	/* margin:0; */ 
	padding:0;
	border:none;
	margin-top: 0px;
} /* this resets all browsers to "0", since some browsers have different defaults than others */

body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;


}
img {
	margin: 0;
}

/* POSITIONING */

div { 
text-align:left;} /* this will make all text default to left within div containers */

#container {
	width:955px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/nav/nav-bg.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center center;
	height: 102px;
	width: 915px;
	padding: 20px;
}
#footer {
	background-image: url(../images/global/footer-bg.gif);
	width: 857px;
	padding-top: 15px;
	padding-right: 49px;
	padding-bottom: 15px;
	padding-left: 49px;
}
#home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	width: 900px;
	margin: auto;
	height: 525px;
	padding-top: 30px;
	padding-left: 55px;
	background-image: url(../images/home/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#bowling {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	width: 925px;
	background: url(../images/bowling/bowling-main.gif) no-repeat;
	margin: 0px;
	padding-top: 175px;
	padding-left: 30px;
	height: 498px;
}
#laser-tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	width: 925px;
	background: url(../images/laser-tag/laser-tag-main.jpg) no-repeat;
	height: 565px;
	padding-top: 55px;
	padding-left: 30px;
}
#sports-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	width: 925px;
	background: url(../images/sports-bar/sports-bar-main.jpg) no-repeat;
	height: 580px;
	padding-top: 20px;
	padding-left: 30px;
}
#birthday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: 925px;
	background: url(../images/birthdays/birthday-main.jpg) no-repeat;
	margin: 0px;
	height: 532px;
	padding-top: 30px;
	padding-left: 30px;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	width: 755px;
	background: url(../images/contact/contact-main.jpg) no-repeat;
	height: 565px;
	padding-top: 30px;
	padding-left: 200px;
}

