* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
html, body {
    height: 100%;
    background-image: url('../images/background.png');
    background-repeat: repeat-x;
    font-family: "Trebuchet MS","Verdana","sans-serif";
    font-size: 14px;
    color: #313333;
    line-height: 1.5em;
}
a {
    text-decoration: none;
    color: #313333;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
h2 {
    font-size: 22px;
    font-weight: bold;
}
h3 {
    font-size: 18px;
    font-weight: bold;
}
input {
    border: 1px solid #313333;
    color: #313333;
}
select {
    border: 1px solid #313333;
    color: #313333;
}
textarea {
    border: 1px solid #313333;
    color: #313333;
}
form {
    color: #313333;
}
#content {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0;
    width: 960px;
    background-color: #fff;
}
#grey_top {
    width: 100%;
    height: 50px;
    background-image: url('../images/background_top.png');
    background-repeat: repeat-x;
}
#links_top {
    position: relative;
    top: 12px;
    left: 23px;
    font-size: 13px;
}
#logo {
    width: 143px;
    height: 129px;
    position: relative;
    top: -8px;
    left: -23px;
    float: right;
    background-image: url('../images/logo.png');
}
#menu {
    position: relative;
    top: 94px;
    left: 23px;
    font-size: 20px;
}
#header {
    width: 914px;
    height: 300px;
    position: relative;
    top: -4px;
    left: 23px;
}
#teaser {
    width: 505px;
    height: 113px;
    position: relative;
    top: -50px;
    left: 23px;
    padding: 12px 5px 5px 5px;
    background-color: #7e0002;
}
#teaser p {
    padding: 11px 0 0 4px;
    font-size: 16px;
    line-height: 1.7em;
    color: #fff;
}
#image {
    width: 935px;
    padding: 24px 23px 24px 23px;
    margin-top: -55px;
}
#image_left {
    width: 660px;
    min-height: 600px;
}
#image_left p {
    margin-top: 10px;
}
#footer {
    position: relative;
    height: 68px;
    width: 960px;
    margin: auto;
    overflow: hidden;
}