﻿/* CSS Document */

body{background:url(../images/background-rpt.jpg) repeat-x #c8d5da;}

/*columns begin*/	
.col_1{
	float:left;
	}
	
.col_2{
	float:right;
	width:606px;
	border:solid 1px #cccccc;
	background:#fff;
	padding:25px 40px;
	min-height: 500px;
	}
	
