/**
 * FollowUp CSS Stylesheet: Food Gift Gourmet
 *
 * @version $Id: style_z_sheet.css 5952 2010-05-01 08:17:26EST @valeriebooth $
 */
 
 body {
	margin: 20px auto 0px;
	font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Geneva,sans-serif;
	font-size: 62.5%;
	color: #454545;
	background-image: url(images/fgg-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x repeat-y;
	
	}
	

 
  #pageWrapper {
	margin: 0px auto 0px;
	background-color: #fdf9f0;	
	border: 8px solid #f7941e;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding: 18px;	
	}
 
 #contentWrapper { 
	margin: 0px auto 0px;	
	height: 650px;
	width: 100%;
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;  	
 	}
	
  .imgWrapper {
	  margin: 0 auto 0;
	  height: 100%;
	  width: 100%;
	  padding-left: 12px;
  }
 

 .links {
	 margin: 12px;
	 border: 1px solid #f7941e;
	 text-align: center;
	 height: 160px;
 }
	
a img {border: none; }

a:link {
	color: #f7941e;
	font-weight: bolder;
	text-decoration: none;
	font-stretch:extra-expanded;
	}
 
a:visited {
	color: #f7941e;
	text-decoration: none;
	font-weight: bolder;
	font-stretch:extra-expanded;
	}

a:hover {
	color: #ffcc00;
	}

a:active {
	color: #f7941e;
	}
	
	
	.links a, .links a:active, .links a:visited, .links a:hover {
		margin: 24px 0px 0px 0px;
		font-size: 0.70em;
		color: #f7941e;
	}

h1 {
	font-size: 1.2em;
	color: #f7941e;
	}

h2 {
	margin-top: 2em 0 0.25em;
	font-size: 0.80em;
	}

h3 {
	font-size: 1.3em;
	

	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}
	


/*  FOOTER  */

#footer {
	
	}