body {
	color: white;
	background-color: gray;
	background-image: url('http://dogopoly.com/dog/images/toc2/cement_bkgr.jpg');
}
hr {
	width: 300px;
	text-align: left;
	margin-left: 0;
}

.section_header {
	font-size: 1.5em;
	color: yellow;
	text-decoration: underline;
}
.order_section {
	border-width: 3px;
	border-style: groove;
	border-color: white;

	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 300px;
}
.totals_text {
	
}
.amt {
	text-align: right;
}
#order_total {
	border-top: 1px solid white;
}

header {
	position: relative;
}
#order_body {
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
}
footer {
	position: relative;
	/*text-align: center;*/
}
#copyright {
	font-size: .5em;
}
