/* BODY STRUCTURE */

#index_content {
      margin: 0 0 0 200px;
      padding: 1em;
      position: relative;
      right: 100%;
      overflow: hidden;
      width: 525px;
      background-image: url(../images/index_background.png);
      background-repeat: no-repeat;	
      background-position: top left;
      min-height: 600px;
}


/* HEADER */

#index_header {
     clear: both;
     float: left;
     width: 100%;
     height: 200px;
     vertical-align: top;
     background-image: url(../images/index_header_background.png);
     background-repeat: no-repeat;
     margin: 0 0;
}


/* HEADINGS */

h3#index {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 120%;
}


/* LISTS */

dl {
    font-family: Verdana, Arial, sans-serif;
    font-size: 95%;
    line-height: 140%;
    margin-left: .5em;
}


/* IMAGES */

img#payment {
    float: right;
    border: 0;
}
img.association_logo {  
    margin: 30px .5em 30px .5em;   
    border: 0;
}