/* CSS STYLE SHEET FOR FatCat Guide Service */

		body
			{	font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: medium;
				background-image: url(../photos/gradient599454.png);
				background-position: inherit;
				background-repeat:repeat;
				color: #ffffff;
			}

/*dark blue backing*/
		/*#backing
			{	padding:5px;
				width: 960px;
				background-color: #ffffff;
				margin-right: auto;
				margin-left:auto;
			}
		*/
/*white backing*/
		/*#backing_2
			{	padding:5px;
				width: 950px;
				background-color: #ffffff;
				margin-right: auto;
				margin-left:auto;
			}
			*/
		#banner
			{
			padding-top: 5px;
			padding-right: 10px;
			padding-bottom: 0px;
			padding-left: 10px;
				width: 910px;
				color:#ffffff;
				/*background-image: url(../photos/new-1_900pixel.jpg);
				background-color:	#ffffff;*/
				font-size: 1em;
				font-weight: bold;
				margin-top: 0px;
				margin-right: auto;
				margin-bottom: 0px;
				margin-left: auto;
				text-align: center;
			}
					#banner a
						{
							padding: 3px;
							background-color: #ffffff;
							border: 1.5px solid #000033;
							border-right: 3px solid #000033;
							border-bottom: 4px solid #000033;
							width: auto;
							font-size: .7em;
							margin-bottom: .5em;
							display:inline;
						}
					#banner a:link
						{	color: #0033ff;		/*#0033FF;*/
							border: 1.5px solid #000033;
							border-right: 3px solid #000033;
							border-bottom: 4px solid #000033;
							background-color: #ffffff;
							text-decoration: none;
						}
					#banner a:visited
						{	color:	#0033ff;	/*0033FF;*/
							border: 1.5px solid #000033;
							border-right: 3px solid #000033;
							border-bottom: 4px solid #000033;
							background-color: #ffffff;
							text-decoration: none;
						}
					#banner a:hover
						{
							background-color:#000033;
							border: 1.5px solid #ff0000;
							border-right: 3px solid #ff0000;
							border-bottom: 4px solid #ff0000;
							color: #ffffff;
							text-decoration: none;
						}
					#banner a:active
						{	color: #000033;
							text-decoration: none;
						}
/*  CONTENT		Images use class distinction- width 250 px  */
		#content
			{	padding: 0px;
				margin-top: 0px;
				margin-right: auto;
				margin-bottom: 0px;
				margin-left: auto;
				width: 930px;
				height: 618px;
				text-align: left;
				background-image: url(../photos/CaptJoe2_900.jpg);
				background-position: top;
				background-repeat:no-repeat;
				font-size: 1em;
				font-weight: bold;
				background-color: #ffffff;
				color: #ff0000;
			}
		#content img
			{	margin-top: 1em;
				margin-right: 2em;
				margin-bottom: 2em;
				margin-left: 1.5em;
				float: left;
			}
		#content ul
			{	margin-top: 	0em;
				margin-bottom: 	.5em;
				margin-left: 	3em;
				font-size: 		.8em;
				font-weight: bold;
				list-style: outside;
			}
		#content p
			{	margin-top: .5em;
				margin-right: 1em;
				margin-bottom: .5em;
				margin-left: 1.5em;
			}
		#content h2
			{	text-align:left;
				text-transform:uppercase;
				font-size: 1.35em;
				font-weight: bold;
				margin-left: 1.5em;
				color:#FF0000;
			}
		#content h3
			{	text-align: center;
			 	margin-top: .5em;
				margin-bottom: 1em;
				text-decoration:underline;
			}
		#content h4
			{	font-size: 1.15em;
				margin-top: 	.3em;
				margin-left: 	0em;
			}				
		#content h5
			{	text-align:left;
				font-size: 1em;
				margin-top: .5em;
				margin-bottom: .5em;
				margin-left: 	1em;
				font-weight: bold;
			}
		#content a:link
			{	color: #0033ff;		/*#0033FF;*/
				text-decoration: underline;
			}
		#content a:visited
			{	color:	#0033ff;	/*0033FF;*/
				text-decoration: none;
			}
		#content a:hover
			{	color: #0033ff;
				text-decoration: underline;
				background-color: #ffffff;
			}
		#content a:active
			{	text-decoration: none;	
				background-color:	#00CCFF;
				color: #ffffff;
			}

/*  FOOTER INFORMATION  */
		#footer	
			{	padding: 5px;
				width: 920px;
				color:#000000;
				text-align: center;
				margin-right: auto;
				margin-left:auto;
				font-size:	.8em;
				font-weight: bold;
				clear:both;
			}
		#footer a:link
			{	color: #ffffff;		/*#0033FF;*/
				text-decoration: underline;
			}
		#footer a:visited
			{	color:	#ffffff;	/*0033FF;*/
				text-decoration: none;
			}
		#footer a:hover
			{	color: #ff0000;
				text-decoration: underline;
			}
		#footer a:active
			{	text-decoration: none;	
				background-color:	#00CCFF;
				color: #ffffff;
			}
			
/* CLASSES  */
		.cls_table
					{
					width: 80%;
					font-size: 1em;
					margin-left: auto;
					margin-right: auto;
					font-weight: bold;
					text-align: left;
					}
				.cls_table th
							{
							font-size: 1em;
							font-weight: bold;
							text-decoration: underline;
							text-transform: capitalize;
							}
		.cls_table_photos
					{
					width: 90%;
					font-size: 1em;
					margin-right: auto;
					margin-bottom: 1.5em;
					margin-left: auto;
					font-weight: bold;
					text-align: left;
					}
				.cls_table_photos td
							{
							font-size: 2.5em;
							text-align: center;
							color:#FFFFFF;
							font-weight: bold;
							margin-bottom: 2em;
							font-variant:small-caps;
							}
				.cls_table_photos img
					{	text-align: center;
						/*border: 1px solid #000033;*/
						padding: .5em;
						margin-top: 10px;
						margin-right: 10px;
						margin-bottom: 10px;
						margin-left: 10px;
				}
		.cls_table2
					{
					width: 90%;
					font-size: 1em;
					margin-right: auto;
					margin-bottom: .5em;
					margin-left: auto;
					font-weight: bold;
					text-align: left;
					}
				.cls_table2
							{
							font-size: 2.5em;
							text-align: center;
							color:#FF0000;
							font-weight: bold;
							margin-bottom: .5em;
							font-variant:small-caps;
							}


