/* Prevent Firefox Scrollbar Jump */
html { overflow-y:scroll; }

/* You can float image automatically to left or right */	
.img_caption.left {
	float: left;
	margin-right: 1em;
	margin-top: 1.4em;
}
.img_caption.right {
	float: right;
	margin-left: 1em;
	margin-top: 1.4em;
}
.img_caption.left p {
	clear: left;
	text-align: center;
}
.img_caption.right p {
	clear: right;
	text-align: center;
}

/*
h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
{
	width: 355px; height: 80px; 
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px; 
}
*/

.headlineprodinner { float:left; width:340px; min-height: 400px;}
