﻿
#MainContainer
{  
    background: #000000 url(../images/bg/meetings_BG.jpg) no-repeat scroll top ;
    font-size: 12px;
    padding-bottom:20px;
}

h1
{
    padding-top: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-transform: uppercase;
 }
 
 h2 
 {
    height: 0;
	overflow: hidden;
     }

.HotelSection
{
    margin: 8px 0;
}

     
.HotelSection h2
{

   display: inline;
   font-size: 12px;
 
}  
a img
{
    border: none;
    }

.clear
{
    clear:both;
    }
    
#Content
{
    margin: 0 auto;     
    width:775px; 
    position:relative; 
   /* top: 80px; */
    }

#Top
{
    margin: 0px 0 5px 0;  
    text-align:center;
    }
 
#Middle
{
    margin:0;
    padding:0;     
}   

#Bottom
{    
    margin: 20px 40px;  
    position:relative;       
}

#Bottom .LeftContent
{
    float:left;
    width: 341px;
	height:229px;
	background-color:#666666;
    color: #cccccc;
    font-size: 13px;
    text-align:center; 
    }

#Bottom .RightContent
{
    float:right;
    width: 341px;
	height:229px;
	background-color:#666666;
    color:#cccccc;
    font-size: 13px;
    text-align:center; 
    }
    
#Bottom .BottomContent
{
    margin: 20px 0;   
}


.fade
{
filter:alpha(opacity=80);
 opacity: 0.8;   
 -moz-opacity:.8

}


.unfade
{
   filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1
}
