
body{
    margin: 0 auto;
    font-family: verdana;
    font-size: 75%;
    color: #AEAEAE;
}

#container{
    margin: 100px auto;
    width: 602px;
}

#header{
    width: 604px;
    position: relative;
    float: left;
    margin-bottom: 1px;
}


#brochure_image{
    position: relative;
    float: left;
    background:url('../images/brochure_image.jpg') no-repeat;
    width: 602px;
    height: 366px;
    border: 1px solid #EBE9ED;
}

#footer{
    width: 597px;
    position: relative;
    float: left;
    margin-top: 1px;
    padding-left: 4px;
    padding-top: 3px;
}

.space{
    padding-left: 1px;
    padding-right: 1px;
}

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

a:hover{
    color: #000000;
    border-bottom: 1px dotted #000000;
}
