#body{
	width:100%;
	border-top:4px solid #255293;
}

#body .inner{
	width:1000px;
	margin:0px auto;
	padding:0px;
	height:100%;
}

#body .inner #mainBlock{
	width:100%;
	margin:50px 0px 20px 0px;
	color:#023878;
	box-sizing:border-box;
	padding:5px;
}

#body .inner #mainBlock h1{
	font-size:20px;
	margin:0px;
	margin-bottom:50px;
}

#items{
	width:400px;
	float:left;
	box-sizing:border-box;	
}

#items ul{
	list-style-image:url(../Images/listStyle.jpg);
}

#items li{
	padding:5px;
	font-size:12px;
}

#rightBlock{
	float:right;
	width:580px;
}

@media only screen and (max-width:1000px){
	#body .inner{ width:100%; }
	
	#items{
		width:100%;
		padding:5px;
	}
	
	#rightBlock{
		width:100%;
		margin:0px auto;
		float:none;
	}
}