body {
	margin: 0px;
	padding:0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background: #999;
}
img {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #b21727;
}

h4 {
	clear: both;
	display: block;
}

/*SPLASH PAGE*/
#contain {
	width: 780px;
	/*height: 450px;*/
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
/*NORMAL NORMAL*/
#container {
	position: relative;
	width: 723px;
	/*height: 450px;*/
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-color: transparent;
	border: none;
	min-width:0;
	clear: both;
}

/*HEADERS SPLASH*/
#front {
	width: 499px;
	height: 148px;
	border: 0;
	padding: 0;
	margin: 0px 0px -3px 140px;
	float: left;
	display: inline;
}
/*HEADERS NORMAL*/
#head {
	width: 723px;
	height: 151px;
	border: 0;
	padding: 0;
	position: relative;
	background-image: url(../images/header4.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom left;
	font-weight: bold;
	font-size: 14px;
	min-width:0;
	clear: both;
}
#head ul {
	text-decoration: none;
	width: 556px;
	list-style: none;
	padding: 19px 15px;
	margin: 0;
	color: #000;
}
#head li {
	display: inline;
}
#head a {
	text-decoration: none;
	color: #000;
}
#head a:hover {
	text-decoration: none;
	color: #b21727;
}

/*CONTENT*/
#contents {
	float: left;
	width: 524px;
	background-color: #fff;
	color: #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	background-image: url(../images/contentfooter.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 150px;
	padding: 15px 30px;
	padding-bottom: 100px;
}

#contents li {
	padding: 5px;
}

#contents img {
	border: 1px solid #000;
	text-align: center;
}

#contents a {
	color: #000;
}

#contents a:hover {
	font-weight: bold;
	color: #b21727;
}

#contents p.title {
	font-weight: bold;
	font-size: 14px;
}

#contents p.review {
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px;
}

#contents p em {
	color: #b21727;
}

/*COMMENT*/
#review {
	width: 465px;
	height: 80px;
	border: 2px solid #000;
	margin: 0px 0px 0px 140px;
	float: left;
	display: inline;
	padding: 15px 10px 25px 20px;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

.right {
	text-align: right;
}

/*AUTHOR*/
#author {
	width: 499px;
	height: 148px;
	border: 0;
	padding: 0;
	margin: 0px 0px 0px 139px;
	float: left;
	display: inline;
}

/*FRONT PAGE NAVIGATION BLOCK*/
#frontnav {
	float: right;
	/*height: 100%;*/
	text-align: left;
	width: 128px;
	margin: 0px;
	padding: 85px 0px 10px 8px;
	/*padding-bottom: 1%;*/
	min-width: 0;
}

#frontnav ul {
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;	
}

#frontnav li {
	padding-left: 10px;
	border-left: 5px solid #fff;
}
#frontnav li:hover {
	padding-left: 10px;
	border-left: 5px solid #777;
}

#frontnav li.current {
	font-weight: bold;
	border-left: 5px solid #777;
	color: #b21727;
}

/*NAVIGATION BLOCK*/
#nav {
	float: right;
	height: 100%;
	text-align: left;
	width: 128px;
	margin: 0px;
	/* padding: 10px 0px 10px 8px;*/
	padding-bottom: 1%;
	min-width: 0;
	clear: both;
}

#nav ul {
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;	
}

#nav li {
	padding-left: 10px;
	border-left: 5px solid #fff;
}
#nav li:hover {
	padding-left: 10px;
	border-left: 5px solid #777;
}

#nav li.current {
	font-weight: bold;
	border-left: 5px solid #777;
	color: #b21727;
}

/*BOOK OVERLAY*/
#cover {
	position: relative;
	height: 254px;
	width: 178px;
	top: -345px;
}
#cover img {
	border: 2px solid #000;
}

/*BLACKWELL LINE*/
#blackwellbase {
    float: left;
	/*top: 600px;*/
	display: block;
	min-width: 500px;
	width: 94%;
	padding: 20px 3%;
	height: 32px;
	background-color: #d18a0a;
	text-align: right;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#blackwell {
    float: left;
	/*top: 600px;*/
	min-width: 500px;
	width: 94%;
	height: 32px;
	padding: 20px 3%;
	background-color: #d18a0a;
	text-align: right;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

#blackwellbase a {
	color: #000;
}
#blackwellbase a:visited {
	color: #000;
}
#blackwellbase a:hover {
	color: #fff;
}

#blackwell a {
	color: #000;
}
#blackwell a:visited {
	color: #000;
}
#blackwell a:hover {
	color: #fff;
}

