body, html {
	margin:		0;
	padding:		0;
	border:		0;
	height:		100%;
	width:			100%;
	background-color:	#990099;
	background-image:	url(site-bg.jpg);
	background-repeat:	no-repeat;
	background-position:	top center;
}

body * {
	margin:		0;
	padding:		0;
	border:		0;
	font-size:		16px;
	font-family:		Georgia, Times;
}

br {
	clear:			both;
}

img {
	margin:		0;
	padding:		0;
	border:		0;
	float:			left;
	display:		block;
}

img.Centered {
	margin:		0 auto;
	padding:		0;
	border:		0;
	display:		block;
	text-align:		center;
	float:			none;
}

div#Content {
	overflow:		visible;
	width:			1000px;
	height:		640px;
	margin:		0 auto;
}

div#Top {
	height:		38px;
	width:			1000px;
}

div#Left {
	margin:		0 auto;
	height:		544px;
	width:			80px;
	float:			left;
	vertical-align:	top;
}

div#LeftPage {
	margin:		0 auto;
	height:		544px;
	width:			432px;
	float:			left;
	vertical-align:	top;
	background-image:	url(book-center.jpg);
	.background-image:	url(book-center-ie.jpg);
	background-repeat:	no-repeat;
}

div#RightPage {
	margin:		0 auto;
	height:		544px;
	width:			399px;
	float:			left;
	vertical-align:	top;
	background-image:	url(book-center.jpg);
	.background-image:	url(book-center-ie.jpg);
	background-repeat:	no-repeat;
	background-position:	-432px 0px;
}

div#Right {
	margin:		0 auto;
	height:		544px;
	width:			89px;
	float:			left;
}

div#Bottom {
	margin:		0 auto;
	height:		60px;
	width:			1000px;
	float:			left;
}

div.Float {
	float:			left;
}

.right_box {
	clear:			both;
	overflow:		auto;
	height:		480px;
}

.img_btn {
	float:			none;
	clear:			both;
	display:		block;
	margin:		10px auto;
	width:			315px;
	height:		75px;
}

.img_btn img {
	display:		block;
}

.poetry_text {
	clear:			both;
	display:		block;
	margin:		10px 0;
	font-weight:		normal;
	text-align:		center;
	font-family:		Verdana, Georgia, Arial, Helvetica;
}

div.order_content {
	
}

div.order_content img {
	clear:				both;
	float:				none;
	display:			block;
	margin:				10px auto;
}

div.order_content div {
	padding:			0 10px 0 0;
	display:			block;
	clear:				both;
}

div.order_content h1,
div.order_content em,
div.order_content a {
	display:				block;
	font-weight:		normal;
	font-size:			14px;
}

div.order_content em {
	display:				block;
	margin:					20px 0 0 0;
	text-align:			center;
}

.bold {
	font-weight:		bold;
}

div.order_content h1 {
	font-size:			15px;
}

div.order_content ul {
	list-style-type:none;
	display:				block;
	padding:				0 0 0 50px;
}

.rightside {
	padding:				7px 0 0 0;
}

.center {
	display:			block;
	margin:				0 auto;
}

.left {
	float:				left;
	display:			block;
}

.right {
	float:				right;
	display:			block;
}