body {  
    font-family: Arial;
    color: Black;
    margin: 0px;
    padding: 0px;   
    font-size: 10pt;
    background-color: #594e42;
    background-image: url(/images/bg2.jpg)
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px
}
h1 {
    font-family: Copperplate Gothic Light;
    font-size: 18pt;
    font-weight: normal
}
p, div {
    line-height: 1.5em;
}
td {
    vertical-align: top
}
.link_div {
    padding-left: 5px;
    padding-right: 5px;
}

/*********** Header ***********/ 

#header1 {
    height: 25px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 15px;
}
#header2 {

}

/*********** Main ***********/ 

#container {
    width: 900px;
    text-align: left;
    background-image: url(/images/background.jpg);
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    border-bottom: 1px solid #444444;
    position: relative
}

#content {
    padding: 20px;
}

/*********** Menu ***********/ 

.menu_dots {
    position: absolute; 
    top: 132px
}

/*********** Footer ***********/ 

#footer {
    background-color: #3b3125;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 20px;
    color: white;
    font-size: 9pt;
}

/*********** Picture Frame ***********/ 
.frame {

}
.frame_top_left {
    background-image: url(/images/frame_top_left.jpg);
    width: 8px;
    height: 8px;
}
.frame_top {
    background-image: url(/images/frame_top.jpg);
    height: 8px;
}
.frame_top_right {
    background-image: url(/images/frame_top_right.jpg);
    width: 13px;
    height: 8px;
}
.frame_left {
    background-image: url(/images/frame_left.jpg);
    width: 8px;
}
.frame_center {

}
.frame_right {
    background-image: url(/images/frame_right.jpg);
    width: 13px;
}
.frame_bottom_left {
    background-image: url(/images/frame_bottom_left.jpg);
    width: 8px;
    height: 13px;
}
.frame_bottom {
    background-image: url(/images/frame_bottom.jpg);
    height: 13px;
}
.frame_bottom_right {
    background-image: url(/images/frame_bottom_right.jpg);
    width: 13px;
    height: 13px;
}