 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
 @font-face{
    font-family: 'Poppins', sans-serif;
}
	* {
 	 margin: 0;
	}	
	html, body{
	height:100%;
	}
	a:link { color: #FF9028; text-decoration: none }
a:active { color: #555; text-decoration: none }
a:visited { color: #e0ab67; text-decoration: none }
a:hover { color: #FFF2BD; text-decoration: none }
	body{
 	font-family: Poppins;
	font-size: 17px;
	background-image:url("/images/bg1.png");
 	background-repeat: repeat;
 	}
 	h1{
	font-size: 3em;
	color: #555;
	line-height: 1em;
	margin: .5em 0 .6em 0;
	}
	h2{
	margin: .4em 0 .2em 0;
	padding: .5em 0 .2em;
	border-top: 4px solid #FFF2BD;
	}
	h3{
	text-align: left;
	font-size: 1em;
	padding: .1em;
	}
	h4{
	margin: 1em;
	padding: .5em 0;
	border-bottom: 4px solid #FFF2BD;
	}
	h5{
	color: #818181;
	margin: 1em 0 .4em;
	}
	h6{
	font-size: 1.4em;
	margin:.4em 0 .2em 0;
	color:#FF9028;
	}
	a.hotlink:link{
    color:#FF9028;
}
 	.wrapper {
 	min-height: 100%;
 	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	position:relative;
 	}
 	.centerp {
 	margin:0 auto;
 	border: 0;
	min-height: auto;
	height:100%;
 	padding: 1em 0;
 	width: 80%;
	background-color: FFFFFF;
	float: center;
	bottom: -35px;
	}
	.shorter{
	margin:0 auto;
	float: center;
	min-width:300px;
	width: 50%;
	position: relative;
	height: auto;
	}
	.sector,.push{
  	height: 10%;
	}
	.foot{
	margin:0 auto;
	width: 50%;
	float: center;
	position: relative;
    bottom: 0;
	}
	ul#menu {
	width:460;
	margin:0 auto;
    	padding: 0;
    	margin-bottom: 11px;
	}
	ul#menu li {
    	display: inline;
	}
	ul#menu li a {
    	background-color: #ffffff;
    	padding: 10px 15px;
    	text-decoration: none;
    	color: #696969;
   	 border-radius: 4px 4px 0 0;
	}
	ul#menu li a:hover {
    	color: white;
    	background-color: black;
    }
    
    	#but {
	width:700;
	margin:0 auto;
    	padding: 0;
    	margin-bottom: 0px;
	}
	#but {
    	display: inline;
	}
	#but a {
    	background-color: #f7f7f7;
    	padding: 20px 150px;
    	text-decoration: none;
    	color: #FF9028;
   	 border-radius: 0px 0px 0 0;
	}
	#but a:hover {
    	color: #FFF2BD;
    	background-color: #565656;
    }
    img{
    margin:1em 0;
    }
    .item{
    padding:.4em 4em;
    }
    .small{
    margin:1em 0;
    }
    .newest{
    position:relative;
	float: center;
	text-align: center;
	}
	.sector{
	margin:0 auto;
	width: 80%;
	padding: 15px 0;
	background-color: FFFFFF;
	float:center;
	text-align: center;
	}
	#left{
     float:left;
}
.newest2{
    position:relative;
	float: center;
	text-align: center;
	}
	.sector{
	margin:0 auto;
	width: 80%;
	padding: 15px 0;
	background-color: FFFFFF;
	float:center;
	text-align: center;
	}
	#left{
     float:left;
}
.newest3{
    position:relative;
	float: center;
	text-align: center;
	}
	.sector{
	margin:0 auto;
	width: 80%;
	padding: 15px 0;
	background-color: FFFFFF;
	float:center;
	text-align: center;
	}
	#left{
     float:left;
}
#right{
     float:right;
}
