/*Page Setup*/

body {
      background-color: white;
      color: black;
			text-align: center;
			position: relative;
			}
							
#masthead {
          width: 990px;
					height: 95px;
					background: url("../graphics/archive1_article_header.jpg");
					text-align: center;
					position: relative;
          }			
					
#container {
            width: 650px;
						margin: 25px auto;
					 }
					 
#bookmarks {
           width: 500px;
					 margin: 25px auto;
					 border: solid 1px silver;
					 padding: 20px 5px;
					 text-align: left;
					 position: relative;
           }
					 
#bookmarkHead {
               position: absolute;
               margin-top: -31px;
               margin-left: 5px;
               padding-left: 4px;
               background: white;
               width: 11em;
							 color: black;
							 font: small/150% verdana, sans-serif;							 
               } 

#bkSu {
      background: url("http://cdn.stumble-upon.com/images/16x16_su_solid.gif") no-repeat bottom left;
      padding-left: 20px;
			margin-left: 35px;
      }
			
#bkFb {
       background: url("http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981") no-repeat bottom left;
       padding-left: 20px;
			 margin-left: 8px;
      }
			
#bkDt {
       background: url("../../graphics/digg.gif") no-repeat bottom left;
       padding-left: 20px;
			 margin-left: 8px;
      }
			
#bkDl {
       background: url("http://static.delicious.com/img/delicious.gif") no-repeat bottom left;
       padding-left: 20px;
			 margin-left: 8px;
      }

/*---------------------------------------------------------------*/
		
/*Text*/
			
					 
h1 {font: 16px verdana, sans-serif; 
	 color: black; 
	 text-align: justify;
    
		}
		
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: center;
	 background: url("../graphics/linkback.jpg") no-repeat 52% bottom;
	 padding: 0 0 12px 0;
    }
		
h5 {font: bold 12px verdana, sans-serif; 
	 text-align: center;
	 }
					

p {
   font: small/150% verdana, sans-serif; 
	 color: black; 
	 text-align: justify;
	 }
	 
#copyright {
           font: 10px verdana, sans-serif; 
	         color: silver; 
	         text-align: center;
					 margin: auto;
					 }

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

#articleUrl {
             margin: auto;
						 }

.button {
float: right;
margin: 15px;
}
.pictureLeft {
             margin: 15px 15px 15px 0;
             float: left;
						 }

.picturetext {float: right;
         text-align: center;
         margin: 10px 20px;
				 font: bold x-small arial, sans-serif;
				 color: #006699;
				 border: 1px solid silver;
				 }
				 
.picturetext p {
                font: bold x-small arial, sans-serif;
				        color: #006699;
								text-align: center;
								margin: 0 4px;
								}

/*---------------------------------------------------------------*/
/*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;
					display: block;
					float: left;
					margin-right: 4px;
				 }

.navLink2:link, .navLink2:visited {
          color: white;
					padding: 5px 0.8em;
					background: black;
					text-decoration: none;
					border: solid 1px white;
					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: solid 1px #cc9933;
                                                  }
			
#navLev1 {
          position: absolute;
          z-index: 2;
					top: 2em;
					left: 175px;
					width: 52em;
					text-align: left;
          }
	
#navLev2 {
          position: absolute;
          z-index: 3;
					top: 3.5em;
					left: 200px;
					width: 52em;
					text-align: left;					
					}
				 
		
#navBar {
					font: bold small verdana, sans-serif;
				}														

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