#container {
	width /**/:962px;
}

#primary {
	width /**/:499px;
}

.sidebar {
	width /**/:210px;
}

#s-input {
	height /**/:22px;
}

#pp-feed {
	background: #397cca url('../images/pp-rss-ie.gif') no-repeat 2% 46%;
}
	
.entry-content img { 
	width: expression(this.width > 480 ? 480: true);
}