
img{max-width:100%;height: auto;width: auto\9;}

/* iPads (landscape) ----------- */
@media only screen and (max-width: 1024px) {
	#pimg{ width:100%; height:180px;}
}

/* iPads (portrait) ----------- */
@media only screen and (max-width: 900px) {
	#pcolm{ width:47%;}
	#pimg{ width:100%; height:200px;}
}
@media only screen and (max-width: 675px) {
	.welc1,.welc2 { width:96%; padding:1% 2%; }
	#logo,#reach{ width:100%; float:none; margin:0px auto;}
	#logo img{ padding:5px 0px;}
	#reach p{ margin:5px 0px;}
	#colleft{ width:100%; margin:0px auto; max-width:300px; float:none;}
	#colright{ width:100%;}
}
/* small tablet ----------------*/
@media only screen and (max-width: 600px) {
	.wrapper{ width:95%;}
	#foot1,#foot2,#foot3,#foot4{ width:100%; margin:5px auto;}

}
/* iphone ----------------*/
@media only screen and (max-width: 450px) {
	#pcolm{ width:100%; margin:10px auto; max-width:320px; float:none;}
	#pimg{ width:100%; height:100%;}
}
@media only screen and (max-width: 320px) {
	#link p{ padding:6px 10px 5px 10px;}
	
}
/* small phone ----------------*/
@media only screen and (max-width: 240px) {
	
}
