/* CSS Document */

body {
 min-width: 600px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.8em;}
#pageFrame {width: 50em; margin: 1em auto;}

/* Clear Fix (applied to entry, shoplist_0, shoplist_1 classes too) */
.clearFix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;}
.clearFix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearFix {display: block;}
 
#header {
 position: relative;
 height: 88px;
 margin-bottom: 5px;}
#header h1 {
 margin: 0;
 position: absolute;
 bottom: 0;
 left: 0;
 text-indent: -5000px; 
 display: block;
 width: 310px;
 height: 67px;
 background-image: url(logo.jpg);}
#header p {
 margin: 0;
 position: absolute;
 bottom: 0;
 right: 0;
 text-indent: -5000px; 
 display: block;
 width: 234px;
 height: 88px;
 background-image: url(tagline.jpg);}
 
#content {
 padding-top: 5px; 
 border-top: 1px dotted #CCC;}
#content img {
 float: right;}
#content p {
 margin: 0 205px 1em 0;}

#footer {
 margin-top: 5px; 
 text-align: center;
 padding-top: 5px; 
 border-top: 1px dotted #CCC;
 font-size: 0.8em;
 color: #999;}
#footer p {
 color: #CCC;
 margin-top: 0;}
