/* CSS Document */

#peaches {
	margin: 40px auto;
	margin-bottom: 10px;
	border: 1px solid #554B57;
	width: 1000px;
	height: 600px;
	}

/* HEADER INFO */
	
#peachesHeader {
	width: 1000px;
	height: 150px;
	margin: 0;
	}
	
#peachesLogo {
	float: left;
	margin: 0;
	}

/* NAVIGATION */
	
#peachesNav {
	float: right;
	margin: 100px 35px 0 0;
	height: 20px;
	width: 536px;
	}
	
#peachesNav a {
	display: block;
	text-indent: -9999px;
	height: 20px;
	background-position: 0 0;
	}
	
a.thepeaches {
	width: 98px;
	background-image: url(images/nav-thePeaches.gif);
	}
	
a.letterpress {
	width: 141px;
	background-image: url(images/nav-aboutLetterpress.gif);
	}
	
a.gallery {
	width: 64px;
	background-image: url(images/nav-gallery.gif);
	}
	
a.services {
	width: 104px;
	background-image: url(images/nav-ourServices.gif);
	}
	
a.shop {
	width: 56px;
	background-image: url(images/nav-shop.gif);
	}
	
a.contact {
	width: 73px;
	background-image: url(images/nav-contact.gif);
	}
	
#peachesNav a:hover {
	background-position: 0 -20px;
	}


/* MAIN SECTION: IMAGES */
	
#peachesImageHolder {
	clear: both;
	width: 1000px;
	height: 371px;
	border-top: 2px solid rgb(116,183,73);
	border-bottom: 2px solid rgb(116,183,73);
	}
	
	
#homeCopy {
	width: 220px;
	height: 371px;
	margin: 0;
	background-color: rgb(190, 215, 59);
	}
	
#about_holder {
	width: 220px;
	height: 371px;
	margin: 0;
	background-color: rgb(190, 215, 59);
	}
	
	
#homeCopy p {
	margin: 0;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	line-height: 18px;
	color: rgb(114, 102, 89);
	}
	
#homeCopy ul {
	margin: 0;
	padding: 25px;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	line-height: 30px;
	color: rgb(52, 92, 100);
	}
	
#homeCopy ul a {
	text-decoration: none;
	}
	
#homeCopy ul a:hover {
	text-decoration: underline;
	}
	

#subCopy {
	width: 236px;
	height: 371px;
	margin: 0;
	}
	
#subCopy p {
	margin: 0;
	padding: 15px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	line-height: 18px;
	color: white;
	}
	
#subCopy ul {
	margin: 0;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: white;
	list-style-type:none;
	}
	
#subCopy ul li {
	line-height: 35px;
	padding-left: 30px;
	background: url(images/list-peachBrn.gif);
	background-repeat: no-repeat;
	background-position: 0 -2px;
	vertical-align: top;
	}
	


/* BOTTOM SECTION */
	
#peachesBottom {
	margin: 0;
	width: 1000px;
	height: 74px;
	}
	
#bottomContent {
	width: 1000px;
	margin: 10px 0 0 0;
	}
	
	
	
	
	
	
	
	
	
	
	