﻿
body
{
background-color: #ECE4CE;
background-image: url('Images/page_background_2.gif');
margin: 0;
padding: 0;
}

.main_wrapper_div
{
margin-top: 10px;    
width: 838px;
height: 800px;
margin-left: auto;
margin-right: auto;
border-left: solid 1px #73634A;
}

.left_main_div
{
width: 12px;
height: 800px;
float: left;
background-image: url('Images/border_left.gif');
background-repeat: repeat-y;
}

.center_main_div
{
width: 800px;
float: left;
}

.right_main_div
{
width: 12px;
float: left;
height: 800px;
background-image: url('Images/border_right.gif');
background-repeat: repeat-y;
}

.top_border_div
{
width: 800px;
height: 12px;
background-image: url('Images/border_top.gif');
background-repeat: repeat-x;
}

.top_main_div
{
width: 800px;
text-align: left;
margin-left: auto;
margin-right: auto;
}

.hotel_name_div
{
width: 300px;
height: 230px;
text-align: center;
background-color: #CEB56B;
float: left;
font-family: 'Century Gothic', 'Trebuchet MS', Arial, Helvetica;
font-size: 16px;
color: #5A430C;
font-weight: bold;
font-variant: small-caps;
}

.top_images_div
{
width: 500px;
height: 230px;
overflow: hidden;
padding: 0;
float: left;
text-align: left;
}

.menu_div
{
width: 800px;
height: 30px;
line-height: 27px;
text-align: left;
background-color: #AD9452;
background-image: url('Images/menu_background.gif');
font-family: 'Century Gothic', 'Trebuchet MS', Arial, Helvetica;
font-size: 16px;
color: #FFFFFF;
font-weight: bold;
font-variant: small-caps;
}

.bottom_main_div
{
width: 800px;
height: 516px;
text-align: left;
margin-left: auto;
margin-right: auto;
}

.bottom_right_div
{
width: 530px;
height: 486px;
text-align: left;
float: left;
font-family: 'Century Gothic', 'Trebuchet MS', Arial, Helvetica;
font-size: 12px;
color: #444444;
overflow: auto;
padding: 10px;
}

.bottom_left_div
{
width: 250px;
height: 516px;
text-align: left;
float: left;
overflow: hidden;   
}

.bottom_border_div
{
width: 800px;
height: 12px;
background-image: url('Images/border_bottom.gif');
background-repeat: repeat-x;
}

.bottom_drop_shadow_border_div
{
position: relative;
left: -13px;
width: 838px;
height: 14px;
background-image: url('Images/bottom_drop_shadow.gif');
background-repeat: repeat-x;
}

.right_drop_shadow_main_div
{
width: 14px;
float: left;
height: 800px;
background-image: url('Images/right_drop_shadow.gif');
background-repeat: repeat-y;
}
