* {
    margin:0;
    padding:0;
    background:transparent;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
	font-size: 13px;
    }
	
body{
	background-color: #164a84;
	font-size: 13px;
    margin:0;
    padding:0;
}	

img {
    border: 0;
    vertical-align: bottom;
    }

h1,h2,h3,h4{
	font-size: 13px;
	color: #00000;
	background-color: #ffffff;
}

a {
	color: #1C5EBA;
	text-decoration: none;
}
a:hover {
	color: #1C5EBA;
	text-decoration: underline;
}

ul,ol{
	list-style-image: none;
	}
li{
	list-style-image: url(images/ya.jpg);
	margin: 5px 0;
}


#base{
margin: 0 auto;
	width:950px;
	padding-top: 5px;
	background-color: #FFFFFF;
	text-align: right;
	}
	
#top{
	background: #FFFFFF url(images/bak1.jpg) left top no-repeat;
	padding-top: 180px;
	}
	
#lef{
	padding: 140px 10px 0 30px;
	width:331px;
	float: left;
	background: #bce2e8 url(images/bak_03.jpg) left top no-repeat;
	text-align: left;
}
#rig{
	background-color: #FFFFFF;
	width: 479px;
	float: right;
	padding: 30px 45px;
	line-height: 1.7em;
	text-align: left;
}
#footer{
	background-color: #164a84;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0;
}
h2{
margin-top: 30px;
	background-color: #164a84;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px; 
}
h3{
margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	}
	
	
.leftext{
	clear: both;
	text-align: right;
	vertical-align: bottom;
	width: 479px;
	float: right;
	padding: 30px 45px;
}