body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #333333;
    background: url(../images/tile.jpg) top left repeat-y;
}
a:link {
    color: #020167;
    text-decoration: underline;
}
a:visited {
    text-decoration: underline;
    color: #999999;
}
a:hover {
    text-decoration: none;
    color: #3131FD;
}
a:active {
    text-decoration: underline;
    color: #020167;
}
div.body {
   width:750px;
}
div.logo {
    float: left;
}
div.page_title {
    float: right;
}
div.content {
    float: left;
    width: 360px;
    background-image: url(../images/gr.jpg);
    height: 540px;
}
div.side {
    float: right;
}
div.nav {
    float: left;
    background-image: url(../images/back.jpg);
    height: 540px;
    width: 175px;
}
div.page {
    float: right;
}
ul.nav{
    font-size: 12px;
    font-weight: bold;
    color: white;
    list-style-type: square;
    margin-top: 100px;
}
ul.nav li{
    margin-top: 5px;
}
ul.nav a{
    color: white;
}
ul.nav a:hover{
    color: royalblue;
}
