/* general */

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background: #fff;
}

a {
	color: #0085be;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: #fff;
	border-width: 0px 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
}

/* header */

#header {
	background: #000;
	color: #fff;
}

#subheader {
	height: 28px;
	background: #999;
	line-height: 28px;
	color: #fff;
	border-width: 1px 0px 1px 0px;
	border-color: #fff;
	border-style: solid;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}

#subheadNav img {
	padding: 0px 4px 0px 4px;
}

#subheadNav a {
	text-decoration: none;
	color: #fff;
}

#subheadNav a:hover {
	text-decoration: underline;
}





/* main content */

#content {
	border-width: 1px 0px 1px 0px;
	border-color: #ddd;
	border-style: solid;
}

#contentSub {
	padding: 5px;
}

/* sidebar */

#sidebarWrapper {
 
 border-right: 1px dotted #999;
 
}

.sidebarPlay {
	padding-left: 8px;
	font-weight: bold;
	color: #cc6633;
	font-size: 14px;
	letter-spacing: 1px;
}

.sidebarShop {
	padding-left: 8px;
	font-weight: bold;
	color: #0099ff;
	font-size: 14px;
	letter-spacing: 1px;
}

.sidebarDine {
	padding-left: 8px;
	font-weight: bold;
	color: #0066cc;
	font-size: 14px;
	letter-spacing: 1px;
}

.sidebarValleyVisits {
	padding-left: 8px;
	font-weight: bold;
	color: #009966;
	font-size: 14px;
	letter-spacing: 1px;
}

.sidebarItem {
	padding-left: 8px;
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	padding-bottom: 5px;
}

.sidebarItem a {
	color: #666;
	text-decoration: none;
}

.sidebarItem a:hover {
	text-decoration: underline;
	color: #000;
}

/* subscribe (right) bar */

#subscribeBarWrapper {
	padding: 0px 5px 0px 5px;
	border-left: 1px dotted #999;
	width: 165px;
}

#subscribeBarText {
	line-height: 20px;
}

/* footer */

#footer {
	font-size: 10px;
	color: #999;
	padding: 20px;
}

#footerAd {

}



/* gallery guide */

.region {
	color: #cc6633;
	font-size: 16px;
	font-weight: bold;
}
.gallery {
	color: #cc6633;
	font-size: 14px;
}
.diningkeytype {
	color: #cc6633;
	font-size: 12px;
	font-weight: bold;
}
.diningkey {
	color: #777777;
	font-size: 12px;
	text-align= right;
}
.diningkeyheader {
	color: #555555;
	font-weight: bold;
	font-size: 12px;
}