body {
	
}

#content {
	vertical-align:top;
}

#textcol {
	display: -moz-inline-box;
	display:inline-block;
	line-height:18px;
	width:60%;
	min-width:200px;
	max-width:500px;
	font-size:12px;
	text-align:left;
	color:#696969;
}
* html #textcol { display:inline; }  /* for IE 6 */
* + html #textcol { display:inline; }  /* for IE 7 */

#rightcol {
	vertical-align:top;
	display: -moz-inline-box;
	display:inline-block;
	width:250px;
}
* html #rightcol { display:inline; }  /* for IE 6 */
* + html #rightcol { display:inline; }  /* for IE 7 */

#offer {
	text-align:left;
	color:#0080c0;
	padding-top:20px;
	font-size:12px;
}

#tiles { 
	margin-top:20px;
}

.link_home {
	position:relative;
	top:-1px;
	border:solid 1px #437ba9;
}
