html {
    _background: #361914 url('graphics/footer_bg.jpg') repeat-x center bottom;
}

body {
    background: #320C0C url('graphics/body_bg.jpg') repeat-x top center;
}

#bg {
    _height: auto;
    _background: transparent;
}

#bg2 {
	background: transparent/* url('graphics/bg_bg.jpg') no-repeat top center*/;
	_height: auto;
}

#bg2_in {
    _height: auto;
}

#bg2_in2 {
    _height: auto;
}

#bg3 {
    _height: auto;
}

#bg4 {
	background-image: url('graphics/head_bg.jpg');
    _background-position: 0 10px; 
    position: relative;
}

#header_in {
    margin: 0 0 0 218px;	
}

.header_contact {
    background: transparent url('graphics/header_contact_bg.jpg') no-repeat top left;
    width: 181px;
    padding-left: 300px;
    _position: relative;
    _left: 37px;
}

#quick-reservation, #quick-reservation-inline {
    background: transparent url('graphics/qreservation_bg.jpg') no-repeat top left;
}

#logo {
    background: #B8A191;
    border-radius: 10px;
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
}
#logo img {
    padding: 5px 0;
}

#menu ul li {
    background-image: url("graphics/menu_item.gif");
}
#menu ul li a {
    margin-right: 5px;
    overflow: hidden;
    padding-left: 8px;
}
#menu ul li a:hover {
    color: #000000;
    text-decoration: underline;
}

/************ news ************/
#news {
    border: none;
    position: absolute;
    top: 360px;
    left: 216px;
    width: 679px;
    height: 175px;
    background: transparent url('graphics/news_bg.jpg') no-repeat left top;
    z-index: 0;
    overflow: hidden;
}

#news_in, #news_in2 {
    background: transparent;
    height: auto;
    min-height: 0;
}

#news .news-title {
    padding: 5px 0px 0px 35px;
    color: #d4d6d0;
    background: transparent;
}
#news dl, #news dt, #news dd {
    background: transparent;
    margin: 8px 11px 0px 11px;
    _margin: 8px 2px 0px 6px;
    float: left;
    width: 200px
}
#news dt {
    background: transparent;
}
#news dt a{
    color: red;
}
#news .date {
    color: #a65f00;
}
#news dd a{
    width: 35px;
    height: 23px;
    float: left;
    background: transparent url('graphics/news_more.gif') no-repeat bottom left;
    padding: 5px 0 0 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px
}

/************ midlle ************/
#middle {
	position: relative;
    width: 204px;
    float: left;
}

#middle object {
    margin: 10px 0 0;
    _margin: 0;
    clear: left;
    position: relative;
    _top: -150px;
}

/************ content ************/
#content {
    z-index: -1;
    _position:relative;
    _top: -410px;
    _overflow: visible;
}

#content_in {
    overflow: hidden;
    _overflow: visible;
}

#content_in2 {
    padding: 180px 10px 10px;
    overflow: hidden;
    _overflow: visible;
}

#quick-reservation, #quick-reservation-inline {
    left: 215px;
    z-index: 2;
}

#footer {
    _top: -320px;
}
