  html {overflow-y: scroll;}
  
  body {
    margin:0; padding:0;
     background: #ffffff;
    font-family: Tahoma;
    font-size: 11px;
    color: #1b2d53;
    }

  .main {
	margin: 0 auto;
	width: 851px;
    }

	.logo {
		margin:10px 0 0 0; padding:0 0 0 0;
	}

	.menuup {
		position: relative;
		margin:-22px 0 0 0;padding:0;
		background: url(../images/bg_menuup.jpg) repeat-x ;
		height: 22px;	
	}	
	
	.menuup .first a{
		display: block;
		color: #ffffff;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		margin:0 0 0 0; padding:4px 30px 5px 30px;
		float: left;
	}
	
	.menuup .first a:hover{
		color: #000000;
		background: url(../images/bg_menuup_act.jpg) repeat-x ;
	}
	
	.menuup .first a.act{
		color: #000000;
		background: url(../images/bg_menuup_act.jpg) repeat-x ;	
	}
	
	.content {
		margin: 0;
		padding: 35px 35px 0px 35px;
		background: url(../images/img_5.png) repeat-x bottom;
	}
	
	table.content_in tr.text {
		font-size: 12px;
		font-family: Tahoma;
	}
	
	table.content_in tr.text td {
		margin: 0 0 0 0;
		padding: 8px 25px 0 3px;
	}
	
	table.content_in tr.text td .li{
		background: url(../images/img_4.jpg) no-repeat 2px 3px ;
	}
	
	table.content_in tr.text td .li .li_text{
		margin: 0 0 5px 0;
		padding: 0 0 0 15px;
	}
	
	.custom{
		margin: 0;
		padding: 10px 0 0 0;
		height: 110px;
		background: url(../images/img_5.jpg) repeat-x bottom;
	}
	
	.custom .ban {
		margin: 0;
		padding: 0 11px 0 0;
	}
	
	.custom_text {
		margin: 0; 
		padding: 25px 0 12px 0;
		text-align: center;
		font-size: 14px;
		color: #ffffff;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	 
	.foot {
    width: 851px; 
    margin: 0 auto;
	 padding: 0 0 25px 0;
	 border-top: 1px solid #d9dde5;
    }
	 
	 a {
	 	color: #1b2d53;
	 }
	 
	.copyright{
	    margin: 23px 0 0 265px;
	}
	
	.cleaner {
    clear: both;
    display: block;
    padding: 0; margin: 0;
    height: 1px;
    font-size: 1px;
    }