@charset "utf-8";
/* CSS Document */

td img {display: block;}
body {
	background-color: #000000;
	background-image: url(media/woodentoybg.jpg);
}
body,td,th {
	font-family: Times New Roman, Times, serif;
}
#content { width: 660px;
padding: 10px;
background-position: bottom left;
background-repeat: no-repeat;}
#title {
	font-size: large;
	font-weight: bold;
	border-bottom: 2px black solid;
	color: #88171E;
	margin-bottom: 3px;
	padding-bottom: 3px;
}


#footer { padding-left: 7px;
font-size: x-small;
color: white;
padding-top: 7px;
}

#nav {
	float: left;
	width: 225px;
}

	#nav ul {
		list-style: none;
	}
		#nav ul a {
			height: 43px;
			width: 225px;
			margin: 0;
		}
		
		
		a#home {
			background: url('media/narrowboat_r3_c1.png') no-repeat;
			height: 41px;
			width: 225px;
			display: block;
		
		}
		
		a#home:hover {
			background: url(media/narrowboat_r3_c1_f2.png);
		
		}
		
		a#boat {
			background: url('media/narrowboat_r4_c1.png') no-repeat;
			height: 43px;
			width: 225px;
			display: block;
		
		}
		
		a#boat:hover {
			background: url(media/narrowboat_r4_c1_f2.png);
		
		}
		
		a#gallery {
			background: url('media/narrowboat_r5_c1.png') no-repeat;
			height: 43px;
			width: 225px;
			display: block;
		
		}
		
		a#gallery:hover {
			background: url(media/narrowboat_r5_c1_f2.png);
		
		}
		
		a#contact {
			background: url('media/narrowboat_r6_c1.png') no-repeat;
			height: 43px;
			width: 225px;
			display: block;
		
		}
		
		a#contact:hover {
			background: url(media/narrowboat_r6_c1_f2.png);
		
		}
