/* CSS Document */

body
	{
	color: #8b4513;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:16px;
	background:#fef4ea;
	}
	
.header
	{
	border-top:1px solid #8b4513;
	border-bottom:1px solid #8b4513;
	background:#fef4e2;
	width:100%;
	}
	
.bodywrapper
	{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background:white;
	}
	
.content
	{
	margin:10px;
	}
	
.productimage
	{
	border:1px solid #8b4513;
	padding:2px;
	float:left;
	margin-right:5px;
	}
	
a
	{
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#990000;
	}
	
hr
	{
	border:1px solid #8b4513;
	}
