body{
	background: url(/pictures/bg.jpg);
	padding: 0;
	margin: 0;
	text-align: center;
}
IMG{border: 0;}
.room{
	text-align: left;
	margin: 0 auto;
	margin-top: 75px;
	width: 886px;
	height: 623px;
	overflow: hidden;
	scrollbar-face-color: #FFF46C;
	scrollbar-highlight-color: #525152;
	scrollbar-shadow-color: #525152;
	scrollbar-3dlight-color: #525152;
	scrollbar-arrow-color:  #525152;
	scrollbar-track-color: #525152;
	scrollbar-darkshadow-color: AAA567;	
}
body.news_four .room, body.news_single .room{background: url(/pictures/background_room.jpg) repeat-y;}
body.news_all .room{background: url(/pictures/bg_sand.gif);}
.border{
	position: absolute;
	z-index: 10;
    background: url(/pictures/border.png);
	_background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/pictures/border.png');
	width: 1000px;
	height: 740px;
	margin-left: -70px;
	margin-top: -73px;
	border: 0px solid red;
}
.all_news{
	position: absolute;
	z-index: 30;
	display: block;
    background: url(/pictures/all_news.png);
	_background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/pictures/all_news.png');
	width: 120px;
	height: 104px;
	margin-left: 825px;
	cursor: pointer;
}
body.news_four .all_news{margin-top:-40px;}
body.news_single .all_news{margin-top:40px;}
body.news_all .all_news{margin-top:20px;}

/*4_news tables start*/
.news4_table{
	position: relative;
	z-index: 15;
	left: 60px;
	top: 30px;
}
.news4_table td{
	vertical-align: top;
}

.news4_table .news_red{
  width: 345px;
  height: 256px;
  background: url(/pictures/news_red.png) no-repeat;
  _background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/pictures/news_red.png') no-repeat;
  overflow: hidden;
}
.news4_table .news_orange{
  width: 345px;
  height: 255px;
  background: url(/pictures/news_orange.png) no-repeat;
  _background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/pictures/news_orange.png') no-repeat;
  overflow: hidden;
}
.news4_table .news_green{
  width: 345px;
  height: 258px;
  background: url(/pictures/news_green.png) no-repeat;
  _background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/pictures/news_green.png') no-repeat;
  overflow: hidden;
}
.news4_table .news_blue{
  width: 345px;
  height: 251px;
  background: url(/pictures/news_blue.png) no-repeat;
  _background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/pictures/news_blue.png') no-repeat;
  overflow: hidden;
}
.div_inCell{
	border: 0px solid red;
	font-size: 18px;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #65260A;
}
.div_inCell h2{
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}
.div_inCell A, .div_inCell A:link, .div_inCell A:active, .div_inCell A:visited{
   color: #65260A;
   float: right;
   position: relative;
   margin-top: 2px;
}
.div_inCell A:hover{
	text-decoration: none;
}
.news4_table .news_red .div_inCell{
	margin: 60px 45px 15px 35px;
	max-height: 166px;
	_height: 165px;
	overflow: hidden;
	text-align: center;
}
.news4_table .news_red .div_inCell h2{color: #BB0000;}
.news4_table .news_orange .div_inCell{
	margin: 42px 35px 10px 45px;
	max-height: 166px;
	_height: 165px;
	overflow: hidden;
	text-align: center;
}
.news4_table .news_orange .div_inCell h2{color: #D45806;}
.news4_table .news_green .div_inCell{
	margin: 42px 35px 0px 45px;
	max-height: 180px;
	_height: 180px;
	overflow: hidden;
	text-align: center;
}
.news4_table .news_green .div_inCell h2{color: #1E7705;}

.news4_table .news_blue .div_inCell{
	margin: 40px 47px 15px 45px;
	max-height: 166px;
	_height: 165px;
	overflow: hidden;
	text-align: center;
}
.news4_table .news_blue .div_inCell h2{color:#0169AB;}

.arrow, .arrow:active, .arrow:visited, .arrow:link, .arrow:hover{
	text-decoration: none;
	width: 51px;
	height: 23px;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 20px;
	background: url(/pictures/arrow.gif) no-repeat;	
	display: block;
	cursor: pointer;
}
/*4_news TABLE  end*/

/*Single News START*/
.single_news{
	/*position: relative;
	z-index: 15;*/
	margin-left: 125px;
	margin-top: 50px;
	overflow: hidden;
	width: 690px;
	height: 494px;
	background: url(/pictures/single_news.png) no-repeat;
	_background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/pictures/single_news.png') no-repeat;
}

.single_news .single_newsContent{
	text-align: center;
	border: 0px solid red;
	font-size: 18px;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #65260A;
	margin: 45px 85px 45px 45px;
}
.single_news .single_newsContent h1{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 26px;
	line-height: 26px;
	color: #B70D10;
}
.back_arrow{
	display: block;
	position: absolute;
	z-index: 20;
	background: url(/pictures/back_arrow.png);
	_background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/pictures/back_arrow.png') no-repeat;
	width: 150px;
	height: 77px;
	margin-top: 5px;
	margin-left: 40px;
	cursor: pointer;
}
.news_single .border{
	*margin-left: -200px;
    *margin-top: -125px;
}
.news_single .room{
	*padding-top: 50px; 
    *height: 573px;
}
.news_single A, .news_single A:active, .news_single A:visited, .news_single A:link .news_single A:hover{
	position: relative;
    z-index: 20 !important;
    cursor: pointer;
}
/*Single News END*/
/*ALL news start*/
.newsall_table{
	position: relative;
	z-index: 15;
	left: 90px;
	top: 50px;
}
.newsall_table td{
	width: 345px;
	text-align: left;
	vertical-align: top;
}

.newsall_table td .div_inCell A{float: left !important;clear:both;}
.newsall_table td  .div_inCell h2{
	display: block;
	clear: both;
	padding-top:10px;
	font-size: 22px;
	line-height: 22px;
	color: #B70D10;
}
.num_pages_list{
	border: 0px solid red;
	width: 300px;
	height: 30px;
	margin-left: 465px;
	margin-top: 0px;
}
.num_pages_list A, .num_pages_list A:active, .num_pages_list A:link, .num_pages_list A:visited, SPAN{
	position: relative;
	z-index: 20;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #830A0C;
	font-size: 22px;
	text-decoration: none;
	margin-left: 10px;
}
.num_pages_list A:hover, SPAN{
	text-decoration: underline;
}
/*All news END*/
