/* bookstore-16.12.css */

body 
   { font-family: Arial, sans-serif; 
     margin: 0px;                  padding: 0px;
     background-image: url(background2.jpg);
	 background-attachment: fixed; }
h1, h2, h3 
   { clear: both; 
     font-family: Verdana, sans-serif; }
#structure 
   { margin-left: 10em; 
   		background-image: url(background2yellow.JPG);
     background-color: #yellow;      
	 background-attachment: fixed; 
	 color: black;}

#headline /* These create the overlapping headline effect */
   { padding: 1em;                 margin-bottom: 1em; }
#headline .name 
   { position: absolute;           left: 177px; top: 8px;
     font-size: 3em;               color: #0000A0; }
#headline .store 
   { position: relative;           left: 3em; top: 1.3em;
     text-transform: lowercase;    font-size: 1em;
     color: #008B8B; }

/*moves first set of words around and body of html */
#main { padding: 7em 4em 4em 4em; }

#founder /* A floating image and caption */
   { margin: 0em 1em;              float: left; 
     font-style: italic; }

.pullquote /* A floating pullquote on the right */
   { float: right; 
     margin: 0.25em;               padding: 0.25em;
     font-size: medium;             font-style: italic;
     border: 5px solid black; }

#mainmenu /* Moves the main menu up near the top */
   {
	position: absolute;
	top: 137px;
	left: 237px;
	width: 677px;
	height: 27px;
}

/* These styles are based on the (current) kynn.com style
   sheet at http://kynn.com/styles/k.css */
#sitemenu 
   { position: absolute;              left: -9px; top: 15px;
   	background-image: url(background2yellow.JPG);
     background-color: yellow;    border: 1px cyan; 
     font-family: Garamond, Georgia, serif;
     margin: 1em;                padding: 0.25em; }
#sitemenu a:link 
   { color: #000066;               text-decoration: none; 
     font-weight: bold; }
#sitemenu a:visited 
   { color: #006600;               text-decoration: none; 
     font-weight: bold; }
#sitemenu a:hover { 
	text-decoration: underline;
	color: blue;
	text-transform: capitalize;
	line-height: normal;
	font-stretch: wider; }
	
	
	
	
	
#sitemenu2
   { position: absolute;              left: -12px; top: 227px;
   
     background-color: blue;    border: 1px cyan; 
     font-family: Garamond, Georgia, serif;
     margin: 1em;                padding: 0.25em; }
#sitemenu2 a:link 
   { color: #000066;               text-decoration: none; 
     font-weight: bold; }
#sitemenu2 a:visited 
   { color: #006600;               text-decoration: none; 
     font-weight: bold; }
#sitemenu2 a:hover { 
	text-decoration: underline;
	color: blue;
	text-transform: capitalize;
	line-height: normal;
	font-stretch: wider; }	
	
.textstyle {
	.style1 {color: #0000A0}
	

