/*
LAYOUT: Three-Column (Right) Primary
DESCRIPTION: Three-column 950px fixed layout with two sidebars right of content, primary being on the left.
*/

body {
  min-width:1000px;
}

#header {
  position:relative;
}

#branding {
  margin:0 100px;
  width:780px;
}

#access {
  overflow:hidden;
  position:relative;
}

.menu {
  margin:0 100px;
  width:780px;
}

#main {
  margin:0 100px;
  overflow:hidden;
  position:relative;
  width:1000px;
}

#container {
  float:left;
  margin:0 0 0 10px;
  width:540px;
}

#content {
  overflow:hidden;
}

#primary {
  float:left;
  margin:0 10px 0 35px;
  width:220px;
}

#secondary {
  float:right;
  margin:0 0 0 10px;
  width:140px;
}

#footer {
  clear:both;
}

#subsidiary {
  margin:0 auto;
  overflow:hidden;
  width:1000px;
}

#subsidiary .aside {
  float:left;
  margin:0 10px;
  width:300px;
}

#subsidiary #third {
  margin:0 0 0 10px;
}

#siteinfo {
  clear:both;
  margin:0 100px;
  width:940px;
}
