body{
	margin: 0px 0px;
	padding:0px;
	text-align: center;
	font-family: arial,verdana;
	font-size: 12px;
	background-color: #fff;
}

#container {
	width: 846px;
	margin: 0px auto;
	text-align: left;
}

#main_content {
	width: 564px;
	height: 512px;
	background-image: url("images/content_bg.jpg");
	background-repeat: no-repeat;

}
	.main_txt {
		width: 491px;
		height: 480px;
		padding-right: 20px;
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-3dlight-color: #c78710;
		scrollbar-arrow-color: #b00;
		scrollbar-base-color: #f2c572;
		scrollbar-darkshadow-color: #000;
		scrollbar-face-color: #fef4ca;
		scrollbar-highlight-color: #fff;
		scrollbar-shadow-color: #bb8623;

	}

	.sub1 {
		color: #b85c01;
		font-weight: bold;
	}

	.sub2 {
		color: #1a1aa3;
		font-size: 14px;
		font-style: italic;
	}

	.sub3 {
		color: #b85c01;
		font-size: 14px;
		font-style: italic;
	}

	.sub4 {
		color: #1a1aa3;
		font-weight: bold;
	}

	.bullet {
		float: left;
	}

	.bookstore {
		font-family: Monotype Corsiva, times new roman;
		font-size: 20px;
	}

a {
	text-decoration: underline;
	color: #007;
}

a:hover {
	color: #00c;
}



/* -------------- MOZILLA FIX FOR HV MENU -------------- */


/* this one only works full screen at 1280x1024. any resize doesn't work

#nav {
	margin-left: 9px;
}

*/

/* -------------- end MOZILLA FIX FOR HV MENU -------------- */

#nav {
	position: relative;
	height: 341px;
	width: 213px;
}

/*
#nav img {
	display: block;
}
*/


#title_bg {
	width: 564px;
	height: 41px;
	background-image: url("images/title_bg.gif");
	background-repeat: no-repeat;
}

#sub_btns img {
	display: inline;
	text-align: left;
}

#title {
	text-align: right;
}

#footer {
	background-image: url("images/footer_bg.jpg");
	background-repeat: no-repeat;
}

#footer_txt {
	font-size: 11px;
	color: #5c4b2b;
	margin: 23px 54px 0px 0px;
	text-align: right;
}

img {
	display: block;

}
