/* Janet Fogg -- Inside Page CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* Global properties */
body {
	background-color: #4A45A8;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	text-align: center;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat;
}

h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}


a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a,  a:link {
	color: #4945A8;
	text-decoration: underline;
}


a:hover {
	color: #7770FD;
	text-decoration: underline;
}

a:focus {
  color: #000;
}

a:active {
  color: #000;
}
.book-title {
	font-size: 14px;
	font-weight: bold;
	color: #4842A8;
}

/*Container and Content */
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 848px;
	background-image: url(../_images/inside-bottom.jpg);
	background-repeat: no-repeat;
	background-color: #EBEBEB;
	background-position: bottom;
	border: 1px dotted #000000;
}
#header {
	background-color: #EBEBEB;
	padding: 0px;
	background-image: url(../_images/inside-header.jpg);
	background-repeat: no-repeat;
	height: 147px;
}
 #leftColumn {
	float: left;
	width: 260px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../_images/inside-left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

 #content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	background-image: url(../_images/inside-right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer {
	background-color: #EBEBEB;
	background-image: url(../_images/inside-footer.jpg);
	background-repeat: no-repeat;
	height: 76px;
	padding-top: 4px;
	padding-right: 65px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 .clearFloat {
  clear: left;
  display: block;
}
