body {
    background-color: #eefcee;
    background-image: url(images/2.png);
    background-repeat: repeat;
    color: black;
    padding: 10px;
}
#center {
    width; 100%;
}
#container {
    width: 1000px;
}
#logo {
    position: relative;
    float: left;
    padding: 0px;
    margin-right: 0px;
    width: 250px;
}
#siteheader {
    position: relative;
    float: left;
    padding: 0px;
    margin-left: 30px;
    width: 400px;
    padding-top: 40px;
    text-align: left;
}
#main {
    font-family: arial, tahoma;
    font-size: 1em;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 3px 3px 5px #c7cfcc;
    position: relative;
    float: left;
    width: 682px;
    padding: 20px;
    margin-right: 20px;
    border-radius: 8px;
    text-align: justify;
}
#side {
    font-family: arial, tahoma;
    font-size: 0.9em;
    background-color: #4d4d4d;
    box-shadow: 3px 3px 5px #c7cfcc;
    color: white;
    border-radius: 8px;
    width: 180px;
    position: relative;
    float: left;
    text-align: left;
    padding: 10px;
    padding-top: 15px;
    box-shadow: 5,5,5,5 black;
}
.title {
    font-weight: bold;
    font-size: 1.1em;
}
.header {
    font-weight: bold;
}
.bullet {
    background-image: url(images/check.svg);
    background-repeat: no-repeat;
    background-position: 1px 3px;
    padding-left: 20px;
    margin-bottom: 5px;
    display: inline-block;
}
.no-svg .bullet {
    background-image: url(images/check.png);
}
img {
    border: 0px;
}
.label {
    width: 20px;
    display: inline-block;
    padding: 2px;
    padding-left: 7px;
    padding-right: 3px;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 4px;
}
.label img {
    width: 16px;
    height: 16px;
}
.field {
    display: inline-block;
    padding: 2px;
    padding-left: 30px;
    padding-right: 7px;
    line-height: 18px;
}
.field2 {
    display: inline-block;
    padding: 2px;
    padding-left: 0px;
    padding-right: 7px;
    line-height: 18px;
    margin-top: 4px;
}
.smalltext {
    font-size: 0.8em;
}
.smalltext td {
    padding-right: 4px;
}
#side a {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 2px;
    padding-left: 30px;
    padding-right: 7px;
    border-radius: 3px;
    background-image: url('images/mail.svg');
    background-repeat: no-repeat;
    background-position: 8px 3px;
    width: 80%;
}
.no-svg #side a {
    background-image: url('images/mail.png');
}
#side a:hover {
    color: white;
    background-color: #1ebd1c;
}