body { 
	background-color: #EBDAB1; 
	width: 95%;
	max-width: 800px;
	margin: auto;
}

header, footer {
	font-family: "Arial";
	font-size: 11pt;
	color: #781E07;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	clear: both;
}

h1 {
	min-width: 342px;
	background-color: #781E07;
}

h2 {
	font-family: "Arial";
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #781E07;
}

section {
	clear: both;
	margin-bottom: 25px;
}

.titleimage {
	width: 322px;
	height: 44px;
	display: block;
	margin: auto;
	padding: 10px;
}

.productimage {
	width: 140px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	float: left;
}

.textjustify {
	font-family: "Arial";
	font-size: 11pt;
	color: #781E07;
	text-align: justify;
}

.textcenter {
	font-family: "Arial";
	font-size: 11pt;
	color: #781E07;
	text-align: center;
}

a:link , a:visited, a:active  { 
	color: #0033FF; 
	text-decoration: none; 
}

a:hover  { 
	color: #FF0000; 
	text-decoration: none; 
}
