body {
    background: #fef9f2;
    color: #000;
    margin: 0;
    padding: 0;
    font-family: "Arial", sans-serif;
    font-size: 9pt;
}

a:link,a:visited {
    color: #00f;
    text-decoration: underline;
    font-weight: bold;
}

a:hover,a:active {
    color: #555;
    text-decoration: none;
}

img {
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: square;
}

hr {
    color: #000;
    background-color: #000;
    height: 1px;
    border: 0;
}

p {
    text-align: justify;
    margin: 0.5em 0;
}

ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

ol {
    margin: 0 0 0 2em;
    padding: 0;
}
    

li span {
    font-weight: bold;
}

h1 {
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    margin: 0;
    padding: 0;
}

h2 {
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* Classes */
.clear {
    clear: both;
}

p.reviewAuthor {
    text-align: right;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 1em;
}

p.summary {
    font-style: italic;
    font-weight: bold;
}

p.banner {
  text-align: center;
}

div.counters {
  margin-top: 2em;
  text-align: left;
}

/* Ids */
div#wrapper {
    width: 760px;
    margin: 0 auto;
    text-align: left;
}

div#header {
    height: 90px;
    background: url("/rastop/images/top.jpg") center center no-repeat;
}

ul#menu {
    height: 70px;
    background: #999;
    list-style: none;
    display: block;
    width: 280px;
    text-transform: uppercase;
    padding: 10px;
}

ul#menu li {
    text-align: right;
}

ul#menu a {
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    background: url("/rastop/images/dot_black.gif") right center no-repeat;
}

ul#menu a:hover,ul#menu a:active {
    color: #ddd;
    text-decoration: none;
    background: url("/rastop/images/dot_white.gif") right center no-repeat;
}

div#blockLeft {
    float: left;
    width: 300px;
    padding: 0;
    text-align: center;
}

div#main {
    float: right;
    width: 435px;
    padding: 10px;
}