@import url("general.css");

html,body {
	margin:0;
	padding:0;}

/* <<<<< CONTAINER >>>>> */

#group {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	position:relative;}

/* <<<<< HEADER >>>>> */

#header {
	width:960px;
	height:50px;
	padding:10px 0;
	position:absolute;
	top:0;
	left:0;}

/* <<<<< CONTENT >>>>> */

#content {
	width:610px;
	float:left;
	padding-right:20px;
	margin-top:90px;}

/* <<<<< COLUMNS >>>>> */

#wrapper {
	width:330px;
	float:right;
	margin-top:90px;
}

#column_left {
	width:200px;
	float:left;
}

#column_right {
	width:110px;
	float:right;
	clear:right;
	margin-left:20px;
}

#int_column_left {
	width:290px;
	padding-right:20px;
	float:left;
	clear:left;
}

#int_column_right_wrapper {
	width:298px;
	float:right;
	padding-bottom:20px;
}

#int_column_right {
	width:278px;
	padding:10px;
	background-color:#edf8fa;
	border:1px solid #6dabbf;
	margin-bottom:20px;
}

/* <<<<< FOOTER >>>>> */

#footer_container {
	width:100%;
	clear: both;
}

#footer {
	width:960px;
	clear: both;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;
	padding-bottom:15px;
	border-top:1px solid #f2f2f2;}

/* FONSI */

.agency_data{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:290px;
	height: 120px;
}