/* Header CSS */
#selContainer {
	margin:0 auto;
	width:920px;
	text-align:left;
	background:#fff;
	}
/* Header */	
#header {
	padding:5px;
	}
#selLeftHeader {
	width:400px;
	}
#selRightHeader {
	width:450px;
	}
h1 {
	background:url(../test/h1_logo.png) no-repeat left bottom; 
	padding:0 0 0 65px;
	}
h1 a {
	font:60px Arial, Helvetica, sans-serif;
	line-height:90px;
	}
#selRightHeader p span{
	font:18px Arial, Helvetica, sans-serif;		
	padding:40px 0 0;
	display:block;
	}
#selRightHeader .clsDonate a {
	padding:25px 0 0 80px;  
	font:25px Arial, Helvetica, sans-serif;
	color:#D81A1A;
		display:block;
	}
#selRightHeader .clsDonate  {
	width:277px;
	height:70px;
	background:url(../test/bg_call.png) no-repeat;
	
	}	
/* End of Header */		
/* Banner */		
#selBanner {
	}
/* End of Banner */	
/*sub header */
#selSubHeader {
	background: url(../test/bg_subHeader.png) repeat-x ; 
	}
#selSubHeader .clsNoBorder{	
	background:none;
	}
#selSubHeader li{
	float:left;
	background:url(../test/sep_subMenu.png) no-repeat right center;
	}	
#selSubHeader li a{		
	font:18px Arial, Helvetica, sans-serif;
	padding:2px 20px 0;
	line-height:33px;
	display:block;
	}
#selSubHeader li a:hover, #selSubHeader .clsActvie a {			
	background:url(../test/li_active.png) repeat-x;
	color:#fff;
	}
/*End of sub header	*/	
/* footer */
#footer {
	clear:both;
	background-color:#000;
	text-align:center;
	color:#fff;
	padding:5px 0;
	margin:20px 0 0;
	}
#footer p{	
	padding-bottom:5px;
	}
#footer a{	
	color:#fff;
	}
#footer a:hover{		
	color:#EF9595;
	}
/* End of footer */