﻿body
{
    background-image: url(images/site/bg.jpg);
    background-position: top;
    margin: 0;
    padding: 0;
    margin-top: 0;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 12px;
    line-height: 1.6em; 
}
p
{
    line-height: 1.8em;
    margin-top:5px; 
}
a
{
    color: #003366;
    font-weight: bold; 
}
a:hover
{
    text-decoration: none;
}
a img
{
    border: none;
}
h2
{
    font-family: "Courier New" , Courier;
    font-size: 2em;
    color: #993300;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase; 
}
h2.section
{
    font-size: 1.4em;
    color: #4A3E2F;
    border-bottom: solid 1px #4A3E2F;
    border-top: solid 1px #4A3E2F;
    clear: left;
    padding:0;
    margin-top: 10px; 
    letter-spacing: 1px;
    text-transform: uppercase; 
}
h3
{
    font-size: 1.3em;
    clear: left;
    font-family: Arial, Helvetica, sans-serif;
}
object{
 margin: 0;
 display: block; 
 border: solid 1px #cacaca;
}
#container
{
    background: url('images/site/bg_top.jpg') repeat-x 50% top;
    width: 100%;
}
#content_frame
{
    width: 818px;
    min-height: 760px; 
    margin: auto;
    position: relative;
    z-index: 100;
    background: url('images/site/content_sides.jpg') repeat-y;
}
#content
{
    padding: 30px 30px;
    background: url(images/site/content_top.jpg) no-repeat;
}
#header
{
    padding-top: 50px;
    width: 800px;
    margin: auto;
    z-index: 2; 
    position: relative;
}
#nav
{
 border-top: solid 2px #4A3E2F;
    height: 30px;
    width: 800px;
    padding: 0;
    margin: auto;
    margin-top: 20px; 
    position: relative;
    margin-bottom: 10px;
}
#nav li
{
    display: block;
    margin: 10px 20px 10px 10px;
    padding: 0;
    list-style: none;
    list-style-image: none;
    top: 0;
    float: left;
}
#nav li a
{
    color: #4A3E2F;
    text-decoration: none;
    font-family: 'Courier New' , Courier, monospace;
    font-size: 1.5em;
    text-transform: uppercase;
}
#nav li a:hover
{
    text-decoration: underline;
}

#footer
{
    clear: left;
    padding-top: 10px;
    margin: 10px 10px 0 10px;
    font-size: 0.8em;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    border-top: dotted 2px #cacaca; 
}

#dove
{
    position: absolute;
    top: 0px;
    z-index: 0;
    text-align: center;
    width: 100%;
}
#dove img
{
    margin-left: 700px;
    margin-top: -80px;
    width: 300px;
}
img.left
{
 float:left;
 margin: 0 10px 10px 0; 
 border: solid 1px #cacaca; 
}
ul.files
{
    margin: 0;
    padding: 0;
}
ul.files li
{
    list-style: none;
    padding: 5px 0 10px 0;
    width: 260px;
    margin: 0;
    float: left;
}

.admin
{
 margin-top: 20px;
}
.admin a
{
 font-size: 0.8em;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none; 
 display: block;
 padding: 1px 10px;
 margin-right: 10px;  
 border: solid 1px #003366; 
 float:left;  
}
.admin a:hover
{
 color: White;
background-color: #003366; 
}



