#bookPage {
	background-color: #FFFFFF;
	background-image: url(images/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Bookman Old Style";
	padding: 0;
	margin: 0 auto;
	width: 800px;
}

#banner {
	width: 720px;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(images/bannerStrip.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1.2em;
	color: #5F77B5;
	text-align: left;
	text-indent: 20px;
}

#banner p {
	font-size: 0.6em;
	color: #636363;
	margin: 0 0 0 0;
	text-indent: 22px;
}

#banner img {
				float: left;
}

#banner a:link { color: #5F77B5; }
#banner a:visited {color: #5F77B5; }
#banner a:hover {color: blue; }

.title {
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

.subTitle {
	color: #000;
	font-size: 0.8em;
}

.bookData {
	color: #636363;
	font-size: 0.6em;
}

#main {
			width: 780px;
}

#left {
			float: left;
			padding: 10px 30px;
}

#right { 
			 padding: 0px 30px;
}

#summary {
	text-align: left;
	font-size: 0.8em;
	color: #636363;
}

#orderButtons {
							width: 580;
							padding-top: 30px;
							clear: both;
							font-size: 0.8em;
							color: #636363;	
}

#orderButtons a { text-decoration: none; }
#orderButtons a:link { color: #636363; }
#orderButtons a:visited {color: #636363; }
#orderButtons a:hover {color: blue; }
	

ul.nav a {
	font-size: 0.6em;
	padding: 4px 3px 4px 3px;
	text-decoration: none;
}

ul.nav li {
	float: right;
	display: inline;
}

