html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	padding: 0;
	border: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/design/bg.jpg);
	background-repeat: repeat-x;
	scrollbar-base-color:#000000;
	overflow: auto;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	color: #FF0000;
}

#container {
	position: relative;
	width: 800px;
	text-align: center;
	height: 460px;
	margin-right: auto;
	margin-left: auto;
}
#flash {
	position: absolute;
	height: 0px;
	width: 800px;
	left: 0px;
}



#wrapper{
	position:absolute;
	width: 800px;
	left: 0px;
	height: 400px;
	top: 60px;
}	
li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 800px;
	position: absolute;
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	left: 0px;
	top: 160px;
}
#menu {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 120px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main {
	position: absolute;
	height: 400px;
	width: 600px;
	top: 140px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	right: 0px;
}

#copyright {
	height: 20px;
	width: 500px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	bottom: -33px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#rhtBorder {
	position: absolute;
	top: 170px;
	height: 225px;
	left: 150px;
	width: 10px;
	background-image: url(../images/design/menuBorder.jpg);
	background-repeat: repeat-y;
}
#botBorder {
	height: 15px;
	width: 60px;
	left: 45px;
	top: 470px;
	position: absolute;
	background-image: url(../images/design/menuBorder.jpg);
	background-repeat: repeat-x;
}
body#home a#home, body#coupon a#coupon, body#about a#about, body#story a#story, body#register a#register, body#location a#location,  body#gallery a#gallery, body#newsletter a#newsletter, body#contac a#contac  {
	color: #FFFFFF;
	font-variant: small-caps;
	text-decoration: underline;
	font-style: oblique;
}
#logo {
	position: absolute;
	top: 200px;
	text-align: right;
	right: 0px;
}
#NetLogo {
	height: 26px;
	width: 26px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
}
