/*body {
	background: transparent url(../images/body-bg2.jpg) no-repeat !important;
	background-attachment: fixed !important;
}

#header {
	height: 172px;
	background: url(../images/header-bg3.png) top center no-repeat;
}

#navbar,
#content {
	max-width: 960px !important;
	margin: 0 auto;
}

#navbar {
	margin: 4px 0 30px 0;
}

#main {
	max-width: 960px;
	margin: -36px auto 0;
	background: none !important;
	padding: 0;
	height: auto !important;
}

#main * {
	padding: 0 !important;
	margin: 0 !important;
	border: solid 1px #f00;
}

#content {
	border-radius: 15px;
	overflow: auto !important;
	height: auto !important;
	padding: 0px !important;
	height: auto !important;
	margin-bottom: 30px !important;

}

#content-inner {
	max-width: 60% !important;
}

#sidebar-second {
	max-width: 35% !important;
}

#footer {
	max-width: 960px !important;
	background: none;
}

#footer-blocks {
	max-width: 960px;
	margin: 0 auto;
}

body.publicacoes #sidebar-second,
body.front #sidebar-second {
	width: auto !important;
}

body.publicacoes #content-inner,
body.front #content-inner {
	width: auto !important;
}

#footer-blocks {
	max-width: 960px;
	margin: 0 auto !important;
}
*/