body {
   background: white;
   font-size: 10pt;
   font-family: arial;
   }

h3 { margin: 5px 0; padding: 0; text-transform: uppercase; font-size: 90%;}
.ghost { display : none; }

#header_bottom {
   display: none;
   }
#container, #main {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
   
h6 { page-break-after:always;}

#footer { clear: both; background: #fff;}


/* ---------- right float ------------- */

#right {
	clear: both;
	float: right; 
	margin-top: 20px;
	padding: 0 0 10px 10px;
	}
		
#right img {
	float: left; clear: both;
	margin-bottom: 15px;
	}
	
	.chef img {
		padding: 2px;
		border: 1px solid #ccc;
	}
	
	
/* ---------- Mail Script ------------- */

.mailwrapper { text-align: center; }

.maildiv {
	margin: 0;
	text-align: left;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 150px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
.maildiv input { margin-bottom: 10px;}
.maildiv select { margin-bottom: 10px;}
.maildiv textarea { margin-bottom: 10px;}
