/*	COLORS
*	Pale Yellow	#FFFA9C
*	Muted Orange	#F2AC30
*	Gold	#F5C500
*	Bright Orange	#E67817
*	Brown	#9D4E0A
*/	


/* basic elements */
body { 
	font: 85% 'trebuchet ms'; 
	background: url("http://www.SecondBloomFairport.com/images/umber.gif") repeat top left;
	margin: 0;
	height:auto;
	min-height:600px;
	}
body.contract {
 	background: none;
 	margin: 20px;
	/* padding: 0 0 1% 0; */
	width: 700px;
	height: auto; 
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
p { 
	font: 90% arial; 
	margin-top: 0px; 
	text-align: justify;
	line-height: 130%;	
	}
p.contract_p {
  padding-left:20px;
  padding-right:20px;
}

p.fineprint { 
    padding-left:30px;
    padding-right:30px;
	font: 70% arial; 
	margin-top: 0px; 
	text-align: justify;
	line-height: 130%;	
	}	
h2 { 
	font: bold 130% 'trebuchet ms';  
	margin-bottom: 10px; 
	}
h2.para_head {
  color:#E67817;
  line-height: 100%;
}
h2.contract_head {
  font: bold 130% 'trebuchet ms';
  color:#E67817;
  text-align: center;
  padding-top: 20px;
}
h3 { 
	font: bold 115% 'trebuchet ms';  
	margin-bottom: 10px;
	margin-top: 10px;
  	color:#E67817;
  	line-height: 80%;
	padding-left:30px;
	padding-right:30px; 
	}	
h3.dropoff { 
	font: 200 115% 'trebuchet ms';  
  	color:#000000;
  	line-height: 100%; 
	}		
h4 {
	padding-left:30px;
	padding-right:30px;
	line-height: 50%;	
	}
h5 {
	font: bold 150% 'trebuchet ms';
	text-align: center;
	padding-left:30px;
	padding-right:30px;
	line-height: 130%;	
	}
a:link { 
	font-weight: 600; 
	text-decoration: none; 
	color: #E67817;
	text-align: left;
	}
a:visited { 
    font-weight: 600;
	text-decoration: none; 
	color: #F2AC30;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #9D4E0A;
	}

#container { 
	margin: 0 auto;
	/*background: #FFF39D url("http://www.SecondBloomFairport.com/images/top2.jpg") no-repeat top center; */
	background: #FFF39D;
	padding: 0 0 1% 0;  
	width: 695px;
	height: auto; 
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
}
#shoppers { 
	margin: 0px;
	padding-left:380px;
	padding-top:20px;
}
#logo { 
	position: absolute;
	top: 10px;
	left: 20px;
}
#deck { 
	position: absolute;
	top: 95px;
	left: 27px;	
}

#intro { 
	margin: 0px;
	padding: 0px;
}

#links {
  position: absolute;
  top: 360px;
  left: 390px;
  line-height: 130%;
}

#footer { 
	background: #FFF39D url("http://www.SecondBloomFairport.com/images/bottom2.jpg") no-repeat bottom center;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	width: 695px;
	height: 278px;
	padding-top: 1%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#footer a { 
	font: 600 70% arial; 
	text-decoration: underline;
	color: #CC0000;
	text-align: center;
	position: relative;
	top: 100px; 
}

#contract {
	background-color: #FFF39D;
	position: absolute;
	top: 200px;
	left: 50px;
	width: 595px;
	height: auto;
	border: 1px solid #000;
}

#contract2 {
	background-color: #FFF39D;
	position: absolute;
	top: 320px;
	left: 50px;
	width: 595px;
	height: auto;
	border: 1px solid #000;
}

#pants { 
	margin: 0px;
	padding-left:0px;
	padding-top:0px;
	align: left;
}
#shirt { 
	padding-left:100px;
}
#sneakers { 
	position: absolute;
	top: 10px;
	left: 20px;
}

#preamble {
	padding-top: 20px;	
	width: 300px;
	margin: -150px 25px 0 25px;
}



/*

#link a {
		position: relative;
		top: 225px;
		margin: 30px;
		padding: 1em;
		font-weight: bold;
		color: #555;
}
#footer a:hover { 
		background: transparent url(file:///C|/Documents%20and%20Settings/BPitoni/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/CDARSHA3/%27v.gif%27) no-repeat top left;
		font-weight: bold;
		color: #333;
	}
*/