@media screen and (max-width: 985px) {
	#wrapper { width:98%; }
	section#content ul.projects li a img { width:225px; }
}
@media screen and (max-width: 980px) {
	section#content #cleft { width:70%; }
	section#content #cright { width:26%; }
	section#content ul.projects li { width:23%; margin-right:2.5%; }
	section#content ul.projects li a img { width:100%; }
}
@media screen and (max-width: 800px) {
	section#content #cleft { width:65%; }
	section#content #cright { width:30%; }
}
@media screen and (max-width: 640px) {
	section#content #cleft { width:100%; }
	section#content #cright { width:100%; }
}
@media screen and (max-width: 480px) {
	section#content ul.projects li { width:45%; margin-right:5%; margin-bottom:10px; }
}
@media screen and (max-width: 640px) {
	section#content ul.projects li { width:95%; margin-right:2.5%; margin-left:2.5%; }
}