/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E4DDE7;
	min-width:800px;
	background-image: url(/images/Chessen_bkg.gif);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(/images/Chessen_header_bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #360469;
}

#wrapper_pop {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(/images/Chessen_header_bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #360469;
}
/* Header Style */
#header {
	clear:both;
}

#topnav {
	height:21px;
	font-size:1.2em;
	margin-top:15px;
	text-align: right;
	color: #330066;
	width: 800px;
	height: 180px;
	clear:both;
}

#topnav a {
	color:#330066;
	text-decoration:none;
	padding-right:12px;
	height: 21px;
}

#topnav a:hover {
	color: #FFFF00;
}

.tophere {
	padding-right:12px;
	height: 21px;
	color: #FFFF00;
}
/* End Header Style */

/* Content Styles */
#content {
	margin-left:160px;
	padding-bottom:20px;
	margin-bottom:35px;
	margin-right:227px;
}

#content2 {
	margin-left:160px;
	padding-bottom:20px;
	margin-bottom:35px;
	margin-right:50px;
}

#secret {
	margin-left:160px;
	padding-bottom:20px;
	margin-bottom:35px;
	margin-right:349px;
}

#content p, #secret p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.15em;
	line-height:1.1em;
}

h2 {
	color:#FF0000;
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
}

h3 {
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
}

#rightside {
	width:258px;
	margin-top:30px;
	float:right;
}
/* End Content Styles */

/* Left Nav Section */
#leftnav {
	width:143px;
	float:left;
	margin-top:64px;
	margin-left:17px;
}
/* End Left nav Section */

/* Book Section */
#books {
	width:225px;
	text-align:center;
	float:right;
	margin-right:2px;
}

#secretside {
	width:330px;
	text-align:center;
	float:right;
	margin-right:2px;
}

#books a, #secretside a {
	text-decoration:none;
	color:#FF3300;
}

#books a:hover, #books a:visited, #secretside a:hover, #secretside a:visited {
	color:#FF3300;
}


/* End Book Section */

/* Bottom Picture */
#bottompic {
	background-image: url(/images/Chessen_footer_Bkg.gif);
	height:89px;
	width:800px;
	clear:both;
}
/* End Bottom Picture */

/* Footer Styles */
#footernav {
	width:800px;
	clear:both;
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align:center;
	color:#330066;
}

#footernav a {
	color:#330066;
	text-decoration:none;
}

#footernav a:hover {
	color: #000000;
	text-decoration:underline;
}

.smaller {
	font-size:.9em;
}
/* End Footer Styles */


/* Misc Styles */
.buybutton {
	margin-left:81px;
}
	
hr {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
.store_books {
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6633CC;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 7px;
}
#quote {
	background-color: #FFFFCC;
	margin: 2px;
	padding: 2px;
	border: thin dotted #CCCCCC;
}
.price {
	font-weight: bold;
	color: #FF0000;
}
