/* CSS Document */
body   {
	    font-family: Verdana, Arial, sans-serif;
		margin: 0px;
		padding: 0px;
		background: #FFFFFF;
		font-size: 76%; }
		
#wrapper {width: 650px;
          margin:auto;}
#header {
         border-bottom: 2px solid #000000;
         border-top: 2px solid #000000;
		 
		 background-repeat:no-repeat;
		 background-position:left;
		 height: 100px;
		 padding: 5px;
		 margin-top: 15px;
		  }
#header .title {padding-left: 105px;
                font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 2.25em;
				font-weight:bold;}
#header .addr {padding-left: 105px;
                font-family:Verdana, Arial, Helvetica, sans-serif;
               font-size: 1em;}
#header .box {position:absolute;
              left: 515px;
			  top: 32px;
              padding: 4px;
              float: right;
			  border: 1px solid #000000;
              font-size: .85em;
			  width: 270px;
             }
				
h1 { font-size:1.50em;}
	
h1 .pic {border-bottom: 2px solid #000000;
         border-top:none;}

h2 {font-size: 1.25em; 
    font-weight:bold;}
	
p {font-size: 1em;
   line-height:1.25em;}
   
.indent {padding-left: 25px;
         padding-right: 25px;}
		 
 a { text-decoration: underline;
		         color: #000000;}
		
a:hover { text-decoration: underline;
                       color: #960018; }
