body {
  font-family: Baskerville, Times New Roman, serif;
  color: #965d2a;
  font-size: 10pt;
  background: #faf6f3;
  margin: 0;
}

h1 {
  margin-top: 0.3em;
  font-weight: normal;
  font-size: 30px;
}

h2 {
  font-size: 18px;
  border: 1px solid #b96;
  border-right: none;
  padding: 0 8px;
  height: 30px;
  background: #fff;
}

h3 {
  font-weight: normal;
  font-size: 18px;
  padding: 1px;
}

h4 {
  font-weight: normal;
  font-size: 20px;
}

.centercolumn {
  margin-left: 209px;
  margin-top: 0.5em;
  border-top: 1px solid #b96;
  border-left: 1px solid #b96;
  padding-left: 1em;
  background: #fff;
}

.maintext {
  width: 35em;
}

hr {
  clear: both;
  margin-top: 4em;
  margin-bottom: 0;
  height: 5px;
  border: 0;
  border-top: 3px #965d2a solid;
  border-bottom: 1px #965d2a solid;
}

.video {
  text-align: center;
  font-size: 80%;
}

.footer {
  margin-top: 0;
  padding: 0 0.8ex;
  font-size: 80%;
  text-align: right;
}

a { color: #965d2a; }

a:hover, a:focus {
  color: #000; background: #ff9;
}

a:active {
  color: #f00;
}

body a:hover, body a:focus {
  color: #000;
}

a.rip {
  display: block;
  padding: 1px 9px;
  text-decoration: none;
  color: #965d2a;
}

.r1 { height: 46px; }
h3 > .r1 { background: url(img/rip-small-1.png) no-repeat top left; }
.r1 { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/rip-small-1.png") }

.r2 { height: 38px; }
h3 > .r2 { background: url(img/rip-small-2.png) no-repeat top left; }
.r2 { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/rip-small-2.png") }

.r3 { height: 39px; }
h3 > .r3 { background: url(img/rip-small-3.png) no-repeat top left; }
.r3 { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/rip-small-3.png") }

.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 205px;
  padding-left: 5px;
}
body > .menu { position: fixed; }

img {
  border: none;
  vertical-align: bottom;
}

.rightmenu {
  float: right;
  margin: 0.5em;
  margin-top: -2em;
  border-left: 1px solid #b96;
  padding-left: 0.5em;
}

p {
  margin-top: 0;
}

.thumb {
  width: 150px;
  height: 113px;
}

.center {
  text-align: center;
}

.uplink {
  position: absolute;
  top: 0;
  right: 1em;
  font-size: 60%;
  font-family: Arial, Helvetica, sans-serif;
  background: #faf6f3;
}

