
/* Presentation Stylesheet */ 

body {
 background-image: url(../img/bg.gif);
 background-repeat: repeat;
 }

#wrapper {
 background-image: url(../img/bg2.gif);
 background-repeat: repeat-x;
 background-position: top left;
 background-color: transparent;
 height: 450px;
 }

.sectionhead a {
 color: white;
 }

.author {
 margin-left: 16px;
 color: #515151;
 font-weight: bold;
 font-size: 80%;
 display: block;
 }

.sponsoring {
 margin-left: 10px;
 }

.sponsoring a {

 }

.sponsoring img {
 border: 1px solid #515151;
 padding: 1px;
 background-color: #ffffff;
 }