/* @group Global */

p {
       margin-top: 5px;
}

span.tagline {
	line-height: 2em;
	margin-left: 15px;
	color: black;
	padding: 8px 15px;
        margin: 5px;
	background-color: #FFCC33;
        position: absolute;
        left: 30px;
}

span#tagline em {
        color: white;
}

span.quote-header {
	font-variant: small-caps;
	display: block;
	font-size: large;
}

span.quote-author {
    display: block;
    color: #92D340;
}

#book-buttons {
    position: absolute;
    right: 5px;
    margin: 10px;
}

#cover {
    margin: 10px;
    right: 20px;
    border: 3px ##92d340;
}

#extended {
    position: absolute;
    left: 0px;
    top: 720px;
    width:190px;
    text-align: center;
    padding: 5px;
}

#extended p{
    background: #7495AB;
    border:1px solid #000;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}

#extended h3{
	color:  #FFCC33;
	font-size:  12pt;
}

h2.date{
	color: #99CCFF;
}

/* @group Header */

#divBanner a{
  text-decoration: none;
}

#divBanner a:hover {
  text-decoration: underline;
}

#divBanner{
	color: #92D340;
        font-size: 4.5em;
        font-weight: bold;
        height: 140px;
	margin-top: 0px;
	border: 5px solid #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/books.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
        text-align: center;
}

#divlogo {
	height: 95px;
	margin-top: 0px;
	border: 5px solid #FFFFFF;
	background-image: url(images/booksquare.png);
	text-align: center;
	padding-top: 45px;
	font-size: 3em;
}
span.ain {
	color: #FFC605;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #92D340;
}
span.web { 
	color: #FFC605;
}

/* @end */

/* @group Footer */
#footer {
	padding: 1px;
}
/* @end */

