
body {
    font-size: 14px;
    line-height:19px;
    color:#000;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
}
.wrapper {
    width:100%;
    margin:20px auto;
}
.logo {
    text-align: center;
    margin:0 0 2px 0;
    position: relative;
    z-index:100;
}

.slider {
    text-align: center;
    position: relative;
    z-index:80;
    height:300px;
    width:100%;
}
.sliderimage {
  height:300px;
  width:100%;
  background: transparent center center no-repeat;
}

.content {
    width:80%;
    max-width:980px;
    margin:0 auto;
    padding: 35px 0 15px;
    position: relative;
    left:0;
    top:0;
    z-index:20;
    background:#fff;
}
.content_left {
    float:left;
    width:60%;
    position: relative;
    left:0;
    top:0;
    z-index:19;
    background:#fff;
}

.content_right {
    float:right;
    width: 30%;
    font-size:12px;
}
.content_right h3 {
   margin:55px 0 20px;
    color:#834c54;
    font-size: 14px;
    line-height: 16px;
}
ul.downloadlist {
margin:0;
    padding:0;
    list-style-type: square;
    color:#57584f;
}
ul.downloadlist li {
margin:0 0 2px 15px;
}

.clearer {
    clear:both;
    float:none;
    margin:0;
    padding:0;
}
.footer {
    width:100%;
    border-top:1px solid #57584f;
    text-align:center;
    padding: 15px 0 0 0;
    font-size: 12px;
    color:#57584f;
}
.footercontent {
    width:80%;
    text-align: center;
    margin: 0 auto;
}

h1 {
    margin:0 0 30px 0;
    font-weight: normal;
    font-size:28px;
    line-height: 32px;
}
h2 {
    margin:0 0 10px 0;

    font-size:18px;
    line-height: 22px;
    color:#834c54;
}
p {
    margin:0 0 15px 0;
}
a {
    color:#834c54;
    text-decoration: none;
}
a:hover {
    text-decoration:underline;
}

@media (max-width:696px) {

    .content_left {
        float:none;
        width:100%;
    }

    .content_right {
        float:none;
        width: 100%;
        border-top:1px solid #834c54;
        padding: 15px 0;

    }
    .content_right h3 {
        margin:0 0 15px 0;
    }
    ul.downloadlist {
        margin:0 0 0 0;
    }

}