body { 
  border:0;
}
/* set the confluence body to fit inside the new fixed width design */
#page-wrapper-outer {
  width:100%;
}
#page-wrapper-front {
  width:100%;
}
#page-wrapper {
  padding:0px;
  width:100%;
}

#main-wrapper {
  width:100%;
  padding:0px;
  margin:0;
  background: #ffffff;
}
#header-wrapper {
  margin:auto;
  width:900px;
}
#Menu {
  width:900px;
  margin:auto;
}
#header {
  margin:0;
}
#content {
  padding:20px;
}
/* use different background image for full-width confluence pages */
#page-wrapper-outer {
  background: #505050 url(/site/sites/all/themes/marketcetera/images/bg_org_lower2.jpg) no-repeat top center;
}
#page-wrapper-front {
  background:none;
}
#page-wrapper {
  background:none;
}
/* hide the confluence footer, its inside the content region */
#footer { 
  display: none; 
}

/* hide the active trail on state in the superfish nav on the top */
#nav ul.sf-menu li.active-trail {
  background:transparent url(images/menubg2.png) repeat-x scroll 0 0;
}

#com-atlassian-confluence h1.pagetitle {
  padding-left: 20px;
  padding-right: 20px;
}

div.PageContent {
  padding-left: 20px;
  padding-right: 20px;
}

h1#title-heading img {
  display: none;
}

#navigation .ajs-menu-bar {
  margin-right:20px;
}

td.pagecontent {
  padding-left: 20px;
}

td.noprint {
  padding: 6px;
}
div.block-search{
display: none;
}

#headerblock-user {
  float:right;
  margin-right:20px;
  margin-top:30px;
  width:175px;
  display:none;
}

#headerblock-visitor {
  float:right;
  margin-right:20px;
  margin-top:30px;
  width:175px;
  display:none;
}