* {
    padding: 0;
    margin: 0;
}

body {
    background-color:#000;
}

#book {
    width:802px;
    margin: 0 auto;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    padding: 20px 0px 20px 0px;
    
}

#book a, #book a:visited {
    color: #0066ff;
    text-decoration: none;
}

#book a:hover, #book a:active {
    color: #0066ff;
    text-decoration: underline;
}

#top {
    width:802px;
    height: 96px;
    background-image:url(../images/top.jpg);
}

#linksbox {
    width: 802px;
    height: 38px;
    background-image:url(../images/linkbar.gif);
    background-repeat:repeat-x;
    font-size: 12px;
    color: #fff;
}

#links {
    padding-left: 35px;
    padding-top: 9px;
}

#links a, #links a:visited {
    text-decoration: none;
    color: #fff;
}

#links a:hover, #links a:active {
    text-decoration: underline;
}

#content {
    background-color: #fff;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
}
#info {
    padding: 30px 35px 30px 35px;
}

#news {
    color:#ff0000;
}

#title {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 7px 0px 7px 0px;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #999;
}

#featured, #bottom {
    border-bottom: 1px #ccc solid;
}

#bottominfo {
    padding-bottom: 1em;
}

#footer {
    padding-top: 40px;
    text-align: center;
}

/*-----Classes-----*/
.heading {
    font-weight: bold;
    font-size: 14px;
}
.heading2 {
    font-size: 14px;
    color: #ff0000;
}
.glueEx {
    width: 224px;
    float:left;
}
.clearfix {
    clear:both;
}
.anim {
    width: 224px;
    height: 122px;
    border: 1px black solid;
}
.item {
    width: 135px;
    text-align: center;
    font-size: 11px;
    float: left;
    margin-left: 14px;
}
.contentimage {
    width: 135px;
    height: 104px;
    text-align: center;
}

hr {
    border: none;
    height: 1px;
    background-color: #ccc;
}
