/* CSS Document */
  	body { 
			background-image: url(../images/background.jpg);
			background-repeat: no-repeat;
			
			margin: 26px 0 0 35px;
			font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
			font-size: 9pt;
	}
	
	p { margin: 0 0 1em 0; }
	
	h1, h2, h3 { margin: 0; }
	
	/* IE PNG Hack */
	img { behavior:	url("../scripts/pngbehavior.htc"); }
	
	/* Common Clases */
	.bugFix { clear: both; }
	.hide { display: none; }
	
	.indent { margin-left: 10px; }
	
	.cart { vertical-align: bottom; padding: 0 0 2px 5px; }
	
	.green { color: #993; }
	.blue { color: #7686a5; }	
	
	.button { padding: 3px 5px; font-size: 8pt; font-weight: bold; background-color: #b9b950; border: none; }
	a.button:link { color: #000; text-decoration: none; }
	a.button:visited { color: #000; text-decoration: none; }
	
	/* Paging */
	#paging { font-size: 9pt; font-weight: bold; text-align: right; margin-right: 67px; }
	#paging a { color: #fff; text-decoration: none; background-color: #b9b950; border: 2px solid #b9b950; padding: 1px 6px; cursor: pointer; }
	#paging a.active { background-color: #fff; color: #b9b950; }
	
	#content { 
			width: 800px;
	}
	
		
		
		#navigation { 
			height: 60px;
			padding: 0;
			margin: 0 0 30px 0;
			
			background-color: #fff;
			background-image: url(../images/emilyamey_logo.jpg);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		#navigation a { margin: 0 7px; }
		
		#navigation a:link { text-decoration: none; color: #000; }
		#navigation a:visited { text-decoration: none; color: #000; }
		#navigation a:hover { text-decoration: underline; color: #000; }
		
		#navigation a.selected:link { text-decoration: none; color: #993; }
		#navigation a.selected:visited { text-decoration: none; color: #993; }
		#navigation a.selected:hover { text-decoration: underline; color: #993; }
		
		.row { margin: 30px 0 30px 0; }
			
			.row .left { float: left; width: 50%; }
			.row .right { float: left; width: 50%; color: #993; }
				
				.row .right h3 { color: #000; font-size: 9pt; }
							
				.row .item .right { padding-top: 30px; line-height: 1.5em; }
				.row .item .right img { }
		
		#footer { color: #993; margin-bottom: 20px; }
				
			#footer .left { float: left; width: 75%; }
			#footer .right { float: left; width: 25%; }
			
			
			
			
			
			
