/* LAYOUT */

body {
    padding:0;
    margin:0;
    background: #000000;
    font-family: Verdana, Arial, sans-serif; 
    font-size: 100.01%;
}
#wrapper {
    padding: 0px;
    margin: 3%;
    background:#000000;
    background-image: url(graphics/paper-tile.jpg);
    background-repeat: repeat;
    position:absolute;
    _height: 93%;
    min-height:93%;
    min-width:800px;
    width: 94%;
    _width: expression( document.body.clientWidth < 857 ? "807px" : "94%" );
}
#blackbottom {
    padding:0;
    margin:0;
    background:#000000;
    position:absolute;
    bottom:-1px;
    height: 24px;
    width: 100%;
}
#hprop {
    padding:0;
    margin:0;
    height:1px;
    width:800px;
}
#hprop2 {
    padding:0;
    margin:0;
    height:1px;
    width:780px;
}
#vprop {
    float:left;
    padding:0;
    height:625px;
    width:0px;
}
#top {
    background-image: url(graphics/paper-edge-top.gif);
    background-repeat: repeat;
    position:absolute;
    margin:0px;
    padding:0px;
    top:-1px;
    left:0px;
    right:0px;
    height:27px;
}
#left {
    background-image: url(graphics/paper-edge-left.gif);
    background-repeat: repeat;
    position:absolute;
    margin:0px;
    padding:0px;
    top:0px;
    left:-1px;
    bottom:0px;
    width:42px;
}
#right {
    background-image: url(graphics/paper-edge-right.gif);
    background-repeat: repeat;
    position:absolute;
    margin:0px;
    padding:0px;
    top:0px;
    right:-1px;
    bottom:0px;
    width:28px;
}
#bottom {
    background-image: url(graphics/paper-edge-bottom.gif);
    background-repeat: repeat;
    position:absolute;
    margin:0px;
    padding:0px;
    left:0px;
    right:0px;
    bottom:23px;
    height:25px;
}
#topleft {
    background-image: url(graphics/paper-corner-topleft.gif);
    background-repeat: no-repeat;
    position:absolute;
    margin:0px;
    padding:0px;
    top:-1px;
    left:-1px;
    width:61px;
    height:58px;
}
#topright {
    background-image: url(graphics/paper-corner-topright.gif);
    background-repeat: no-repeat;
    position:absolute;
    margin:0px;
    padding:0px;
    top:-1px;
    right:-1px;
    width:57px;
    height:58px;
}
#bottomleft {
    background-image: url(graphics/paper-corner-bottomleft.gif);
    background-repeat: no-repeat;
    position:absolute;
    margin:0px;
    padding:0px;
    left:-1px;
    bottom:23px;
    width:62px;
    height:43px;
}
#bottomright {
    background-image: url(graphics/paper-corner-bottomright.gif);
    background-repeat: no-repeat;
    position:absolute;
    margin:0px;
    padding:0px;
    right:-1px;
    bottom:23px;
    width:49px;
    height:45px;
}
#content {
    padding:0;
    margin-top:70px;
    margin-left:70px;
    margin-right:70px;
    margin-bottom:124px;
    text-align:left;
}
.title {
    margin-top:7px;
    margin-bottom:7px;
    text-align:center;
    font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    color: #330033;
    font-weight: bold;
}

/* FORMATTING */
p {font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; color: #330033;}
h1 {font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 1.5em; color: #330033;}
h2 {font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 1.25em; color: #330033;}
h3 {font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 1em; color: #330033;}
h4 {font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 0.97em; color: #330033;}
td {font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #330033;}
table.center {margin-left: auto; margin-right: auto;}
img.center {display: block; margin-left: auto; margin-right: auto;}
img.main {display: block; padding-top: 35px; padding-bottom: 35px; margin-left: auto; margin-right: auto;}
img.disc {display:block; float:right; margin-right:25px; margin-top:120px;}
a:link.review {color:#330033; text-decoration:none;}
a:visited.review {color:#330033; text-decoration:none;}
a:hover.review {color:#ff0033; text-decoration:none;}
a:active.review {color:#330033; text-decoration:none;}
.head4 {font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 0.97em; color: #330033; font-weight:bold;}

