body {
background-image:url(pictures/hennablue.jpg);
background-repeat:repeat-x;
background-position:top center;
background-color:#000000
}

.container {
background-image:url(pictures/back1opt.jpg);
        background-position: top center;
        background-repeat: no-repeat;

}

.content {
width:960px;
padding-bottom:5em;
	font-family: Palatino, “Palatino Linotype”, “Palatino LT STD”, “Book Antiqua”, Georgia, serif;
	font-size:20px;
position: relative;
}

.book {
width:350px;
padding-left:15px
}

body,td,th {
color:#668CFF;
font-size:18px
}

h1 {
color:#F0F0F3
}

h2 {
color:#F0F0F3
}

h3, h4 {
	color: #ffffff;
}

h5, h6 {
	color: #ffffff;
}

hr
{
    background-color: #eee;
    border: 0 none;
    color: #EE9A4D;
    height: 1px;
}

a {
	color: #99B2FF;
}

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:550px;
    left:100px;
    width:150px;
    height:150px;
}