body {
	font: .83em/1.3 Arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: rgb(245,160,81);
	color: black;
}

p, h3, h4, h5, table, form {
	margin: 0 0 1em;
	padding: 0;
}

ul {
	margin: 0 0 1em 8px;
	padding: 0 0 0 8px;
	list-style: circle url(images/dot.png);
}

a {
	color: #ee008c;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

input, textarea {
	font: bold 92% Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 880px;
	background-color: white;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#header {
	height: 151px;
	width: 100%;
	background-image: url("images/banner.jpg");
}
#header h1 {
	color: rgb(222,114,26);
	font-size: 120%;
	margin: 38px 0 0 310px;
	float: left;
	display: inline;
}
#header h1 span {
	font-size: 72%;
	font-weight: normal;
	line-height: 4;
}
#header a {
	color: rgb(222,114,26);
}

#content {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
* html #content {
	height: 1%;
	overflow: visible;
}

#leftside {
	float: left;
	padding: 0 0 120px;
	margin: 0 20px 0 30px;
	width: 240px;
	display: inline;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	border-bottom: 1px;
	font-weight: bold;
	padding: 2px 6px;
}
#menu li a {
	color: rgb(222,114,26);
	display: block;
}

#menu li a.selected {
	color: black;
}

#main {
	float: left;
	margin: 0;
	padding: 0 20px;
	width: 500px;
}

#footer {
	clear: both;
	margin: 10px auto;
	padding-bottom: 10px;
}
#footer p {
	text-align: center;
	font-size: 83%;
	color: rgb(222,114,26);
}
#footer a {
	color: rgb(222,114,26);
}

#logos {
	position: absolute;
	height: 120px;
	left: 30px;
	bottom: 5px;
}
#logos img {
	padding: 3px 5px;
}

.head1 {
	margin: 0;
	color: rgb(222,114,26);
	font-size: 110%;
	font-weight: bold;
}
.head2 {
	font-size: 110%;
	font-weight: bold;
}
.head3 {
	margin: 0;
	font-weight: bold;
}

.quote{
	color: rgb(222,114,26);
}

#home-image {
	margin-left: -125px;
}

#book-contents a {
	color: black;
}
