body {
	text-align:center;
	background-color:#FFFECE;
	margin:0 0 0 0 ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ul {
	font-size: 20px;
}

li {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img {
	border: 0px;
}

div.page {
	width: 1000px;
	min-height: 640px;
	/*
	background-image:url('../images/top_background.jpg');
	*/
	background-repeat: no-repeat;
	background-position:center top;
	margin-left: auto;
	margin-right: auto;
}

div.logo {
	margin-top: 15px;
}

div.main_title {
	font-family: "Monotype Arial";
	font-weight: bold;
	font-size: 40px;
	color: #001441;
}

div.main_subtitle {
	font-family: "Monotype Corsiva";
	font-size: 28px;
	color: #757575;
	margin-bottom: 10px;
}

div.reservation {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.welcome {
	font-size: 35px;
	color: #000000; /*changed from #773f02*/
	margin: 30px 0 30px 0;
	font-weight: normal;
	font-family: "Monotype Corsiva";
}

div.c_welcome {
	font-size: 35px;
	color: #000000; /*changed from #773f02*/
	margin: 30px 0 30px 0;
	font-weight: normal;
	font-family: "Monotype Corsiva";
	text-align: center;
}

/*********************************************************************/

div.room_btn_container {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div.room_btn {
	width: 241px;
/*	min-height: 50px; */
	float: left;
	background-image:url('../images/room_btn_background.jpg');
	background-repeat: no-repeat;
	display: block;
	margin-right: 2px;
}

div.room_btn_img {
	width: 221px;
	height: 60px; 
	margin: 5px auto;
}

div.btn_title {
	font-size: 25px;
	font-weight: bold;
/*	margin-top: 22px;*/
	color: #912b03;
	font-family: "Courier New", Courier, monospace;
}

div.btn_title a {
	font-size: 25px;
	font-weight: bold;
/*	margin-top: 22px;*/
	color: #912b03;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}

div.btn_desc {
	font-size: 14px;
	/*
	color: #928445;
	*/
	color: #333;
}

div.btn_desc a {
	font-size: 14px;
	/*
	color: #928445;
	*/
	color: #333;
	text-decoration: none;
}

/*********************************************************************/

div.content {
	width: 700px;
	min-height: 300px;
	margin: 0 auto 0 auto;
	text-align: justify;
	color: #000000; /*changed from #897538*/
	font-size: 19px;
	font-family: "Monotype Corsiva";	/* changed from	Arial, Helvetica, monospace; */
}

div.content a{
	font-size: 19px; /*changed from 14px*/
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #897538;
}

div.center_content {
	width: 700px;
	min-height: 350px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #000000; /*changed from #897538*/
	font-size: 19px;
	font-family: "Monotype Corsiva";	/* changed from	Arial, Helvetica, monospace; */
}

div.center_content p a{
	font-size: 19px; /*changed from 14px*/
	color: #897538;
	text-decoration: none;
	border-bottom: 1px dotted #897538;
}

a.textlink {
	color: #897538;
	border-bottom: 1px dotted #897538;
	text-decoration: none;
}

/*********************************************************************/

div.footer {
	width: 100%;
	height: 278px;
	background-image:url('../images/footer_background.png');
	background-repeat: repeat-x;
}

div.contact {
	width: 700px;
	margin: 0px auto 0 auto;
	padding-top: 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* begin Adam */
div.copyright {
	width: 700px;
	margin: 0px auto 0 auto;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* end Adam */

div.bottom_links {
	width: 700px;
	margin: 0px auto 0 auto;
	text-align: left;
}

div.bottom_links a {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	margin-right: 10px;
}

div.bottom_links a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0px;
}

div.language_links {
	/*
	width: 700px;
	margin: 0px auto 0 auto;
	text-align: left;
	border-top: 1px dotted #666666;
	margin-bottom: 40px;
	margin-top: 40px;
	*/
	float: right;
	margin: 0px 12px 10px 0px;
}

div.language_links a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	color: #800000;
	margin-right: 5px;
}

div.language_links a:hover {
	font-size: 14px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0px;
}

div.slideshow {
	padding-bottom:20px;
}

/************************** form *******************************/
form {
	margin: 60px;
	margin-left: 100px;
}

label{
float: left;
width: 225px;
font-weight: bold;
text-align: right;
margin-right: 10px;
}

input, textarea{
width: 250px;
margin-bottom: 5px;
}

select {
margin-bottom: 5px;	
}

textarea{
width: 250px;
height: 120px;
}

.boxes{
width: 1em;
}

#submitbutton{
float:right;
border: 1px solid #897538;
color: #897538;
margin-right: 50px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

/************************** rooms ******************************/

div.room_group1 {
	margin-left: 100px;
}

div.room_group2 {
	margin-left: 200px;
}

div.room_frame {
	width: 186px;
	height: 240px;
	background-image:url('../images/rooms_frame.png');
	float: left;
	margin: 0px 5px 10px 5px;
}

div.room_pic {
	width: 148px;
	height: 97px;
	margin: 20px auto 8px;
}

div.room_name {
	height: 30px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	font-style: italic;
	color:#222222;
}

div.room_price {
	font-size: 20px;
	font-weight: bold;
	color:#222222;
}

/************************** restaurant *************************/

div.entry_line {
	width: 550px;
	height: 25px;
	background-image:url('../images/dots.png');
	background-repeat: repeat-x;
	margin: 30px auto 30px auto;
}

div.entry_name {
	float: left;
	font-size: 20px;
	padding-right: 5px;
	background-color:#FFFECE;
}

div.entry_price {
	float: right;
	font-size: 20px;
	padding-left: 5px;
	background-color:#FFFECE;
}

/************************** map ********************************/

div.map_left {
	float:left;
	width: 500px;
	margin-left: 60px;
}

div.map_right {
	float:left;
	text-align:left;
	margin-left: 10px;
}

div.msg {
	text-align: center;
	border: 1px dotted #897538;
	background-color: #FFFFFF;
}

/************************** links ********************************/
div.link_cate_container {
	width: 365px;
	margin: 0 auto 0 auto;
}

div.link_cate {
	float: left;
	margin: 0 5px 0 5px;
}

div.link_cate_on {
	float: left;
	margin: 0 5px 0 5px;
}

div.link_cate a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
	color: #700000;
	margin-right: 10px;
}

div.link_cate a:hover {
	font-size: 14px;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0px;
}

div.link_cate_on a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: #444444;
	margin-right: 10px;
}

div.link_cate_on a:hover {
	font-size: 14px;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0px;
}
