@charset "utf-8";
/* CSS Document */
body{
  background: #f3e9d6;
  font-size: 12px;
  color: #634b21;
  font-family: Arial;
  margin: 0;
  padding: 0;
  width: 980px;
}

.photosroom{
	padding:5px 5px 5px 5px;
}

#FixPagePanel{
  background: #f3e9d6;
  width: 980px;
    height: 108px
}
#footer{
  width: 980px;
  height:50px;
  font-size: 11px;
  color: #634b21;
  font-family: Arial;
}
#logo{
  width: 980px;
  height:147px;
  background:url(../images/bg_logo.gif) repeat-x;
}
#TopPanel{;
  background: #f3e9d6;
  width: 980px;
  height: 108px
}
#PresentPanel{
  background: #fff;
  margin: 0;
  padding: 0;
  width: 980px;
  height: 332px;
}
#MenuPanel{
  background: #4a331e;
  width: 221px;
  *height: 328px;
  height: 323px;
  margin: 5px 0 0 5px;
  float: left;
}
#AdsPanel{
  width: 744px;
  /*height: 283px;*/
  margin: 4px 0 0 4px;
  padding: 0;
  float: left;
}
#LinkPanel{
  height: 23px;
  background: url(../images/bg_linkpanel.jpg);
  margin: 0;
  padding: 0;
  width: 980px;
  /*float: left;*/
}
#LinkPanel2{
/*border:1px solid #000;*/
  width: 754px;
 text-align:right;
 float: right;
}
#LeftPanel{
  margin:0;
   width: 226px;
  /*height: 368px;*/
  /*margin: 0 0 0 0;*/
  float:left;
  background-image: url(../images/bg_fade.jpg);
  background-repeat: repeat-x;
}
#MainPanel{
 /*border:1px solid #000;*/
 width: 538px;
  /*margin: 0 0 0 4px;*/
  background: #f3e9d6;
  float: left;
}
#RightPanel{
  /*border:1px solid #000;*/
  width: 216px;
  height: 295px;
  margin: 0;
  background-image: url(../images/bg_fade.jpg);
  background-repeat: repeat-x;
  float:left;
}
#ContentsPanel{
  width: 500px;
  float:left;
  margin: 0 0 0 17px;
}
#ContentsInnerPanel{
  width: 641px;
  margin: 0 0 0 0;
  float: left;
  background-image: url(../images/bg_fadecontentinner.jpg);
  background-repeat: repeat-x;
  padding: 5px 0 5px 4px;
}
#ContentsInnerRightPanel{
  width: 109px;
  height: 368px;
  margin: 0 0 0 0;
  float: left;
  background-image: url(../images/bg_fade.jpg);
  background-repeat: repeat-x;
}
#TabPanel{
  float: right;
  margin: 75px 0 0 0;
  width: 193px;
}
#LngPanel{
  float: right;
  margin: 83px 15px 0 5px;
}
#TabTopMenu{
  height: 29px;
  background: url(../images/bg_toptab.jpg) no-repeat;
  width: 90px;
  padding: 5px 0 0 0;
  float: left;
}
#IMGsViewer{
  margin: 2px 2px 2px 2px;
  padding: 4px 4px 4px 4px;
  background-color: #fff;
  BORDER-RIGHT: #d8c7a9 1px solid;
  BORDER-TOP: #d8c7a9 1px solid;
  BORDER-BOTTOM: #d8c7a9 1px solid;
  BORDER-LEFT: #d8c7a9 1px solid;
}

.TabMenu{
  font-size: 9pt;
  text-decoration: none;
  color: #cc6633;
}

.TabMenu:hover{
  font-size: 9pt;
  text-decoration: underline;
  color: #cc6633;
}


.TopicMenu{
  font-size: 11px;
  color: #fff;
  height: 23px;
  background: url(../images/menu/bg_menu.jpg);
  padding: 0 0 0 10px;
}
.TopicMenuLink{
  font-size: 12px;
  color: #fff;
  height: 23px;
  padding: 0 0 0 10px;
  text-decoration: none;
}
.TopicMenuLink:hover{
  font-size: 12px;
  color: #FFCC00;
  height: 23px;
  padding: 0 0 0 10px;
  background: url(../images/menu/ico_hover.jpg) no-repeat;
  text-decoration: none;
}
.TopicMainMenuLink{
  font-size: 12px;
  color: #FF6600;
  height: 23px;
  padding: 0 0 0 5px;
  text-decoration: none;
}
.TopicMainMenuLink:hover{
  font-size: 12px;
  color: #FFCC00;
  height: 23px;
  padding: 0 0 0 5px;
  text-decoration: none;
}

.headtable {
	color: #FFFFFF;
	font-weight: bold;
}

.TopicMenuLink2{
  font-size: 9pt;
  color: #634b21;
 /* height: 23px;*/
  padding: 0 0 0 5px;
  text-decoration: none;
}
.TopicMenuLink2:hover{
  font-size: 9pt;
  color: #FFCC00;
 /* height: 23px;*/
  padding: 0 0 0 5px;
  text-decoration: none;}
  
  .TopicMenuLink3{
  font-size: 8pt;
  color: #634b21;
  height: 23px;
  padding: 0 0 0 10px;
  text-decoration: none;
}
  
 .clear-all{
 	clear:both;
	line-height:0; 
	height:0;
}

