/*
wrappers
*/
#page-wrapper {
	margin-top: 30px;
}

/*
main-menu
*/
#navigation {
	height: auto;
	padding-left: 341px;
	width: auto;
}

#navigation h2 {
	display: none;
}

#main-menu {
	font-family: Bebas;
	font-size: 14px;
	line-height: 100%;
	list-style: none;
	word-spacing: 3px;
}

#main-menu li {
	float: left;
	margin-right: 15px;
}

#main-menu li a {
	color: black;
	text-decoration: none;
}

#main-menu li a:hover,#main-menu li a.active {
	text-decoration: underline;
}

/*
main content wrapper
*/
.with-navigation #content,.with-navigation .region-sidebar-first,.with-navigation .region-sidebar-second
	{
	margin-top: 20px;
}

/*
logo
*/
#logo {
	margin: 0 12px -106px 0;
	position: relative;
	top: -106px;
}

body.not-front h1#page-title {
	clear: both;
}

/*
ads
*/
.header-ad {
	float: right;
	font-family: Bebas;
	margin: 2px 0 4px 0;
}

.footer-ad {
	clear: both;
  font-family: Bebas;
  margin: 2px 0 4px 0;	
}

.header-ad img, .footer-ad img {
	vertical-align: top;
}