@charset "utf-8";

.information_box {
	border: 1px solid #E6E6E6;
	background-color: #F6F6F6;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 390px;
	height: 208px;
	background-image: url(../images/home.jpg);
}

#main_section {
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	border: 1px solid #E6E6E6;
}

#main_section_right {
	float: left;
	position: relative;
	padding: 20px;
	width: auto;
}

#main_section_right h1{
	font-size: 22px;
	font-weight: normal;
}

#adverts {
	text-align: center;	
}

#adverts img{
	border: none;
	padding: 10px;
}
