/* narrowboatmagazine.com style sheet */

html,body	{ margin: 0px; height: 100%;
			  font-family: Verdana,Arial,sans-serif; 
			  font-size: small; }

#wholepage {  overflow: hidden;
			  min-height: 100%; }

/* left-hand side of page */

#lefthand	{ background: #800000;
			  color: white;
			  width: 200px;
			  float: left;
			  padding-bottom:20000px;
			  margin-bottom:-20000px;
			  height: 100%; }

#top_pic	{ background: #333333;
			  width: 200px; 
			  height: 120px;
			  float: left; }

#login		{ background: #DFA900;
			  width: 188px;
			  padding: 6px;
			  text-align: right;
			  float: left;
			  color: black; }
			  
#login p	{ }

#login a	{ color: black !important; }

#lh_nav		{ padding: 4px; 
			  float: right;
			  text-align: right; }

#lh_nav a		    { color: white; text-decoration: none; font-weight: bold; }
#lh_nav a:visited	{ color: white; text-decoration: none; font-weight: bold; }
#lh_nav a:hover		{ color: white; text-decoration: underline; font-weight: bold; }
			  
/* right-hand side of page */

#righthand	{ background: #D3AA98;
			  color: black;
			  margin-left: 200px; 
			  padding-bottom: 20000px;
			  margin-bottom: -20000px;
			  height: 100%; }

#masthead	{ background: #800000;
			  color: white;
			  height: 120px; }

#main		{ color: black;
			  padding: 6px 6px 6px 16px; }
			  
#main a		{ color: blue; }
#main a:visited	{ color: blue; }

/* other */

#footnote	{ font-size: xx-small; }
.floatpic	{ float: left; margin-right: 10px; }

/* page-specific - shop */

.shopitem	{ background: #D3C1B8;
			  border: 1px solid white;
			  padding: 4px; 
			  margin-bottom: 6px; }
.shopitem h3  { margin-top: 0px; margin-bottom: 6px; }
.shopitem p   { margin-top: 0px; margin-bottom: 4px; }
.shopitem img { margin-right: 8px;
				margin-bottom: 8px; }
.author		{ font-size: small; font-weight: normal; }
.supplementary { font-size: smaller;
				 font-style: italic; }

.shopbuy	{ background: #800000;
			  border: 1px solid white;
			  padding: 4px;
			  color: white; }

/* page-specific - fleet lists */

.listtable	{ background: #D3C1B8;
			  border: 1px solid white;
			  border-collapse: collapse; 
			  margin-bottom: 6px; 
			  font-size: smaller; }
.listtable th { background: white; color: #800000; text-align: left; 
				font-weight: normal; padding-right: 8px; }
.listtable td { border: 1px solid white; padding: 2px; 
				vertical-align: top; }

