body {
	background-image: url(../images/textured_paper.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
p {
	padding-bottom: 10px;
	}
h1 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	color: #7d9ca0;
	}
h2 {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	}
h3 {
	font-weight: bold;
	padding-bottom: 10px;
	}
ul {
	list-style: disc;
	padding-left: 20px;
	padding-bottom: 10px;
	}
ol {
	list-style: decimal;
	padding-left: 20px;
	padding-bottom: 10px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
table td {
	vertical-align: top;
	}


#container {
	background: url(../images/container.png) repeat-y;
	width: 800px;
	height: auto;
	margin: auto;
	padding: 0 40px 0 40px;
	text-align: left;
	}
	.clear {
		clear: both;
		height: 10px;
		}

	.content {
		background: url(../images/orderbg.jpg) repeat-y;
		width: 800px;
		height: auto;
		margin-bottom: 20px;
		}
		.inner {
			width: 710px;
			padding: 0 45px 0 45px;
			}
			.inner img {
				border: 5px solid #9CC3C8;
				}

	#footer {
		background: #bae7ed;
		width: 610px;
		height: 17px;
		padding: 19px 90px 0 100px;
		font-size: 9px;
		}
		#footer a {
			text-decoration: none;
			color: #222222;
			}
		#footer a:hover {
			text-decoration: underline;
			}
a:link, a:visited {
	color: #7d9ca0;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
