

body {
   text-align: left;
   width: 100%;
}

h1 {
   font-weight: 900;
   font-family: 'Zapfino', 'cursive';
}

.clear {
	clear: both;
}


div.main_header_div {
   padding-top: 20px;
   padding-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   width: 750px;
   text-align: center;
   margin-top: 30px;
   margin-bottom: 0px;
   border-bottom: solid thin red;
   color: #B22222;
   background-color: #F5F5F5;
}

div.centered {
   margin-left: auto;
   margin-right: auto;
   width: 750px;
   text-align: center;
}

div.creme {
   background-color: #FFFFF0;
   padding-top: 30px;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   height: 800px;
}

div.left_column {
   float: left;
   text-align: right;
   width: 250px;
/*   border: solid thin blue;*/
}

div.right_column {
   float: right;
   text-align: left;
   width: 400px;
   margin-right: 30px;
/*   border: solid thin red;*/
}


div.single_column {
   text-align: left;
   width: 700px;
   margin-left: 30px;
}

div.single_column p.bigger {
   font-size: 175%;
   color: DarkBlue;
}

span.inset {
   margin-left: 50px;
   color: Gray;
}

div.single_column p.medium {
   color: Teal;
   font-size: 130%;
}


#products_section {
}

div.product_links {
   float: right; 
   width: 225px;
   text-align: left;
}

div.product_pics {
   width: 150px; 
   margin-right: 50px; 
}


