/* Layout */
#page {
  margin: 0 auto;
  width:990px;
 }

.sidebar {
  float: left;
}

#footer {
  float: none;
  clear: both;
}


#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}


#sidebar-first {
  width: 190px;
}

.two-sidebars .center,
.sidebar-second .center {
  margin-right: 200px;
}

#sidebar-second {
  position: relative;
  top: 16px;
  width: 213px;
}


.inner {
  padding: 0;
}

/* Navigation styles */
#navigation {    padding: 0;    position: absolute;    right: 27px;    top: 92px;
    height:43px;
    z-index:99999;}

.with-navigation #content,
.with-navigation .sidebar {
  margin-top: 0px;
}


/* Layout */

#content {    float: left;    padding: 0;    width: 544px;
    
    //z-index
    position:relative;
    z-index:10;}
.sidebar {
  float: left;
}

#sidebar-second {
  float: left;
}

#footer {    float: none;    margin: 0 auto;    padding:19px 0;    width: 990px;
}

.footer-message {

}

/* Layout Helpers */
#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

/*
.two-sidebars .center,
.sidebar-first .center {
  margin-left: 212px;
}

*/

#sidebar-first {
  width: 190px;
}

.two-sidebars .center,
.sidebar-second .center {
  margin-right: 220px;
}


.inner {
  padding: 0;
}


