


body { background: #D7CFE8;  text-align: center; }



#layout {  margin:0 auto;  bottom:0;  width:800px;  background:url('graphics/bg.jpg') repeat-y; }




#image { position:relative;  margin:0; width: 800px; height: 200px; background-image: url(graphics/header.jpg); background-repeat: no-repeat;  }




#main {  position:relative;  margin:0;  min-height:150px;  width:800px;  
 }




#content { position:relative; right: 60px; margin-top: -40px; width: 680px;   float:right;  }


.cont_title {  font-family: Arial, Helvetica; color: #6B6B6B; letter-spacing: 1pt; font-weight: bold; font-size: 10pt; text-align: center; border-bottom: 1px solid #6B6B6B; padding: 1px 1px 1px 10px;  }

.cont { font-family: Arial, Helvetica; color: black;  font-weight: normal; font-size: 8pt; text-align: justify;     padding: 2px 2px 2px 2px;   }

.cont td { font-family: Arial, Helvetica; color: black;  font-weight: normal; font-size: 8pt; text-align: justify;     padding: 2px 2px 2px 2px;   }


.cont a:link { text-decoration: none;  color: #7B7992;  }
.cont a:active { text-decoration: none;  color: #7B7992;  }
.cont a:visited { text-decoration: none;  color: #7B7992;  }
.cont a:hover { text-decoration: underline;  color: #7B7992;  }






#footer {  position:relative;  clear:both;  margin:0;  padding:0;  width:800px;  height:50px;  background:url('graphics/footer.jpg');  }


