/*
 *
 * layout.css
 */

body { 
  margin:0px;
} 

#body {
  width:960px;
}

/* Header ------------------------------------*/

#header {
  position:relative;
  width:960px;
  height:141px;
}

#headerrule {
  position:relative;
  top:0px;
  clear:left;
  width:960px;
}

#headercaption {
  float:left;
  width:576px;
}

#headerimage {
  float:right;
}

#header h1  {
  position:relative;
  top:28px;
  margin-top:0px;
  padding-top:0px;
}

#header div.title {
  position:relative;
  top:16pt; /* h1 + 4pt */
  margin-top:0px;
  margin-bottom:0px;
}

#header p.big {
  margin-top:4ex;
}

/* Menu --------------------------------------*/

#menubox {
  position:relative;
  float:left;
  padding-top:1em;
  width:210px; 
  height:47em;
}

#menu  { 
  position:relative; 
  left:10px;
}

/* Content -----------------------------------*/

#content {
  position:relative;
  float:left;
  width:500px;
  padding-left:10px;
  padding-top:10px;
  padding-right:10px;
}

/* Sidebar ----------------------------------*/

#sidebar {
  position:relative;
  float:left;
  padding-left:10px;
  padding-top:1em;
  padding-right:10px;
  height:47em;
  width:210px;
}

/* Footer -----------------------------------*/

#footer {
  clear:both;
  position:relative;
  left:210px;
  top:3px;
  width:510px;
}

