/* CSS Document */

/* top nav */
		.navcol1 {
			background-image:url(images/side-banner-logo.jpg);
			background-repeat:no-repeat;
			background-color:#F89671;
			table-layout: fixed;
			width:188px;
			}
		.navcol2 {
			background-image:url(images/curved-corner.jpg);
			background-repeat:no-repeat;
			background-position:top left;
			padding-top: 42px;
			padding-left:20px;
			table-layout: fixed;
			width: 655px;
			}
		.navcol3 {
			padding-top: 42px;
			table-layout: fixed;
			width:80px;
			}

/* rt column ########################### */

			#rtcolumn img {
				margin-top:20px;
				margin-bottom:15px;
			}
			.imgrt {
				float:right;
				margin-left:15px;
			}
			.imglt	{
				float:left;
				margin-right:15px;
			}
			.imgltnews	{
				float:left;
				margin-right:15px;
				margin-left:15px;
			}
			#rtcolumn p {
				margin-top:10px;
			}
			#rtcolumn #firstp {
				margin-top:0px;
			}
			#rtcolumn #firstpnews {
				margin-top:45px;
				padding-top:20px;
			}
			#fishinglg, #deutschepike {
				padding-right:30px;
			}
			
			img {
				border:0px;
			}
