/*Page Setup*/

body {
      background: white;
      color: black;
			text-align: center;
			position: relative;
			}
			
#shadow {
        background: url("../graphics/shadleft.jpg") repeat-y left;
				width: 900px;
				margin: auto;
				padding-left: 10px;
				position: relative;
				text-align: left;
        }
				
#shadtop {
         background: white;
				 position: absolute;
				 left: 0;
				 top: 0;
				 height: 10px;
				 width: 10px;
         }
				
#shadbot {
width: 900px;
background: url("../graphics/shadbot.jpg") repeat-x bottom;
height: 10px;
margin-left: -10px;
margin-bottom: 0;
}

#shadcorn {
           background: url("../graphics/shadcorn.jpg") no-repeat;
					 width: 10px;
					 height: 10px;
					 }
							
#masthead {
          width: 900px;
					height: 105px;
					text-align: center;
					margin: 0 auto;
					background: white url("../graphics/newsbak.jpg");
					position: relative;
          }		
					
#headerTitle {
             position: absolute;
             z-index: 1;
					   top: 40px;
					   left: 0;
             }	
						 
#headerTitle p {
                padding-top: 0;
								}
 
#date {
      position: absolute;
			right: 14px;
			top: 20px;
			font: bold italic 16px garamond, serif;
			color: gray;
      }
						 
#container {
            width: 899px;
						height: 620px;
						margin: 0 auto;
						text-align: center;
						position: relative;
						background: white url("../graphics/newsbak.jpg");
						
						border-right: solid 1px black;
						}
		
#centreFrame {
             width: 550px;
						 text-align: center;
						 margin: auto;
						 position: relative;
						 top: 5em;
						 }
						


#story {
        width: 550px;
        margin: auto;
        background: white;
				height: 500px;
        }
				
#leftPanel {
           width: 120px;
					 background: white;
					 position: absolute;
					 left: 0;
					 top: 5em;
					 height: 500px;
					 }
					 
#menuFrame {
height: 500px;
width: 148px;

}

.sections {
          width: 118px;
          font: bold italic 14px arial, sans-serif;
					color: white;
					background: gray;
					text-decoration: none;
					padding: 1px 0;
					display: none;
					margin: 2px 0;
					float: left;
					border: solid 1px white;
}

.classLink {
          width: 120px;
          font: bold italic 14px arial, sans-serif;
					color: white;
					background: gray;
					text-decoration: none;
					padding: 1px 0;
					display: block;
					margin: 2px 0;
					float: left;
					border: solid 1px white;
          }
					 
#classifieds {
             position: absolute;
					 right: 10px;
					 top: 5em;
						 width: 120px;
             }
					 
.pageLink:link,
.pageLink:visited {
width: 120px;
          font: bold 16px garamond, serif;
					color: black;
					background: white url("../graphics/newsbak.jpg");
					text-decoration: none;
					padding: 1px 0;
					display: block;
					margin: 0;
					float: left;
					}
					
				
.pageLink:link:hover {
          width: 120px;
          font: bold 16px garamond, serif;
					color: white;
					background: red;
					text-decoration: none;
					padding: 1px 0;
					display: block;
					margin: 0;
					float: left;
					}

.content {
         width: 120px;
				 background: white;
				 display: none;
				 margin: 0;
				 float: left;
         }
				 
.contentLink:link,
.contentLink:visited,
.contentLink:link:hover,
.contentLink:visited:hover {
              font: 10px verdana, sans-serif; 
	            color: black; 
	            text-align: center;
							text-decoration: none;
							width: 120px;
							display: block;
							border-bottom: solid 1px silver;
							background: white url("../graphics/newsbak.jpg");							
             }
.menuLink {height: 1px; color: silver; background: silver; margin-bottom: 0;}
/*---------------------------------------------------------------*/
		
/*Text*/
			
					 
h1 {font: bold italic 14px verdana, sans-serif; 
	 color: black; 
	 text-align: center;
	 margin: 0;
	 padding-top: 5px;
	 background: white url("../graphics/newsbak.jpg");
		}
		
h2 {font: bold 20px verdana, sans-serif; 
	 color: black; 
	 text-align: center;
	 	}
				
h3 {font: italic 22px Times New Roman, serif; 
	 color: #663399; 
	 text-align: center;
    }				
		
h4 {font: bold 16px verdana, sans-serif; 
	 text-align: left;
	 padding: 0 18px;
	 margin-bottom: 0;
    }			

p {
   font: 10px 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: 0;
							}

#articleUrl {
             margin: auto;
						 width: 900px;
						 background: white url("../graphics/newsbak.jpg");
						 position: relative;
						 }
#urllink {
color: white;
font: bold italic 30px arial, serif;
background: red;
letter-spacing: -0.05em;
text-decoration: none;
padding: 25px 10px;
display: block;
width: 450px;
margin: auto;
}

#banner {
       position: absolute;
			 top: 0;
			 left: 200px;
			 }


#boat {
       position: absolute;
			 top: 0;
			 right: 0;
			 }
#free {
       position: absolute;
			 bottom: 0;
			 left: 0;
			 }
	
#free	img {	 
			  margin: 0;
			 padding: 0;
			 display: block;
			 }

#corner {
       position: absolute;
			 bottom: 0;
			 right: 0;
			 }
#corner img {	 
			  margin: 0;
			 padding: 0;
			 display: block;
			 }
/*---------------------------------------------------------------*/
/*Navigation*/

a:link {color: white;}
a:visited {color: white;}
a:active {color: silver;}
a:link:hover, a:visited:hover {color: silver;}
a img {border: none;}

.navLink:link, .navLink:visited {
          color: white;
					padding: 0.4em 0.8em;
					background: #333333;
					text-decoration: none;
					display: block;
					float: left;
					margin-right: 0;
					border-left: solid 3px white;
					border-top: solid 4px #333333;
					border-bottom: solid 4px #333333;
				 }

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

.navLink2:link:hover,
.navLink2:visited:hover,
.navLink2:link:focus,
.navLink2:visited:focus 
                       {
                       color: silver;
											 }
			
#navLev1 {
          position: absolute;
          z-index: 2;
					top: 0;
					left: 0;
					
					text-align: left;
					
					
          }
	
#navLev2 {
          position: absolute;
          z-index: 3;
					top: 2.5em;
					left: 0;
					
					text-align: right;
					
					}
				 
		
#navBar {
					font: bold small verdana, sans-serif;
				}																		


#guestbook {
float: left;
background-color: #006699;
margin-right: 0;
display: none;
width: 98px;
text-align: center;
border-right: solid 3px white;
}
#votebongo {position: absolute; top: -90px; right: 240px; z-index: 4;}