@charset "utf-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body{
	margin: 0px; padding: 0px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, Tahoma, Microsoft Sans Serif;
	font-size: 12px;
	letter-spacing: 0px;	
	line-height: 14px; 
	color: #666; 
	background-color: #BEE3EF;
	overflow-y: scroll;
}
body img{
	margin: 0px; padding: 0px;
}
A:link, A:visited {color:#666; text-decoration : none}
A:visited {color:#666; text-decoration : none}
A:hover, A:active {color:#66CCFF; text-decoration : underline}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
li {
	list-style: inside;
}


h1 A:link, h1 A:visited {color:#71450C; text-decoration : none}
h1 A:visited {color:#71450C; text-decoration : none}
h1 A:hover, h1 A:active {color:#71450C; text-decoration : underline}
#webpage {
	margin: 0px;
}
#container {
	margin: 20px;
	padding: 50px 50px 40px 50px;
	width: 790px;
	position: relative;
	margin-left: -445px;
	left: 50%;
	top: 0px;
	bottom: 20px;
	border: solid 1px #BDDAE4;
	background-color: #FFF;
}
#column-left {
	float: left;
	margin: 0px 40px 0px 0px;
	width: 380px;
}
#column-left-main {
	margin: 0px 0px 10px 0px;
}
#column-left-gal {
	margin: 0px;
}
#column-left-gal-thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 85px;
}

#column-right {
	float: left;
	margin: 0px;
	width: 370px;
}
#column-right-row-h1 {
	margin: 0px 0px 30px 0px;
}
#column-right-row-h2 {
	margin: 0px 0px 20px 0px;
}
#column-right-row-h3 {
	margin: 0px 0px 10px 0px;
}
#column-right-row-h4 {
	margin: 0px 0px 0px 0px;
}
table.reservation {
	margin:0px;
}
table.reservation td {
	margin: 0px;
	height: 30px;
}
#line-blue {
	margin-bottom: 20px;
	height: 1px;
	background-color: #BEE3EF;
}
.language {
	color: #666; 
	padding: 0px 3px 0px 3px;
}
.language  A:link, .language  A:visited, .language  A:active {
	color: #666; 
	padding: 0px 3px 0px 3px;
}
.language  A:hover {
	color: #FFFFFF;
	background-color:#BEE3EF;
	padding: 0px 3px 0px 3px;
}
input.input {
	font-family:"Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
}
select.input {
	font-family:"Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}
textarea.input {
	font-family:"Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
}
input.button {
	font-family:"Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 1px 5px 1px 5px;
	background-color: #AE8457; 
	color:#FFF; border: 1px solid #AE8457; 
	cursor: pointer;
}
input:focus, textarea:focus, select:focus, button:focus {
	background-color: #F6F6F6;
}
