@charset "UTF-8";
body {
	background-image: url(../images/bkgd_page.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
#WrapperBkgd {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	line-height: 1.3em;
	color: #FFCC99;
	background-image: url(../images/bkgd_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#WrapperContent {
	width: 871px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#Header {
	height: 477px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#tableNovels {
	padding-top: 20px;
}
#tableNovels img {
	border: 1px solid #FECB98;
}
#tableNovels h2 {
	color: #FFFFFF;
	padding-left: 10px;
}
#ContentBelowBillboard {
	width: 800px;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#ContentBelowBillboard  p {
	padding-left: 10px;
	color: #FFCC99;
}
#tdCellLeft {
	border: 1px solid #CC9966;
	width: 260px;
}
#tdCellMiddle {
	border: 1px solid #CC9966;
	width: 260px;
}
#tdCellRight {
	border: 1px solid #CC9966;
	width: 260px;
}
#Footer {
	text-align: center;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 50px;
	font-size: small;
}
#Footer p {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9966;
	padding-top: 10px;
}

