﻿html
{
    margin: 0;
    padding: 0;
    font-family: arial;
}
body
{
    background-color: #ddd;
    background: #fff url('bg1.gif');
    margin: 0;
    padding: 0;
}
h1
{
    font-size: 1.5em;
}
h2
{
    font-size: 1.2em;
}
p, h1, h2, h3
{
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma;
}
/* LINKS */
a
{
    color: #DC0711;
}
a:hover
{
    color: White;
    background-color: #DC0711;
}
h2
{
    margin-top: .5em;
}
p
{
    margin-bottom: .5em;
}
td
{
    vertical-align: top;
}
/* ---------------------- Columns ----------------------------- */
#wrapper
{
    top: 5px;
    width: 900px;
    background-color: white;
    margin: auto;
    position: relative;
    padding: 0;
}
#head
{
    /*    height: 192px;*/
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#head h1
{
    float: left;
    font-family: Arial;
    letter-spacing: -1.5px;
}
#HeadAnimate
{
    position: absolute;
    top: 30px;
    left: 285px;
    height: 108px;
    width: 450px;
}
#HeadAnimate a:hover
{
    background: white;
}
#HeadText
{
    position: absolute;
    top: 0px;
    left: 285px;
}
#nav-crumbs
{
    font-size: .7em;
    position: absolute;
    top: 28px;
    right: 5px;
    text-align: right;
    width: 18%;
}
#nav-crumbs a:hover
{
    text-decoration: none;
}
/* This bit does all the work */
#container
{
    display: block;
    overflow: visible;
    background: white;
}
* html #container
{
    display: inline-block;
}
#right
{
    float: right;
    width: 645px;
    padding-top: 0.1px;
}
#left
{
    float: left; /*   position: relative;*/
    width: 245px;
    display: inline;
}
.colleft
{
    float: left;
    width: 49%;
}
.colright
{
    float: right;
    width: 49%;
}
#justify
{
    padding-top: 0.1px;
    padding-left: 5px;
    padding-right: 0px;
    text-align: justify;
}
#justify p
{
    font-size: 12px;
}
#justify h2
{
    font-size: 16px;
    margin-top: 2px;
    color: #DC0711;
    font-weight: normal;
}
.clear
{
    clear: both;
}
/* ------------------------- FOOTER ------------------------------ */
#footer-wrapper
{
    clear: both;
}
#footer
{
    clear: both;
    text-align: center;
    color: White;
    font-size: .7em;
    margin: 0px;
    padding: 0;
    background: #333;
    height: 50px;
}
#footer a
{
    color: White;
}
#footer a:hover
{
    text-decoration: none;
}
/* ------------------------- BOXES ------------------------------ */
.boxhead, .box, div.boxmain
{
    padding: 5px 10px 5px 10px;
    margin: auto;
    border: solid 1px #ccc;
}
.boxhead
{
    background-color: #ccc;
    margin-top: 5px;
    text-align: center;
    color: White;
    font-size: 0.9em;
    font-family: Tahoma;
}
div.box
{
    font-size: .7em;
}
div.box, div.boxmain
{
    background-color: transparent;
    color: Black;
}
div.box a:hover, div.boxmain a:hover
{
    text-decoration: none;
}
div.rc1
{
    margin-top: 5px;
    color: #fff;
    background: #333 url('tr2.gif') no-repeat right top;
    text-align: center;
}
/* paging for the browse page */
.paging
{
    font-size: .7em;
    border-bottom: solid #333 1px;
    border-top: solid #333 1px;
}
/*.pgbtn
{
    background-color: #eee;
    border: 1px solid;
}

*/
div.content
{
    padding-top: 0.1px;
}

/* --------------------------------- WATERMARK ----------------------------- */
.watermark
{
    background:  url('rrg-watermark.gif');
    background-repeat: no-repeat;
    background-position: right;
    color: #DC0711;
}

