html {
  height: 100%;
}

html {
    background: #706F5B repeat-x url('images/bg.png');
}

body {
    width: 1000px;
    position: relative;
    background: #000;
    border: #ececd2 solid;
    border-width: 0 3px;
    margin: 0 auto;
    padding-bottom: 30px;
    font-family: georgia,"Helvetica Neue",Helvetica,"Lucida Grande",Arial,Verdana,sans-serif;
    font-size:75%;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:160%;
    min-height: 100%;
}

.alumni {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: -10px 10px no-repeat url('images/alumni_logo_only_200w.png');
  width: 210px;
  height: 115px;
}

body.keys {
  background: #000 top right no-repeat url('images/keys_500.png');
}

body.wine {
  background: #000 top right no-repeat url('images/wine.jpg');
}

body.mulledwine {
  background: #000 top right no-repeat url('images/glogii.jpg');	
}

h1 {
  text-align: right;
  vertical-align: top;
  font-size: 260%;
  color: #fff;
  background: -55px -55px no-repeat url('images/alumni_logo_tik_250w_invert.png');
  padding-right: 350px;
  line-height: 125px;
}

h2 {
  vertical-align: bottom;
  display: inline;
  font-size: 180%;
  font-weight: bold;
  border-bottom: dashed 2px #706F5B;
  margin: 0 0 20px;
}

h3 {
  font-size: 140%;
  padding: 0 0 10px;
}

h1, h3 {
  font-weight: bold;
}

.pad {
    padding-top: 20px;
}

ul.menu {
  padding: 20px 0 30px;
}

p,ul {
  padding: 0 0 20px;
}

.menu li {
  font-size: 120%;
  float: left;
  padding: 0 15px 0 0;
}

a, .menu li {
  color: #706F5B;
}

.menu li:hover {
  cursor: pointer;
  text-decoration: underline;
}

dl.times dt {
  float: left;
  clear: left;
}

dl.times dd {
  padding-left: 50px;
}

dt {
  font-size: 90%;
  font-weight: bold;
}

dd {
  margin: 0 0 8px 0;
}

dd ul {
    margin: 0 0 0 20px !important;
    padding: 0;
}
.clear {
 clear: both;
}

.clear.left {
 clear: left;
}

.tab img {
  float: right;
  border: solid 1px #706F5B;
  max-width: 50%;
  margin: 0 0 0 20px;
}

img.left {
  float: left;
  margin: 0 20px 10px 0;
}

.box .box_top_left {
  float: right;
  background: url('images/banner.png') top right no-repeat;
  width: 51%;
  height: 18px;
}

.box .box_top {
  background: url('images/banner.png') top left no-repeat;
  width: 51%;
  height: 18px;
}

.box .box_bottom_left {
  float: right;
  background: url('images/banner_btm.jpg') top right no-repeat;
  width: 27px;
  height: 18px;
}

.box .box_bottom {
  background: url('images/banner_btm.jpg') top left no-repeat;
  width: 100%;
  height: 18px;
}

.box .content {
  margin: 0 0 0 30px;
  padding: 0 30px 0 0;
  background: url('images/body.jpg') top right repeat-y;
  min-height: 565px;
}

.box .content-left {
  background: url('images/body.jpg') top left repeat-y;
}

.box {
  margin: -40px 300px 0 50px;
  padding-bottom: 0;
}

.copy {
  font-size: 90%;
  text-align: right;
  margin: 8px 313px 0 15px;
  color: #fff;
}
