/*		----------------------------------		*/
/* 		Main Items...					*/
/*		----------------------------------		*/
.navigation {   top:0;
                left:0px;
                position:               fixed;
				border-bottom:		3px solid darkgray;
                padding-top:            10px;
                padding-left:           10px;
                width:                  100%;
                color:                  #000000;
                background-color:       #fffffe;
                height:                 90px;
                z-index:                1000;
				background-image:URL("BCP2.png");
			    background-size: 15%;
				background-position: top center;
				background-repeat: no-repeat;
}

.main{		padding-left:20px;
			background:		white;
			font-family: 		Arial, Helvetica, sans-serif ;
			font-size:		11px ;
			color:			Black ;
					padding-top:            120px;
}

.header{	font-family: 		Arial, Helvetica, sans-serif ;
	        font-size: 		38px ;
}

.myfooter{      left:0px;
                text-align:		left ;
                padding-left:10px;
                padding-right:30px;
                padding-top:10px;
                padding-bottom:30px;
				font-family: 		Arial, Helvetica, sans-serif ;
				font-size:		11px ;
				border-top:		3px solid darkgray;
				background-color:       #fffffa;
}		

.siteInfo{	text-align:		right;
        padding-left:10px;
        padding-right:30px;
		font-family: 		Arial, Helvetica, sans-serif ;
		font-size:		11px ;
}			


/*		----------------------------------		*/
/* 		Thumbnails etc...						*/
/*			filter:			shadow(color=gray, strength=3, direction=135); */
/*		----------------------------------		*/
.gap{	padding:		8px ;
		float:			left;
}


.tn{	background:		linen;
		padding:		5px ;
		float:			left ;
		text-align:		center ;
		border:			1px solid black;
		color:			steelblue;
}

.txt{	position:		relative;
		top:			1px;
		z-index:		10;
		color:			black;
		float:			both;
}

.ig{	border:			1px solid gray;
		height:			200px ;
}

.ig.hover{background:red;}

.n{		font-family: 	Arial, Helvetica, sans-serif ;
		font-size:		11px ;
		color:			black ;
		clear:			both;
}

.fname{	color:			black ;
		text-align:		left;
		top:			4px;
		vertical-align:	middle;
        width:          0px;
		height:			112px;
		font-size:		8px;
		float:			both;
		border-left:	0px solid darkGray;
			
}
