/* Pretty Stuff
================================== */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#F0F0F0;
}


#branding {
  height: 100px;
  padding: 5px 5px;
  background-color:#800000;
}

#branding h1 {
  margin: 0;
  font-size: 170%;
  text-align: right;
  font-family: times new roman;
  font-size: 175%;
  font-stretch: condensed;
  font-weight: bold;
  color:#FFFFFF;
}


#content { 
  clear: both;
}


#footer{
  padding: 1px 20px;
  background: #800000;
  clear: both; 
  text-align:center;
  font-size: 12px;
  font-family:Arial;
  color: #FFFFFF;
}

#footer a{
color: #FFFF80;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

th {
background-color: #800000;
font-size: 100%;
font-family: verdana;
width: 14%;
color: #FFFFFF;
}

td {
font-size: 90%;
font-family: verdana;
width: 14%
}

p {
text-align:center;
font-size: 12px;
font-family:Arial;
}


