body {
    background-color: #722726;
    font-family: helvetica; 
    position:static; 
}

h1 {
    font-family:helvetica; 
    font-size: 360%; 
    color: #ffffff; 
    position:absolute;
    text-align:center;
    height: auto;
    top:-10%;
    width:100%;  
}

h2 {
    line-height: 21px;
    font-family:helvetica; 
    font-weight: 100;
    font-size: 80%;
    color: white;
    position:absolute;
    top:60%;
    bottom:10%;
    text-align: center;
    height:auto;
    width:80%;
    padding-left: 10%;
    padding-right: 10%;
}

h3{
    font-family: helvetica; 
    font-weight:1500;
}

a {
    color:#ffffff;
    text-decoration: none;
}

a:hover {
    color:#a02;
}

ul {
    line-height:20px; 
    font-size: 87%;
    text-align: left;
}

.header {
    position:relative;
    border-style: dotted;
    border-width: thin; 
    border-color: #ffffff;
    width: 75%;
    min-width: 390px;
    height:150px;
    margin-left: auto; 
    margin-right: auto; 
    margin-top:11%;
}

.topmenu {
    z-index: 1;
    text-transform: uppercase;
    font-family: helvetica;
    font-weight:600;
    position:fixed;
    top:0;
    left:0; 
    height:auto;
    padding-top: 10px;
    padding-bottom:10px; 
    width:100%;
    min-width:900px;
    background-color: #47211e;
    color:red;
    text-align: left;
    padding-left: 10px;
}

.content {
    position:relative; 
    text-align: justify;
    line-height:18px;
    color: #ffffff;
    font-family: helvetica;
    font-weight: lighter;
    font-size: 87%;
    margin-top:3%;
    width:60%; 
    padding-left:20%;
    padding-right:20%;
    padding-bottom:200px;
}
