/* ÅÄÖ (to make it utf8) */

#pageMain {
	float: left;	
}

div.box {
	float: left;
	width: 265px;
	height: 229px;
	margin-top: 20px;
	background-image: url(/img/box.png);
	background-repeat:	no-repeat;
	padding:30px;
	padding-top: 15px;
}

div.box p a {
	color: #0d4e7c;
	text-decoration: none;
}

div.box span.header {
	color: #0D4E7C;
	font-size: 17px;
}

div.marginleft {
	margin-left: 12px;
	background-image: url(/img/box2.png);
	background-repeat: no-repeat;
}

div.orange {
	height:	295px;
	width: 996px;
	overflow: hidden;
	float: left;
	border: 2px solid #ececec;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin:0;
	padding:0;
}

p.date {
	font-weight: bolder;	
}

div.arrow {
	float: right; 
	clear: both;
	text-align: right;
	width: 100%;
}

div.image {
	width: 100%;
	float: left;
}

div.image img {
	max-width: 260px;
	max-height: 135px;
	width: expression(this.width > 260 ? 260: true);
	height: expression(this.height > 135 ? 135: true);
	margin: 5px auto 0px auto;
}