@charset "utf-8";

* {
margin: 0;
padding: 0;
}

body {
background: #F8F1E1 url(../images/body_bkg.jpg) repeat top left;font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
line-height: 1.5;
color: #444444;
}

html {
overflow-y:scroll;
}

p {
margin: 0 0 13px 0;
}

a {
color: #463917;
font-weight: bold;
text-decoration: underline;
font-size: 15px;
}

#wrapper {
clear: both;
width: 820px;
margin: 25px auto 50px auto;
}

.header_shell {
overflow: hidden;
}

.logo {
width: 150px;
height: 215px;
float: left;
}

.header_title {
width: 660px;
float: right;
}

.header_title_left {
font-size: 40px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #000000;
letter-spacing: -1px;
width: 530px;
float: left;
margin: 31px 0 4px 0;
padding-left: 3px;
}

#title_fr.header_title_left {
margin: 10px 0 4px 0;
}

.language {
width: 80px;
float: right;
margin: 40px 0 0 0;
text-align: right;
}

#language_fr.language {
margin: 10px 0 0 0;
}

.language a {
font-size: 12px;
background: #DCD2C0;
border-right: 1px solid #B1AAA3;
border-bottom: 1px solid #B1AAA3;
padding: 5px 8px;
}

.header_text {
float: right;
width: 660px;
background:#584D39 url(../images/header_bg.jpg) no-repeat top right;
margin: 0 0 0 0;
color: #FFFFFF;
font-size: 14px;
}

.header_text_inside {
padding: 14px 52px 2px 17px;
}

.content {
margin: 0;
padding: 0;
overflow: hidden;
}

.hotel_shell_left,
.hotel_shell_right {
width: 398px;
height: 95px;
float: left;
background: #FFFFFF;
border-right: 1px solid #c8c3be;
border-bottom: 1px solid #c8c3be;
margin-bottom: 20px;
}

.hotel_shell_left img,
.hotel_shell_right img {
float: left;
}

.hotel_shell_right {
float: right;
}

.hotel_text {
padding: 10px 0 0 15px;
float: left;
width: 235px;
}

.hotel_text p {
margin: 0 0 8px 0;
}

.footer {
clear: both;
background: #DCD2C0; /*#CDC1A7*/
color: #302710; 
border-right: 1px solid #B1AAA3;
border-bottom: 1px solid #B1AAA3;
font-size: 12px;
padding: 5px 12px;
margin: 0;
}

.copyright {
color: #978255;
clear: both;
font-size: 12px;
padding: 7px 10px;
}

