body {
    width:1100px;
    margin-left:auto;
    margin-right:auto;
	padding: 20px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #e8cb87;
    color:#c98019;
}

/*#header {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 2px #666666;
	background: #113311;
}

#header h1 {
	margin: 0;
	font-size: 1.8em;
}

#header h1 a {
	color: #CCCCCC;
}

#header h2 {
	margin: 0;
	font-size: 1em;
	font-style: italic;
	color: #FFFFFF;
}*/

#menu {
    width:270px;
    margin-top:150px;
	clear: left;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 0.8em;
    float:left;
}

#menu #main {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  list-style: none;
  text-align: center;
}

#menu>#main>li{
  margin:5px;
  width:250px;
  padding-top:5px;
  padding-bottom:5px;
  
  list-style: none;
  
}

.button {
  margin:5px;
  width:180px;
  padding-top:5px;
  padding-bottom:5px;
  background-color: #FFFFFF;
  list-style: none;
  border: solid 2px #c98019;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align:center;
}

#menu>#main li a{
  color: #c98019;
  text-decoration: none;
  padding-top:3px;
  padding-bottom:3px;
  display: block; 
  width: 100%; 
  height: 100%;
  font-weight:bold;
  white-space:nowrap;
  background-color: #FFFFFF;
  border: solid 2px #c98019;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#menu #main .active>a{
  color:#0855ad;
  font-weight:bold;
}

.submenu li {
  margin:5px;
  width:200px;
  list-style: none;
  text-align:right;
}
.submenu li a{
  margin:5px;
  width:200px;
  padding-top:3px;
  padding-bottom:3px;
  padding-right:3px;
  background-color: #FFFFFF;
  list-style: none;
  text-align:right;
}

#content {
  width:790px;
  margin-top:50px;
  border:solid 2px #c98019;
  float:left;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFFFFF;
  text-align: center;
  padding-bottom:20px;
  color:#0855ad;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height:400px;
}

#content h1 {
  height:63px;
  text-align: center;
  color:#c98019;
}

#content h2 {
  margin-left:20px;
  margin-right:20px;
  text-align: center;
}

.content p {
  text-align: justify;
  margin-left:20px;
  margin-right:20px;
}

#content .eyecatcher {
 text-align: center;
}

p a {
  text-decoration: none;
}

.down {
  text-align: left;
  margin-left:20px;
  margin-right:20px;
}

.down a{
  text-align: left;
  text-decoration: none;
  color: #c98019;
}

#footer {
    clear: left;
	margin-top: 20px;
	padding-top: 5px;
	font-size: 0.8em;
	color: #666666;
	
	width:100%;
	padding-left:60%;
	font-weight:bold;
}
#footer a{
	color: #666666;
}
img.photo {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;
	border: solid 1px #CCCCCC;
}

table {
	margin: 0;
	padding: 0;
	border: double 2px #226622;
}

th {
	padding: 5px;
	background: #226622;
	color: #FFFFFF;
	font-weight: bold;
}

td {
	padding: 5px;
}

div.footer_clear {
	clear: left;
}

a.thumb img{
  width:100px;
  height:75px;
}

.thumbs {

}

.thumbs li {
  padding:3px;
  float:left;
  display:list-item;
  list-style: none;
}

.pagination a, .pagination>.current {
  padding:3px;
  margin:2px;
  color:#c98019;
  background-color: #FFFFFF;
  list-style: none;
  text-decoration:none;
  border: solid 2px #c98019;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align:center;
  
}

.pagination {
  padding-top:10px;
}

#thumbs {
  width:100%;
}

.eyecatcher {
  height:400px;
}

a{
  color:#c98019;
}

.down a:hover, .pagination a:hover, p a:hover, #menu > #main li a:hover, #menu #main .active > a, .pagination>.current{
  color:#ffffff;
  background-color:#c98019;
}

.button2 a{
  margin:5px;
  width:180px;
  padding-top:5px;
  padding-bottom:5px;
  background-color: #FFFFFF;
  list-style: none;
  border: solid 2px #c98019;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align:center;
  display:block;
}

#slideshow img {
  height:400px;

}

.nav-controls .next{
  background:url(/img/icon/halbtransparent_34x71.png);
  background-repeat:no-repeat;
  height:40px;
  padding:5px;
  width:17px; /*width of image*/
    position: absolute;
    top: 170px;
    right: 10px;
    z-index:100;
  
}

.nav-controls .prev{
  background:url(/img/icon/halbtransparent_34x71.png);
  background-repeat:no-repeat;
  height:40px;
  padding:5px;
  width:17px; /*width of image*/
    position: absolute;
    top: 170px;
    left: 10px;
}

#pageLink img {
  padding-top:8px;
  padding-bottom:8px;
  height:24px;
  width:17px;
}

#slideshow{
  height:400px;
  position:relative;
  background-color:#DDDDDD;
}

.advance-link{
  pointer-events: none;
   cursor: default;
}

#list .Restaurant{
  float:left;
  margin-left:10px;
  width:200px;
  text-align:left;
}

#list{
  margin-left:70px;
}

.license{
  text-align:right;
  font-size:12px;
  font-style:italic;
  margin-right:100px;
  color:#0855ad;
}

.license a{
  text-decoration:none;
  color:#0855ad;
}
