@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font: normal 13px/15px Tahoma, Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) center top no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
.oneColFixCtr #container {
	width: 1007px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: inherit;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#defaultImg {
	background: url(../images/main.jpg) no-repeat;
	width: 1007px;
	height: 761px;
	display: block;
	overflow: hidden;
	}

img {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	}

.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
}
	
#contactWrapper {
	width: 180px;
	background: #FFFFFF;
	margin: 20px auto;
	padding: 10px;
	}

#newsletterWrapper {
	width: 240px;
	background: #FFFFFF;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	}

#privacyWrapper {
	width: 443px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	}

p.global {
	margin: 0 0 10px 0;	
	clear: left;
	}

img.global {
	margin: 0 auto;
	width: 180px;
	float: none;
	text-align: center;
	display: block;
	}
	
h3 {
	font-weight: bold;
	margin: 0 0 10px 0;
	}
	
#menuBox {
	width: 279px;
	height: 83px;
	display: block;
	position: relative;
	top: 200px;
	left: 200px;
	color: #505050;
	}
	
#eventsBox {
	width: 333px;
	height: 78px;
	display: block;
	position: relative;
	top: 120px;
	left: 540px;
	color: #cacaca;
	}

#cateringBox {
	width: 272px;
	height: 90px;
	display: block;
	position: relative;
	top: 157px;
	left: 35px;
	color: #505050;
	}

#photoGalBox {
	width: 264px;
	height: 97px;
	display: block;
	position: relative;
	top: 60px;
	left: 700px;
	color: #cacaca;
	}
	
#specEventsBox {
	width: 235px;
	height: 105px;
	display: block;
	position: relative;
	top: 108px;
	left: 238px;
	color: #505050;
	}

#weeklyBandsBox {
	width: 338px;
	height: 95px;
	display: block;
	position: relative;
	top: 10px;
	left: 540px;
	color: #cacaca;
	}

#specialsBox {
	width: 161px;
	height: 70px;
	display: block;
	position: relative;
	top: 40px;
	left: 74px;
	color: #505050;
	}

#restButton {
	width: 219px;
	height: 69px;
	display: block;
	position: relative;
	top: -49px;
	left: 279px;
	}
	
#danceButton {
	width: 214px;
	height: 78px;
	display: block;
	position: relative;
	top: -129px;
	left: 523px;
	}
	
#teamsBox {
	width: 128px;
	height: 101px;
	display: block;
	position: relative;
	top: -20px;
	left: 820px;
	color: #cacaca;
	}

#cateringBox img, #specEventsBox img, #eventsBox img, #photoGalBox img, #weeklyBandsBox img, #teamsBox img {
	float: right;
	}

#specialsBox img {
	width: 140px;
	float: none;
	display: block;
	margin: 0 auto;
	}

span.left {
	float: left;
	clear: both;
	text-align: left;
	width: 95%;
	display: block;
	}
	
span.right {
	float: right;
	clear: both;
	text-align: right;
	width: 95%;
	display: block;
	}