/*  
 stylesheet
*/

@import url("section.css");

div#content {
	padding-top: 25px;
	border: 1px solid #A79869;
	background: url(section/content-bg.jpg) no-repeat bottom left;
}



/* Info News */
div.info-newsletter {
	position: relative;
}
div.info-newsletter h1 {
	margin-left: 40px !important;
}
form.form-newsletter {
	margin-left: 40px !important;
	margin-right: 245px !important;
}
div.info-news {
    position: absolute;
    right: 18px;
    top: 0;
    width: 160px;
}
div.info-news > div {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
div.info-news a {
	
}
div.info-news a:hover {
	
}
div.info-news img {
	
}


