body {
	background-image: url(pictures/hennapurple.jpg);
	background-repeat: repeat-x;
        background-position: top center;
        background-color: #000000;
}
.container{
        background-image: url(pictures/back7opt.jpg);
        background-position: top center;
        background-repeat: no-repeat;
}
.content {
        width: 960px;
	padding-bottom:1em;
	font-family: Palatino, “Palatino Linotype”, “Palatino LT STD”, “Book Antiqua”, Georgia, serif;
	font-size:18px;
}
.book {
	width: 350px;
	padding-left:0 px;
}
body, td, th {
	color: #F4D7FC;
        font-size:18px;
}
h1 {
	color: #f3ecfd;
}
h2 {
	color: #f3ecfd;
}
h3, h4 {
	color: #ffffff;
}
h5, h6 {
	color: #ffffff;
}
hr
{
    background-color: #eee;
    border: 0 none;
    color: #EE9A4D;
    height: 1px;
}
a {
	color: #e2c8f8;
}

form {
	background-color: #000000;
}

a.imgPop {
    z-index:300;
}
a.imgPop:hover {
    display:inline;
    z-index:300;
}
a.imgPop span {
    display:none;
}
a.imgPop:hover span, a.imgPop span:hover {
    display:block;
    position:absolute;
    top:450px;
    left:0em;
    width:150px;
    height:150px;
}