﻿body 
{
    background-color: #3b3330;
    margin-top: 30px;
}
#header 
{
    width: 765px;
    margin: auto;
    text-align: center;
}
#site 
{
    background-color: #ffffff;
    width: 765px;
    margin: auto;
    padding: 0;
}
#head_images
{
    margin-left: 15px;
    margin-right: 15px;
}
#head_images img 
{
    float: left;
}
#menu 
{
    width: 716px;
    margin: auto;
    padding: 10px 0 0 0;
}
#menu a, #menu img
{
  border: 0;
  margin: 0;
  padding: 0;
}
#menu img 
{
    float: left;
}
#content 
{
    width: 696px;
    margin: auto;
    padding: 10px;
    background: #d8cdaf;
}
#content h1 
{
    color: #e76122;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: medium;
}   
#content p 
{
    font-family: Arial, Sans-Serif;
    font-size: small;
}
#col1 
{
    float: left;
    width: 440px;
}
#col2
{
    float: right;
    width: 235px;
    border-left: solid 2px #eee5c6;
    padding-left: 5px;
}
#col2 h1, #col2 img { text-align: center; }
#col2 p 
{
    width: 200px;
    margin: auto;
}
#welcome 
{
    padding-left: 170px;
    margin: 0;
}
#morecontent 
{
    border-top: solid 2px #eee5c6;
}
#footer 
{
    width: 765px;
    margin: auto;
    padding: 5px 0 0 0;
    color: #d8cdaf;
    font-family: Arial, Sans-Serif;
    font-size: small;
    font-weight: bold;
}
#copy 
{
    float: left;
    width: 500px;
}
#pacweb
{
    float: right;
    width: 165px;
    text-align: right;
}
#pacweb a 
{
    color: #d8cdaf;
}
.gallery img 
{
    float: left;
    border: solid 3px white;
    margin: 3px 3px 0 0;
}
.mid_image 
{
    margin-left: 5px;
    margin-right: 5px;
}
.l1 
{
    float: left;
    width: 190px;
}
.l2
{
    float: left;
    width: 190px;
}
.bull
{
    font-family: Arial, Sans-Serif;
    font-size: small;
}
ul 
{
    margin: 0 0 0 20px;
    padding: 0;
}
.bull li 
{
    list-style-type: none;
    display: block;
    vertical-align: middle;
    background-image: url(Images/arr_right.jpg);
    background-repeat: no-repeat;
    height: 15px;
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
}
.center 
{
    text-align: center;
}
.clear 
{
    clear: both;
    height: 0px;
}
.more
{
    text-align: right;
}
.more img { float: right; }
.more a 
{
    display: block;
    color: Black;
    float: right;
    font-family: Arial, Sans-Serif;
    font-size: small;
    text-decoration: none;
    padding: 0 5px 0 5px;
    position: relative;
    top: -2px;
}
.more a:hover 
{
    text-decoration: underline;
}
.home img { float: left; }
.home a 
{
    display: block;
    color: maroon;
    float: left;
    font-family: Arial, Sans-Serif;
    font-size: small;
    text-decoration: none;
    padding: 0 5px 0 5px;
    position: relative;
    text-transform: uppercase;
    top: -2px;
}
.home a:hover 
{
    text-decoration: underline;
}