/*Primary CSS for Quizercise site*/

body {
background-color: #ffdf9d;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 16px;
color: #330000;
 }

#container {
background-color: #ffffff;
background-image: url(images/qzlogo4.gif);
background-repeat: no-repeat;
position: absolute;
left: 50%;
height: 800px;
width: 700px;
margin-left: -350px;
background-position: 1em 1em;
border: #996633 solid; }

#links {
position: absolute;
margin-top: 180px;
height: 25px;
width: 340px;
margin-left: 255px;
padding-right: 40px;
background-color: #ffcc66;
z-index: 20;
 }

#button1 {
width: 79px;
height: 23px; 
margin-left: 10px;
border: none; }

#button2 {
width: 79px;
height: 23px; 
margin-left: 100px;
margin-top: -23px;
border: none; }

#button3 {
width: 79px;
height: 23px; 
margin-left: 90px;
margin-top: -22px; 
border: none; }

#button4 {
width: 79px;
height: 23px; 
margin-left: 200px;
margin-top: -22px; 
border: none; }

#book {
position: absolute;
background-image: url(images/book2.gif);
background-repeat: no-repeat;
width: 351px;
height: 433px;
margin-left: -8em;
margin-top: 175px;
border: none;
z-index: 10; }

#maincontent {
position: absolute;
margin-left: 260px;
margin-right: 4em;
margin-top: 210px;
 }

li {
background-repeat: no-repeat;
background-image: url(images/bul4.gif);
display: block;
list-style-type: none;
list-style-position: outside; }

#bottom {background-image: url(images/footart2.jpg);
position: absolute;
background-repeat: no-repeat;
margin-top: 660px;
left: 50%;
height: 50px;
width: 600px;
margin-left: -300px;
z-index: 0;
 }

div#footer {
width: 351px;
height: 433px;
position: absolute;
margin-top: 740px;
left: 50%;
height: 50px;
width: 600px;
margin-left: -300px;
font-size: 10px;
text-decoration: none;
text-align: center; }

h1 {
font-size: 120%;
color: #330000;
margin-top: 1em;
margin-bottom: 0em; }

h2  { 
font-size: 100%;
color: #ff9933;
margin-top: 0em;
margin-bottom: 1em;
 }

h3 {
font-size: 100%;
margin-top: 0em;
}




