
	A:link, A:visited {
		color: black;
	}
	
	.white {
		color: white;
	}

	body {
		background: #D0B67C;
		background-image: url(images/back.jpg);
		color: black;
	}
	
	#logo {
		position: absolute;
		top: 0px;
		left: 0px;
		/* background-image: url(images/top_left.jpg); */
	}

	#banner {
		position: absolute;
		top: 36px;
		left: 150px;
	}
	
	#heading {
		font-family: tahoma;
		font-size: 22px;
		color: #E3DDC7;
	}
	
	#navigation {
		position: absolute;
		top: 240px;
		left: 20px;
		background-color: #8F9D62;
		width: 124px;
		
		padding: 0px 0px 0px 0px;
		
		/* border: 2px solid #745511; */
		font-family: tahoma;
		font-size: 13px;
	}
	
	#centerframe {
		position: absolute;
		margin-top: 120px;
		margin-left: 150px;
		width: 511px;
	}
	
	#main {
		background-color: #D2C99D;
		border: 2px solid #745511;
	}
	
	#herbtitle {
		float: left;
		font-family: Arial;
		font-weight: bolder;
		font-size: 12px;
		width: 120px;
		text-align: center;
	}
	
	#herbinfo {
		
	}
	
	#herbdesc {
		font-family: Verdana, Helvetica;
		font-size: 12px;
	}
	
	.herbimage {
		float: left;
		margin-right: 5px;
		border: 2px gray solid;
		width: 120px;
		height: 120px;
	}
	
	#herblinks {
		font-family: Arial;
		font-size: 11px;
	}

	#right_panel {
		position: absolute;
		margin-top: 120px;
		left: 700px;		
		/* border: 2px solid #745511; */
		width: 160px;
	}
	#right_ad {
		background-color: #363942;	
	}
	
	
	#top_ad {
		background-color: #D0B67C;
		border: 2px solid #745511;
	}
	
	#bottom_ad {
		position: absolute;			
	}
	
	#left_ad {

	}
	
	.product {
		clear: left;
		float: left;
		font-family: Arial Narrow;
		font-size: 12px;
		color: #000;
		/* padding: 4px 4px 4px 4px; */
		width: 507px;
		/* border: thin red solid; */
	}
	
	.alt_row {
		background-color: #EFE4C8;

	}
	
	.description {
		float: left;
		width: 190px;
		overflow: hidden;
	}

	.store {
		float: left;
		width: 110px;
		/* padding-left: 4px; */
	}
	
	.price {
		float: left;
		width: 55px;
		text-align: right;
		/* padding-right: 8px; */
	}
	
	.package {
		float: left;
		padding-left: 4px;
		width: 140px;		
	}	

