/* CSS Document */

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

body {
	font-size: 63%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	min-width:800px;
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #def2ff;
	background-image: url(/images/img_hdr_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper_pop {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #def2ff;
	background-repeat: no-repeat;
	background-position: center top;
}
/* Header Style */
#header {
	height:21px;
	font-size:1.2em;
	margin-top:15px;
	text-align: right;
	width: 800px;
	height: 172px;
	clear:both;
}

/* End Header Style */

/* Content Styles */
#content {
	margin-left:50px;
	padding-bottom:20px;
	margin-bottom:35px;
	margin-right:50px;
	color: #333333;
}

#content p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.35em;
	line-height:1.2em;
}

h2 {
	padding:1px;
	font-size:1.25em;
	font-weight:bold;
}

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

/* End Content Styles */

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

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

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

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

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


#book {
}
a {
	color: #333333;
}

