/*Page Setup*/

body {
      background-color: black;
      color: white;
			text-align: left; 
			width: 1024px;
			margin: auto;
			position: relative;
			}
							
#masthead {
          width: 990px;
					height: 160px;
					background: black;
					text-align: center;
					}			
					
#subMenu {
padding: 0 30px 0 10px;
float: left;
background: #66ccff;
margin-right: 40px;
margin-top: 5px;
}
	
#container {
            width: 745px;
						margin: 5px auto 0 auto;
						float: left;
						padding: 0;
						border: solid 1px #66ccff;
					 }
					 
#container p {padding-left: 20px; padding-right: 20px;}				 
				 
		
#footer {
clear: both;
width: 100%;
}
					 
/*---------------------------------------------------------------*/
		
/*Text*/
			
					 
h1 {font: 16px verdana, sans-serif; 
	 color: #66ccff; 
	 text-align: justify;
    
		}
		
h2 {font: bold italic 20px garamond, serif; 
	 color: #66ccff; 
	 text-align: center;
		}
		

				
h3 {font: italic 22px Times New Roman, serif; 
	 color: #66ccff; 
	 text-align: center;
    }				
		
h4 {font: bold italic 20px garamond, serif; 
	 text-align: center;
    }			

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

/*---------------------------------------------------------------*/
/*Graphics*/
#articleLogo {
              float: left;
							position: relative;
							top: -10px;
							left: -15px;
							}

#articleUrl {
             margin: auto;
						 text-align: center;
						 }

.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: white;}
a:visited {color: white;}
a:active {color: red;}
a:link:hover, a:visited:hover {color: silver;}
a img {border: none;}

.navLink:link, .navLink:visited {
          color: #66ccff;
					padding: 5px 0.8em;
					background: black;
					text-decoration: none;
					display: block;
					float: left;
					margin-right: 4px;
					border: solid 1px #66ccff;
				 }

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

.navLink2:link:hover,
.navLink2:visited:hover,
.navLink2:link:focus,
.navLink2:visited:focus {
                                                  color: #ffffcc;
																									border: solid 1px #ffffcc;
                                                  }
			
#navLev1 {
          position: absolute;
          z-index: 2;
					top: 7.5em;
					left: 360px;
					width: 52em;
					text-align: left;
					}
	
#navLev2 {
          position: absolute;
          z-index: 3;
					top: 9.2em;
					left: 385px;
					width: 52em;
					text-align: left;	
					}
				 
		
#navBar {
					font: bold small verdana, sans-serif;
				}				
				

#guestbook {
border: solid 1px white;
float: left;
background-color: #66ccff;
margin-right: 4px;
display: none;
width: 7.5em;
text-align: center;
padding: 0;
overflow: hidden;
}

h2 a:link {color: #ff6600;}

#subMenu a:link:hover, #guestbook a:visited:hover {font: bold italic 20px garamond, serif; color: black;}
#subMenu a:link, #guestbook a:visited {font: bold italic 20px garamond, serif; color: white;}
#articleUrl h4 {
               font: bold italic 42px garamond, serif;
               margin-top: 0; 
							 } 
#articleUrl h4 a:link, #articleUrl h4 a:link:visited {			 
							 color: #66ccff;
							 }