
body {
    /*background-attachment: scroll;*/
    /*background-image: url("../images/work/bg2.png");*/
    /*background-image: url("../images/bg-gradient.jpg");*/
    background-repeat: repeat;
    /*background-position: left top;*/
    font-family: "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
    font-size: 12px; 
}    

#frame {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2px;
    padding: 0px;
    text-align: center;
}

#header {}
#footer {}
#search {}

#gallery{
    text-align: center;
    /* padding: 80px 20px 20px 20px; */
}

.post-title {

    margin: 0px;
    font-weight: bold; 
    font-size: 2.2em; 
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.snap_preview{
    padding: 0px;
    margin: 0px;
    
}

.address {
    font-weight: normal; 
    font-size: 10pt;
    text-align: left;
}
.content {
    text-align: left;
    padding: 10px 10px 10px 30px;
    font-size: 1.3em; 
    
}
.content p {
    text-align: justify;
    padding-right: 1.3em;
}

.content-sub-header {
    text-align: left;
    padding: 2px;
    font-weight: bold; 
    font-size: 2.2em; 
}

.info {
    font-size: 8pt;
    font-weight: bold; 
    padding: 1px;
}
.box {
    border: 1px solid;
    padding: 10px;
}
.box p {
    text-align: justify;
}

/* for mulit slide show */
.seqslidestyle{
    margin-right: 15px;
}

/*spiffy round box*/

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{ 
    background: transparent url(img.php.png) no-repeat bottom right} 
.cssbox{ 
    /* intended total box width - padding-right(next) */ 
    width:335px !important; 
    /* IE Win = width - padding */ 
    width: 320px; 
    /* the gap on the right edge of the image (not content padding) */ 
    padding-right:15px; 
    /* use to position the box */ 
    margin:20px auto} 
/* set the top-right image */ 
.cssbox_head{
    background-position:top right; 
    /* pull the right image over on top of border */ 
    margin-right:-15px; 
    /* right-image-gap + right-inside padding */ 
    padding-right:40px} 
/* set the top-left image */ 
.cssbox_head h2{ 
    background-position:top left; margin:0; 
    /* reset main site styles*/ 
    border:0; 
    /* ditto */ 
    /* padding-left = image gap + interior padding ... no padding-right */ 
    padding:25px 0 15px 40px; height:auto !important; height:1%} 
/* IE Holly Hack */ /* set the lower-left corner image */ 
.cssbox_body{ 
    background-position:bottom left; margin-right:25px; 
    /* interior-padding right */ 
    padding:15px 0 15px 40px} 
/* mirror .cssbox_head right/left */


