@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	SCROLLBAR-FACE-COLOR:#f7e7bc;
	SCROLLBAR-ARROW-COLOR: #dfb74a;
	SCROLLBAR-DARKSHADOW-COLOR:#000000;
	scrollbar-track-color: #e2c769;
	direction:rtl;

}



.clr{
clear:both;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


body{
       background:#CCCCCC;
}


#main{
       width:950px;
	     height:auto;
		   margin-left:auto;
		     margin-right:auto;
			   border-color:#666600;
			   border-style:double;
			    border-width:2px;
				
			   
			  
				    
	}
	
#banner{
         width:950px;
		   height:150px;
		     background:url(banner.jpg);
			  
			 
			 
}


#conter{
         width:950px;
		   height:auto;
		      margin-left:auto;
			    margin-right:auto;
				  background:#FFFFFF;
	}
