.ptMainBox {
	width: 65%;
	float:left;
	margin-left: 90px;
}	

.ptSidebar{
	width: 15%;
	float:right;
	margin-right: 90px;
}

.ptSidebar ul{
	margin-top: 10px;
}

.ptSidebar span{
	font-size: 1.2em;
}

#section1Img{
	height:162px;
	width: 222px;
	float:left;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

#section2Img{
	height:368px;
	width:294px;
	float:right;
	margin-left: 10px;
}

@media screen and (max-width: 1200px) {

	.ptMainBox {
		
		margin-left: 70px;
	}	

	.ptSidebar{
		
		margin-right: 70px;
	}	

}