/*Page Setup*/

body {
      background-color: black;
      color: black;
			text-align: center;
			position: relative;
			margin: auto;
			text-align: center;
			width: 1020px;
			}
							
#masthead {
          width: 990px;
					height: 151px;
					background: url("../graphics/archive1_header.jpg");
					text-align: center;
					margin: auto;
          }		
					
#headerTitle {
             position: absolute;
             z-index: 1;
					   top: 12px;
					   left: 435px;
             }	
						 
#headerTitle p {

                padding-top: 0;
								}
 
						 
#container {
            width: 990px;
						margin: 0 auto;
						background: white url("../graphics/archive1_topbar.jpg") no-repeat top;
						margin: 15px auto auto 0;
						text-align: center;
						margin: auto;
						}
						
#bottomBar {
         background: url("../graphics/archive1_bottombar.jpg") no-repeat;
				 width: 990px;
				 height: 38px;
				 clear: both;
         }			

#block1,
#block2,
#block3,
#block4 {
         float: left;
				 width: 24%;
				 margin: 50px 0;
				 }		 
				 
#block2,
#block3,
#block4 {
background: url("../graphics/divider.jpg") repeat-y;

}
				 
				 
/*---------------------------------------------------------------*/
		
/*Text*/
			
					 
h1 {font: italic bold 20px verdana, sans-serif; 
	 color: #996633; 
	 text-align: center;
	 margin-bottom: 0; 
		}
		
h2 {font: bold 20px verdana, sans-serif; 
	 color: black; 
	 text-align: center;
	 	}
				
h3 {font: italic 22px Times New Roman, serif; 
	 color: #996633; 
	 text-align: center;
    }				
		
h4 {font: bold 12px verdana, sans-serif; 
	 text-align: left;
	 padding: 0 0 12px 21px;
	 margin-bottom: 0;
	 background: url("../graphics/linkback.jpg") no-repeat 30% bottom;
    }			

p {
   font: small verdana, sans-serif; 
	 color: black; 
	 text-align: justify;
	 padding: 0 18px;
	 margin-top: 0;
	 }
	 
#headerTitle p {
                margin-top: 0;
								} 
	 
#copyright {
           font: 10px verdana, sans-serif; 
	         color: silver; 
	         text-align: center;
					 margin: auto;
					 }

/*---------------------------------------------------------------*/
/*Graphics*/
#articleLogo {
              float: left;
							margin: 8px auto auto 14px;
							}

#articleUrl {
             margin: auto;
						 }

.buttonImg {
width: 200px;
margin: auto;

}


/*---------------------------------------------------------------*/
/*Navigation*/


						
a:link {color: #996633; text-decoration: none;}
a:visited {color: #996633; text-decoration: none;}
a:active {color: #996633; text-decoration: none;}
a:link:hover, a:visited:hover {color: gray; text-decoration: none;}
a img {border: none;}

.navLink:link, .navLink:visited {
          color: black;
					padding: 5px 0.8em;
					background: white;
					text-decoration: none;
					border-top: solid 1px black;
					border-right: solid 1px black;
					border-left: solid 3px gray;
					border-bottom: solid 2px silver;
					display: block;
					float: left;
					margin-right: 4px;
				 }

.navLink2:link, .navLink2:visited {
          color: white;
					padding: 5px 0.8em;
					background: black;
					text-decoration: none;
					border-top: solid 1px white;
					border-right: solid 1px white;
					border-left: solid 3px silver;
					border-bottom: solid 2px silver;
					display: block;
					float: left;
					margin-right: 4px;
				 }
				  
.navLink:link:hover,
.navLink:visited:hover,  
.navLink:link:focus,
.navLink:visited:focus   {
                                                  background: #996633;
																									color: white;
                                                  }

.navLink2:link:hover,
.navLink2:visited:hover,
.navLink2:link:focus,
.navLink2:visited:focus   {
                                                  color: #cc9933;
																									border-top: solid 1px #cc9933;
					                                        border-right: solid 1px #cc9933;
					                                        border-left: solid 3px #cc9933;
					                                        border-bottom: solid 2px #cc9933;
                                                  }
			
#navLev1 {
          position: absolute;
          z-index: 2;
					top: 7em;
					left: 250px;
					width: 60em;
					text-align: left;
          }
	
#navLev2 {
          position: absolute;
          z-index: 3;
					top: 9em;
					left: 280px;
					width: 60em;
					text-align: left;					
					}
				 
		
#navBar {
					font: bold 10px verdana, sans-serif;
				}				


#guestbook {
float: left;
background-color: black;
margin-right: 4px;
display: none;
width: 4.8em;
text-align: center;
}

