
/* ---------- Basic Layout Styles ----------- */

html,body,#page  {
  height: 100%;
  margin: 0;
}
#page-wrapper {
  min-height: 100%;
  min-width: 960px;
}
#header {
  background: #fff;
}
#header #logo {
  position: absolute;
  top: 25px;
}
#header #name-and-slogan {
  position: absolute;
  right: 0;
  top: 55px;
}
#header div.section,
#main{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
#header div.section{
  position: relative;
}


#main-wrapper {
  padding-bottom: 50px;
  background: #ececec url(../images/layout/bg-site.png) repeat-x;
}
#main-wrapper #main-menu{
  height: 40px;
  background: #065F85;
}
#main-wrapper #main-content{
  background: #fff;
  min-height: 300px;
}
#main-wrapper #footer{
  background: #303030;
}



#main-content {
  float: left; /* LTR */
  position: relative;
  padding: 0 10px;
}
#sidebar-second {
  /*display: inline;*/
  float: right; /* LTR */
  position: relative;
}
#sidebar-second {
  float: right;
  margin-right: 10px;
  padding-top: 2px;
  width: 312px;
}
.one-sidebar #main-content {
  width: 614px;
  float: left;
  padding: 0 10px;
}
.no-sidebars #main-content {
  /*width: 960px;*/
  float: none;
}

#twocol {
  clear: both;
}

#twocol-left, #twocol-right {
  width: 302px;
}

#twocol-left {
  float: left;
  margin-right: 10px;
}

#twocol-right {
  float: left;
}


#content-bottom  {
  margin-top: 20px;
  padding-bottom: 60px;
  width: 614px;
}
#content-bottom .block {
  margin-bottom: 20px;
}

#footer-nav {
  width: 960px;
  margin: 0 auto;
  border-top: 4px solid #EDEDED;
  background: url(../images/bg/bg-footer.gif);
}

#footer {
  width: 920px;
  margin: 0 auto;
  border-top: 4px solid #EDEDED;
  padding: 25px 20px 15px 20px;
}

#footer p{
  margin-bottom: 0;
}
