* { 
	margin: 0; 
   padding: 0;
}

body {
   background: #000;
}

a img { border: 0; }
img   { border: 0; }

table { border-collapse: collapse; }
td { padding: 2px; }

.style2 {
	margin: 10px;
	color: #00f;
}

.style1 {
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

.main {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
   line-height: 1.5em;
}

h1, h2 {	font-size: 18px; }
h3, h4 { font-weight: bold; }

h1 {
	color: #1A48A4;
}

h2 {
	color: #000;
   margin: 15px 0 0 0;
}

h3 {
	font-size: 24px;
	color: #039;
}

h4 {
	font-size: 14px;
	color: #900;
}

.couponbookimg {
	vertical-align: top;
	margin-top: 0px;
	border: 0;
}

/* Layout
----------------------------- */

#page-wrap {
	width: 760px;
   margin: auto;
   background: #fff;
}

#header {
}

#left-column {
	width: 200px;
	float: left;
   background: #fff;
}

#main-content {
	width: 560px;
	float: right;
   background: #fff;
}

#footer {
	clear: both;
	height: 100px;
   padding-top: 20px;
	background: #fff url('../images/footer.png') bottom no-repeat;
	text-align: center;
}


ul.menu {
	list-style: none;
	height: 42px;
   overflow: hidden;
   margin-left: 1px;
}

ul.menu li {
	display: inline;
}

ul.menu li a {
	display: block;
   float: left;
   width: 126px;
   height: 42px;
}


ul.menu li a#accommodations 	{ background: url('../images/menu.png')   0px 0; }
ul.menu li a#golf             { background: url('../images/menu.png') 127px 0; }
ul.menu li a#entertainment 	{ background: url('../images/menu.png') 253px 0; }
ul.menu li a#shopping 			{ background: url('../images/menu.png') 380px 0; }
ul.menu li a#attractions      { background: url('../images/menu.png') 507px 0; }
ul.menu li a#dining           { background: url('../images/menu.png') 634px 0; }

ul.menu li a#accommodations:hover 	{ background-position:   0px 42px; }
ul.menu li a#golf:hover             { background-position: 127px 42px; }
ul.menu li a#entertainment:hover 	{ background-position: 253px 42px; }
ul.menu li a#shopping:hover 			{ background-position: 380px 42px; }
ul.menu li a#attractions:hover    	{ background-position: 507px 42px; }
ul.menu li a#dining:hover           { background-position: 634px 42px; }



/* Fixed Navigation */

div.banner {
  font-size: 80%;
  font-weight: bold;
  line-height: 1.1em;
  text-align: left;
  position: fixed;
  top: 4em;
  left: auto;
  width: 10em;
  right: 1.5em;
}
div.banner p {
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #236496;
  border: groove #000000;
  color: #fff;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em; }
div.banner a, div.banner em { border-top: 2px dotted #000; }
div.banner a:first-child { border-top: 0; }
div.banner em { color: #fff; }

div.banner a:link { text-decoration: none; color: #fff; }
div.banner a:visited { text-decoration: none; color: #fff; }
div.banner a:hover { background: #000; color: #fff; }
