#wrapper-inside {
	background-image: url(/assets/images/main/bg_wrapper_inside.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#breadcrumbs {
	width: 500px;
	font-size: 0.8em;
	color: #637545;
	position: absolute;
	left: 18px;
	top: -18px;
	z-index: 11;
}
#breadcrumbs a {
	text-decoration: none;
	color: #637545;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

#links-page {
	width: 20%;
	position: absolute;
	right: 24px;
	font-size: 0.8em;
	color: #637545;
	top: -18px;
	text-align: right;
	z-index: 11;
}
#links-page a {
	text-decoration: none;
	color: #637545;
}
#links-page a:hover {
	text-decoration: underline;
}

#content {
	width: 679px;
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	padding-right: 18px;
	padding-left: 18px;
}

