body, div, a, img, span, ul, li {
	margin:0;
	padding:0;
}
img {
	border:none;
}
div {
	clear:both;
}
body {
	background: #000 url(images/pattern.jpg) repeat;
	font: 16px arial, sans-serif;
	color: #e7ffd9;
	text-align:center;
	min-width: 900px;
}
#wrapper {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	min-height: 600px;
	background: url(images/bg_gradient.jpg) repeat-x;
  	position: absolute;
	top: 0;
	left: 0;
}
/*------------------------------Header------------------------------*/
#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------End Header------------------------------*/

/*------------------------------Nav Tabs------------------------------*/
.nav {
	margin-left: auto;
	margin-right: auto;
	width: 895px;
}
.nav ul {
	list-style:none;
}
.nav li {
	display:inline;
}
.nav a {
	float:left;
}
.nav a span {
	float:left;
	display:block;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav a span {
	float:none;
}
/*------------------------------End Tabs------------------------------*/

/*------------------------------Content------------------------------*/
#content {
	text-align: left;
	background: url(images/content-ext.jpg) no-repeat;
	width: 900px;
	height: 551px;
	position: relative;
	top:23px;
	margin-left: auto;
	margin-right: auto;
}
#content p {
	margin: 0px 0px 9px 40px;
	font-size:13px;
	line-height: normal;
}
#content #intro {
	padding-top: 87px;
}
#content #hours {
	padding-top: 110px;
}
#content #pretty {
	float: right;
	margin: 87px 40px 40px 40px;
}
/*------------------------------End Content------------------------------*/
/*------------------------------Footer------------------------------*/
#footer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 75px;
	background: url(images/footer.jpg) repeat-x;
}
#footer #design{
	width: 900px;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.footer { font-size:11px; padding:20px;}
/*------------------------------End Footer------------------------------*/

