/* CSS Document */
body{
background-color: #CC9966;
}
.mainContent{
position:relative;
top:50px;
width:700px;
height:400px;
background:#FFF url(../images/fade2.png)no-repeat;
}
.leftSideImage{
position:relative;
float:left;
width:246px;
height:320px;
background:#767676;
text-align:left;
text-indent:4px;
font:12px Times New Roman;
}
.rightSideContent{
position:relative;
float:right;
width:454px;
height:320px;
background:#9e9e9e;
}
.contentContainer{
position:absolute;
left:10px;
top:5px;
width:435px;
height:289px;
}
.contentContainerText{
text-align:left;
padding:10px;
font:bold 11pt Times New Roman;
letter-spacing:0px;
color:#FFF;
}

gold{
font:bold 11pt Times New Roman;
color:#b5af7d;
}

rust{
font:bold 11pt Times New Roman;
color:#FF6666;
}

.home{
width:91px;
height:71px;
background:url(../images/button_Home_Static.png); 
}
.home:hover{
background:url(../images/button_Home_Active.png); 
}
.menus{
width:91px;
height:71px;
background:url(../images/button_Menus_Static.png); 
}
.menus:hover{
background:url(../images/button_Menus_Active.png); 
}
.banquets{
width:91px;
height:71px;
background:url(../images/button_Banquets_Static.png); 
}
.banquets:hover{
background:url(../images/button_Banquets_Active.png); 
}
.info{
width:91px;
height:71px;
background:url(../images/button_Info_Static.png); 
}
.info:hover{
background:url(../images/button_Info_Active.png); 
}
.photos{
width:91px;
height:71px;
background:url(../images/button_Photos_Static.png); 
}
.photos:hover{
background:url(../images/button_Photos_Active.png); 
}
.news{
width:91px;
height:71px;
background:url(../images/button_News_Static.png); 
}
.news:hover{
background:url(../images/button_News_Active.png); 
}
.a{

}