body {
  background: #fff0e0;
  color: black;
  font-family:sans-serif
}

h1 {
  text-align: center;
}

h2 {
  margin:0.5em 1em 1em 1em;
  text-align: center;
}

h3 {
  margin:0.5em 1em 1em 1em;
  text-align: center;
}

div.main
{
  padding:0.0em;
  left:15%;
  top:0;
  width:70%;
  min-height:100%;
  color:black;
  text-align: center;
  position:absolute;
  background-color:#fffaf8;
  z-index:-1;
}

div.container
{
  position:absolute;
  top:0;
  width:70%;
  min-height:100%;
  margin:0 0 0 15%;
  padding:0;
  line-height:100%;
  background-color:#fffaf8;
  z-index:0;
}

div.header
{
  padding:2em 0.5em 1em 0.5em;
  color:black;
  clear:left;
  text-align:center;
}

div.footer
{
  padding:0.5em;
  color:black;
  clear:left;
  text-align:center;
  text-transform:uppercase;
  font-size:75%
}

div.fest_schedule_left
{
  float:left;
  margin:0;
  text-align:right;
  padding:0 1em;
  width:25%;
}

div.fest_schedule_main
{
  margin:1em 0 1em 30%;
  border-left:1px solid gray;
  text-align:left;
  padding:0 1em;
  width:70%;
}

p.page_title
{
  margin:0.5em 1em 1em 1em;
  color:black;
  text-align:left;
  font-size:200%;
  font-weight:bold;
}

div.left_matter
{
  margin:0px;
  position:absolute;
  top:10px;
  left:20px;
  width:17%;
  z-index:1;
}

p.text
{
  line-height:125%;
  margin:0.5em 1em 1em 1em;
  color:black;
}

span.float_title
{
  float:left;
  font-size:200%;
  line-height:80%;
  position:relative;
  top:0.15em;
  margin:0 0.5em 0 0;
  text-transform:uppercase;
}

img.logo {
  z-index:1;
  position:absolute
  left:0px;
  top:0;
  border:0;
  width:100%;
}

a.sidebar:link {              /* unvisited link */
  color:black;
  text-decoration:none}
a.sidebar:visited {           /* visited link */
  color:black;
  text-decoration:none}
a.sidebar:hover {             /* mouse over link */
  color:black;
  text-decoration:underline}
a.sidebar:active {            /* elected link */
  color:black;
  text-decoration:none}

a.event {              /* unvisited link */
  color:white;
  text-decoration:none}

