/* custom styles for Lambswold */

html, body {
	height: 100%;
/*    background-color: #E6E9DE;  */
    background-color: #90A17F; /* #B8CAA4;  */ 
	color: #555F4B; /* #90A17F; /* #333333; /*  #90A17F; */ 
    font-family: "Comic Sans MS", sans-serif;
/*    font-family: Corbel,
             "Lucida Grande",
             "Lucida Sans Unicode",
             "Lucida Sans",
             "DejaVu Sans",
             "Bitstream Vera Sans",
             "Liberation Sans",
			 Verdana,
              sans-serif; */
	font-size: 15px;
    z-index: -1;			 
	}

#mainBody  {
    background-color: #F5F6DA; /* #E6E9DE; */
    }
	
h1, h2 {
/*    font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;  */
	font-size: 2em; 
   }

h2 { 
    font-size: 1.6em;
    font-weight: normal;
    }
	
.largeText {
    font-size: 1.4em;
    }
	
#banner  { 
	height: 150px; 
/*	background-color: #B8CAA4; */
	background-image: url(/images/lambswold_logo.png);
	background-repeat: no-repeat;
	background-position: right center;
   }		
	
.lambswoldBrands {
   	border: 6px outset #90A17F;
    }
	
#sideBar {
    background-color: #B8CAA4;
	background-image: url(/images/lambswold_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: 6px outset #90A17F;
	}
	
