/* ----- CSS ----- */

*{
margin:;
padding:;
font-family: Arial, Helvetica, sans-serif;
font-size:;
}
#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:980px;
  height: 100%;
  margin: auto;
  padding:;
  background:#C72324;
}

/* ----- CLASSES ----- */

.hide{
display:none;
}
.show{
display:block;
}
.row{
clear: both;
}
.row ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.row li {
    list-style-type: none;
    display: inline;
}
.row a {
    border: 0px;
    text-decoration: none;
    padding: 0px 0px;
}

.ri{
    float: left;
    white-space: normal;
}
.right{
    float: right;
    white-space: normal;
}
.center{
    text-align: center;
}

.timeline1l{
    float: left;
    white-space: normal;
    color: #dfb50b;
    margin: 5px;
}
.timeline2r{
    float: right;
    white-space: normal;
    color: #dfb50b;
    margin: 5px;
}
.timeline{
    color: #dfb50b;
    margin: 5px;
}

/* ----- HEADINGS ----- */

h1{ text-align: center;
    color: #dfb50b;
    font-family: Bookman, Serif;
}
h2{
}
h3{
}
h4{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
border: 0px;
}
img a{
border: 0px;
}

/* ----- PARAGRAPHS ----- */

p{
font:;
color:;

font-size:;
font-family:;
font-style:;
font-weight:;
font-variant:;

text-align:;
text-indent:;
text-decoration:;
text-shadow:;
text-transform:;
}