body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	color:#3A3E3E;
}

a{
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
}

#main_table{
	border-left:#E3E3E3 1px solid;
	border-right:#E3E3E3 1px solid;
	margin-top:40px;
	
	width:900px;
	background:#FFF;
}
#sub_table td{
	direction:rtl;
}

#header_date{
	background:url(../images/date_bg.jpg) repeat-x;
	color:#FFFFFF;
	direction:rtl;
	padding:9px 0 0 5px;
	/*border-bottom:1px solid #D7D9DB;*/
	height:21px;
	text-align:left;
	font-size:11px;
}
#header_date a{
	font-size:12px;
	color:#FFFFFF;
}
#header_date a:hover{
	color:#FFFF00;
}

.maintitle{
	cursor:pointer;
	background:#f89e52;
	margin:0px 0 1px 0;
	padding:4px 20px 4px 20px;
	font-weight:bold;
	font-family:Tahoma;
	color:#FFFFFF;
}


#news_strip{
	background:url(../images/news_strip.jpg) repeat-x;
	padding:6px;
	direction:rtl;
	color:#000;
}

#news_strip a{
	color:#000;
	text-decoration:none;
}
#news_strip a:hover{
	color:#666666;
}







#list{
	direction:rtl;
	color:#FFFFFF;
	margin-left:0px;
}
#list a{
	color:#E10915;
	background:url(../images/button.jpg) no-repeat right top;
	display:block;
	width:225px;
	height:30px;
	padding:9px 10px 0px 0px;
	text-align:right;
	font-weight:bold;
	cursor:pointer;
}
#list a:hover {
	color:#666666;
	background:url(../images/button2.jpg) no-repeat right top;
	text-decoration:none;
}

#list div{
	display:none;
}
#list div a{
	background:none;
	padding:0px 23px 0px 0px;
	color:#545C5B;
	width:200px;
	line-height:15px;
	height:auto;
	margin-bottom:10px;
}
#list div a:hover{
	background:none;
	color:#E10915;
}








#main_content{
	text-align:justify;
	margin:5px 5px 10px 20px;
	line-height:20px;
	font-size:13px;
}





.news_title{
	height:34px;
	background:#F6F6F6;
	border-top:#E3E3E3 1px solid;
	padding:17px 5px 0 0;
	cursor:pointer;
}
.news_title a{
	color:#000000;
	text-decoration:none;
}







.clear{
	clear:both;
	height:1px;
	margin:0px;
	padding:0px;
}



.tree{
	margin:20px 5px 18px 5px;
	direction:rtl;
	color:#000;
}


#footer{
	text-align:center;
	font-size:11px;
	color:#CC3300;
	
	padding:25px 0 25px 0;
	
}
#footer a{
	color:#CC3300;
	font-weight:bold;
}
#footer a:hover{
	color:#999999;
}




.table_style{
	text-align:center;
	margin:0 30px 0 30px;
	border:#E3E3E3 1px solid;
}
.table_style td{
	background:#F9F9F9;
}



#album_link {
	margin:15px 0 10px 0;
}
#album_link a{
	cursor:pointer;
	background:#EDEDED;
	padding:5px;
	border:#CCCCCC 1px solid;
}

.pic{
	text-align:right;
	float:right;
	width:164px;
	margin:6px;
	/*border:#CCCCCC 1px solid;*/
}
.pic img{
	border:#ECECEC 2px solid;
	margin:3px;
	padding:4px;
}