/* Destination France 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: #D00000;
			  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	{ }

#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: #F5F5FF;
			  color: black;
			  margin-left: 200px; 
			  padding-bottom: 20000px;
			  margin-bottom: -20000px;
			  height: 100%; }

#masthead	{ background: white url('graphics/masthead_background.jpg');
			  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 (also used for issue pages) */

.shopitem	{ background: #D8D8FF;
			  border: 2px solid #D00000;
			  padding: 5px; 
			  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; }
