body {
  text-align: center;
  background: #99CCFF url('gradient.png');
  background-repeat: repeat-x;
}

body.papers {
  text-align: center;
  background: #FFFFFF url('gradient_papers.png');
  background-repeat: repeat-x;
}

table#header { 
  position: absolute;
  left: 295px;
  top: 40px
}

#content_block {
  position: relative;
  margin: 0 auto;
  width: 800px;
  text-align: left;
}

#page_title {
  position: absolute;
  left: 55px;
  top: 250px;
  width: 200px;
  font-family: Arial;
  font-size: 30;
  text-align: center;
  color:#ffcc33;
}

#text_background {
  position: relative;
  left: 300px;
  width: 460px;
  background: #FFFFFF;
  border: 1px blue solid;
}

#text {
  position: relative;
  left: 20px;
  font-family: Arial;
  width: 420px;
}

#text td a {
  font-weight: bold;
}

#images {
  position: relative;
  left: 320px;
  top: 50px;
  width: 420px;
  height: 200px;
}

#images_column {
  position: relative;
  margin: auto 0;
  top: 20px;
}

#papers_column {
  position: absolute;
  left: 150px;
  top: 270px;
  width: 500px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Times;
  font-size: 14;
  text-align: justify;
}

#home_text {
  position: absolute;
  left: 360px;
  top: 220px;
  width: 400;
  font-family: Arial;
  font-size: 20;
  color:#ffcc33;
  text-align: left;
}

a {
  color: #773300;
  text-decoration: none;
}

a:hover {
  color: #DD6600;
  text-decoration: none
}

#home_footer {
  position: relative;
  margin: 0 auto;
  left: 315px;
  top: -100px;
  font-family: Century Gothic;
  font-size: 18;
  font-weight: bold;
  color:#3333ff;
}

#home_footer table {
  font-weight: bold;
  color:#2222ee;
}

#footer {
  position: relative;
  margin: 0 auto;
  left: 200px;
  top: 10px;
  font-family: Century Gothic;
  font-size: 18;
  font-weight: bold;
  color:#3333ff;
}

#footer table {
  font-weight: bold;
  color:#2222ee;
}

#about_image {
  position: absolute;
  left: 68;
  top: 320;
}

.promotion {
  background: #00CFC0;
  border: 1px solid black;
}

.promotion .quote {
  font-family: Verdana;
  font-size: 16;
  font-style: italic;
}

.promotion .title {
  font-family: Papyrus;
  font-size: 30;
  font-weight: bold;
  text-align: center;
}

.promotion .subtitle {
  font-family: Papyrus;
  font-size: 30;
  text-align: center;
}

.promotion .when {
  font-family: Verdana;
  font-size: 22;
  text-align: center;
}

.promotion .where {
  font-family: Verdana;
  font-size: 22;
  text-align: center;
}

.promotion .abstract {
  font-family: Verdana;
  font-size: 18;
  text-align: center;
}

.promotion .standard {
  font-family: Verdana;
  font-size: 16;
}

.promotion img.profile {
  width: 80px;
  height: 100px;
}
