    html, body {
        font-family: Arial, Tahoma, Verdana, Times New Roman, sans-serif;
        font-size: 12px;
        margin:0; 
        padding:0;
	   background: #ebebeb;
    }

    A{
        font-family: Arial, Tahoma, Verdana, Times New Roman, sans-serif;
        text-decoration: underline; 
    }

    A:hover {
        text-decoration: none; 
    }


	#all1 {
	   background: #ebebeb url(images/bg.jpg) left bottom repeat-x;
	}
	#all {
		width: 819px;
		padding: 0px 0 0 0px;
		margin: 0 auto;
	}

	#header{
		background: url(images/header_bg.jpg) left top no-repeat;
		height: 55px;
		padding: 172px 0 0 69px;
	}
	.supp{
		display: block;
		float: left;
		margin: 0 0 0px 0px;
	}


	
	#top_menu{
	}
	#top_menu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		height: 37px;
		background: url(images/top_menu_bg.jpg) left top repeat-x;
	}
	#top_menu ul li{
		float: left;
		height: 37px;
	}
	#top_menu ul li a{
		float: left;
		display: block;
		height: 27px;
		text-decoration: none;
		font-size: 14px;
		color: #FFFFFF;
		padding: 10px 27px 0 27px;
		font-weight: bold;
	}
	#top_menu ul li a:hover{
		background: url(images/top_menu_cur.jpg) left top repeat-x;
	}
	#top_menu ul li a.cur{
		background: url(images/top_menu_cur.jpg) left top repeat-x;
	}


	#content{
		border-top: 1px solid #FFFFFF;
		border-bottom: 2px solid #bababa; 
	}
	#content1{
		border-top: 1px solid #bebebe;
		background: #FFFFFF;
	}
	
	#content_top{
		border-bottom: 1px solid #e2e2e2;
		background: #f2f2f2 url(images/content_top_bg.jpg) left top repeat-x;
		padding: 29px 30px 5px 11px;
		overflow: hidden;
		font-family: Verdana;
		font-size: 12px;
		 color: #000000;
	}
	* html #content_top{
		overflow: visible;
		height: 1px;
	}
	
	#content_bottm{
		background: url(images/content_bottm_bg.jpg) right bottom no-repeat;
		padding: 32px 0 19px 18px;
	}
	#content_bottm img{
		margin: 0 18px 0 0;
	}
	
	
	
	#bottom{
		text-align: center;
		padding: 8px 0;
		font-size: 12px;
		color: #010101;
		font-family: Verdana;
		line-height: 1.6em;
	}
	#bottom a{
		margin: 0 10px;
		font-size: 11px;
		color: #000000;
		font-family: Verdana;
		text-decoration: none;
	}
	#bottom span{
		font-size: 11px;
		color: #d0d0d0;
		font-family: Verdana;
	}
	#bottom span a{
		font-size: 11px;
		color: #d0d0d0;
		font-family: Verdana;
		text-decoration: underline;
	}
	

	
	.c{
        display: block;
        clear:both;
        height: 0;
        font-size: 0px;
        overflow: hidden;
    } 
	 