/*css for the homepage
Color:
Dark Brown: #6F5C37
Brown BG: #988665
Light Brown: #BFAF8F
Grey: #c7c3ca
Green: #004128
Yellow: #ddebb8

width:737px;
*/

html, body, h1, h2, h3, h4, p, div, img, ul, li, a, table, tr, td, input, form{margin: 0; padding: 0; font: 11px verdana; color: #333;}
html, body{height: 100%; background: #988665; text-align:center; }
img{border:none;text-decoration:none;}

p{margin: 10px 2px 10px 2px; line-height: 150%;}

a, a:link, a:visited{
	color: #006F39;
	background: transparent;
}
a:hover, a:active{
	background: #ddebb8;
}

div.clear {
	clear: both;
	}
	


div.cart{
	margin:auto;
	text-align: right;
	width:737px;
	padding-right: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.cart a{
	text-decoration:underline;
	font-size: 10px;
	color: #BFAF8F;
}
