body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
p {
	padding-bottom: 10px;
	}
h1 {
	font-weight: bold;
	padding-bottom: 10px;
	}
ul {
	list-style: disc;
	padding-left: 20px;
	}
ol {
	list-style: decimal;
	padding-left: 20px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
.em {
	font-style: italic;
	clear: both;
	}
.strong {
	font-weight: bold;
	}
.right {
	float: right;
	color: #550C0D;
	font-weight: bold;
	}
.left {
	float: left;
	}
.portrait {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	}
.price {
	font-size: 26px;
	color: #990000;
	}
#container {
	background: url(../images/container.gif) repeat-y;
	width: 800px;
	height: auto;
	margin: auto;
	padding: 0 40px 0 40px;
	text-align: left;
	}
	#clear {
		clear: both;
		height: 10px;
		}
	#buynow {
		background: url(../images/buynowbg.jpg) repeat-y;
		width: 170px;
		height: auto;
		float: left;
		}
		#buynow_content {
			width: 84px;
			padding-left: 45px;
			font-size: 12px;
			}
	#excerpt {
		background: url(../images/buynowbg.jpg) repeat-y;
		width: 170px;
		height: auto;
		float: left;
		clear: left;
		}
		#excerpt_content {
			width: 84px;
			padding-left: 45px;
			font-size: 12px;
			}
	#introduction {
		background: url(../images/introductionbg.jpg) repeat-y;
		width: 626px;
		height: auto;
		float: right;
		}
		#introduction_content {
			width: 561px;
			padding: 0 45px 0 20px;
			font-size: 14px;
			line-height: 18px;
			}
	#about {
		background: url(../images/orderbg.jpg) repeat-y;
		width: 800px;
		height: auto;
		}
		#about_content {
			width: 710px;
			padding: 0 45px 0 45px;
			}
	#others {
		background: url(../images/orderbg.jpg) repeat-y;
		width: 800px;
		height: auto;
		}
		#others_content {
			width: 710px;
			padding: 0 45px 0 45px;
			}
	#aboutauthor {
		background: url(../images/orderbg.jpg) repeat-y;
		width: 800px;
		height: auto;
		}
		#aboutauthor_content {
			width: 710px;
			padding: 0 45px 0 45px;
			}
	#order {
		background: url(../images/orderbg.jpg) repeat-y;
		width: 800px;
		height: auto;
		}
		#order_content {
			width: 710px;
			padding: 0 45px 0 45px;
			}
	#footer {
		background: url(../images/footerbg.jpg) no-repeat;
		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: #990000;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
