body {
  margin: 0px;
  padding: 0px;
  font-family: AvantGarde, Helvetica, sans-serif;
}

#headerleft { width: 50%;
          float: left;
          font-weight: bold;
          font-size: 60px;
          color: #000000;
          background: #ffffff;
          text-align: right;
          }
          
#headerright { font-weight: bold;
          font-size: 60px;
          color: #ffffff;
          background: #000000;
          text-align: left;
          }


#pic {  float: left;
        width: 50%;
        height: 80%;
        background: #000000;
        margin: 0px;
        padding-top: 40px;
        padding-bottom: 40px;

	   }
	   
.text { float: right;
        width: 35%;
        background: #ffffff;
        margin: 40px;
        margin-left: 0px;
        line-height: 150%;
        font-size: 15 px;
        }
        

.date {text-align: right;
       font-size: 11px;
       font-style: italic;
       margin-top: 20px;
       margin-bottom: 80px;
       }
        
.all { float: right;
        width: 35%;
        background: #ffffff;
        margin: 40px;
        margin-left: 0px;
        line-height: 150%;
        font-family: AvantGarde, Helvetica, sans-serif;
        font-size: 11px;
        }
        
.nav { font-size: 20px;
       text-align: center;
       vertical-align: bottom;
      }

a { text-decoration: none;
     font-weight:bold;
     background-color: none;}

a:link {color: #666666;}

a:visited {color: #999999;}

a:active {color: #666666;}

a:hover {
   color: #000000;
   border-width: 0px;
   border-bottom-width: 1px;
   border-color: #666666;
}

#footer { clear: both;
	       width: 100%;
          border-top: 1px solid #000000;
          padding: 0px;
          font-size: 10px;
          text-align: right;
	}
	
.imgcontainer { width: 320px;}
