* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}       

body {
	background-color: #003779;
	margin-top: 20px;
}


/* Blokker */
	.RIGHTSECTIONBLOCK .CONTENTS {
		background-image:url(images/blocks_mid.png);
		background-repeat:none; 
		background-position: upper left;

		padding: 20px;
	}
	.RIGHTSECTIONBLOCK .TITLE {
		width:256px; 
		height:26px; 
		background-image:url(images/blocks_top.png); 
		background-repeat:none; 
		background-position:upper left;

		color: white;
		text-align: center;
		font-size: 14px;
		line-height: 26px;
		font-weight: 100;
		text-transform: uppercase;
	}
	.RIGHTSECTIONBLOCK .FOOTER {
		width: 256px;
		height: 10px;
		background-image:url(images/blocks_bottom.png);
		background-repeat:none;
		background-position:upper left;

		font-size: 1px;
		line-height: 1px;
		margin: 0px 0px 12px 0px;
	}


/* Artikkler */

