@import url(/style/common.css);

body {
  min-width:640px;
}

div.marginbox {
  width:640px;
  margin:2px auto 8px;
}

header {
  text-align:center;
}

footer {
  margin:2px 0px 8px;
}

article {
  width:390px;
  margin:0px;
  float:left;
}
article h1 {
  font-size:160%;
  color:#ffff66;
  margin:2px 5px 8px;
}

section {
  margin:2px 5px 8px;
}
section h2 {
  font-size:120%;
}

div.rightbox {
  width:250px;
  margin:0px;
  float:right;
}

nav.main {
  margin:0px;
  padding:5px;
}

aside {
  margin:5px;
  padding:5px;
  border:solid 1px white;
  font-size:90%;
  line-height:1.5em;
}
aside h2 {
  font-size:120%;
  font-weight:bold;
  line-height:1.5em;
  margin:2px 0px 8px;
}

address {
  margin:4px 0px 12px;
}

p.linklist {
  line-height:2.5em;
}
