html {
	margin: 0;
	padding: 0;
}
	
body {
	background: #e2dccc url(images/background.jpg) no-repeat top center;
	margin: 0; 
	padding: 0;
}

a { color: #FFF;}

h1 {font-size: 1.6em; font-weight: normal;}
h2 {font-size: 20px; font-weight: normal; margin-top:0px;}

a img {
	border: none;
}

#container { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 20px auto 50px auto;
	width: 890px;
	height: auto;
	position: relative;
	color: #58523A;
	line-height: 30px;
}

#top {
	background: url(images/header.gif) no-repeat center;
	height: 230px;
	text-align: right;
	font-weight: bold;
}

#center {
	position: relative;
	background: url(images/center.gif) no-repeat center;
	height: 457px;
	margin: 0px;
	padding: 0px;
}

#bottom {
	position: relative;
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 17px;
}

#bottom img {
	float: left;
}

#text1 {
	position: relative;
	margin: 0 0 0 495px;
	top: 92px;
	width: 350px;
	height: 110px;
	color: #FFF;
	overflow: auto;
	line-height: 20px;
}

#text1 p {
	margin: 0px;
	padding: 0px;
}

#text2 {
	position: relative;
	margin: 130px 0 0 495px;
	width: 325px;
	height: 132px;
	color: #FFF;
	overflow: auto;
	line-height: 20px;
}

#text2 ol {
	margin: 0px;
	padding:0px;
	padding-left: 20px;
}

#text2 p {
	margin: 0px;
	padding: 0px;
}

.purchaselist {
	padding-left:100px;
}

.signature {
	font-size: 17px;
}

