a:visited {
    color: #735;
    text-decoration: none;
}

a:link {
    color: #357; 
    text-decoration: none;
}

a:link:hover {
    color: #735;
    text-decoration: underline;
}

a:visited:hover {
    color: #735;
    text-decoration: underline;
}

body { 
    background-color: grey;
    margin: 0em;
}

body, table, P, dt, dl, select, input {
    font-family: "Palatino Linotype", Palatino, Georgia, serif;
    font-size: medium;
    line-height: 150%;
}

blockquote { 
    font-style: italic;
}

#mainblock {
    height: 100%;
    position: relative; /* So that descendants can be absolutely placed */
    margin: 0;
    padding: 0;
    background-color: grey;
}

#sideblock { 
    width: 200px;
    margin: 0;
    padding: 0;
    background-image: url(pictures/collaged_03.jpg);
    background-repeat: no-repeat;
    background-color: #666733;
    vertical-align: top;
    font-size: medium;
}

#sideblockspacer { 
    margin-top: 150px;
}

#sideblocktext p { 
    border: 0;
    padding: 0;
    margin: 0;
}

#sideblocktext img { 
    border: 0;
    padding: 0;
    margin: 0;
}

#sideblocktext a { 
    color: white;
    text-decoration: none;
}

body { 
    background-color: grey;
    margin: 0em;
}


#cornerblock { 
  width: 200px;
  padding: 0;
  margin-top: 1em;
  color: white;
  background-image: url(pictures/collaged_01.jpg);
  background-repeat: no-repeat;
}
#titleblock { 
    margin: 0;
    height: 139px;
    padding: 0;
    border: 0;
    background-color: #666733;
    background-image: url(pictures/collaged_02.jpg);
    background-repeat: no-repeat;
  
    color: white;
}

#pageblock {
    padding: 2.5em;
    border: 0px solid black;
    background-image: url(pictures/collaged_04.jpg);
    background-repeat: no-repeat;
    background-color: white;
    vertical-align: top;
}

.imgbox {
    text-indent: 0;
    border-top: 1px solid #ddd; 
    border-right: 1px solid #bbb; 
    border-bottom: 1px solid #bbb; 
    border-left: 1px solid #ddd; 
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
