body	    {
            background-color: #4C3F51;
            background-image: url(/imgs/bg.jpg);
            background-attachment: fixed;
            background-position: top center;
            background-repeat: repeat-y;
            margin: 0px;
            text-align: center;
		    font-size:14px;
            color: #181818;
            font-family: Georgia, Serif; 
            }

/* DIVS */

#option1 {
         background-image:url(imgs/bg-option-left.gif);
         background-attachment:scroll;
         background-position:top center;
         background-repeat:no-repeat;
         width:338px;
         height:200px;
         padding:7px 10px 10px 10px;
         float:left;
         }

#option2 {
         background-image:url(imgs/bg-option-right.gif);
         background-attachment:scroll;
         background-position:top center;
         background-repeat:no-repeat;
         width:338px;
         height:200px;
         padding:7px 10px 10px 10px;
         float:right;
         }

#option3 {
         background-image:url(imgs/bg-option-left.gif);
         background-attachment:scroll;
         background-position:top center;
         background-repeat:no-repeat;
         width:338px;
         height:200px;
         padding:7px 10px 10px 10px;
         float:left;
         }

#option4 {
         background-image:url(imgs/bg-option-right.gif);
         background-attachment:scroll;
         background-position:top center;
         background-repeat:no-repeat;
         width:338px;
         height:200px;
         padding:7px 10px 10px 10px;
         float:right;
         }

#wrapper	{
            margin: 0 auto;
            width: 800px;
            text-align: center;
            padding: 0px 1px 0px 1px;
            }

#menu	    {
            background-image: url(/imgs/bg-menu.jpg);
            background-attachment: fixed;
            background-position: top center;
            background-repeat: repeat y;
            margin: 0px 1px 0px 1px;
            height: 20px;
            text-align: left;
            padding: 10px 25px 10px 25px;
            }

#body-quotes	    {
            background-image: url(/imgs/bg-quotes.jpg);
            background-attachment: scroll;
            background-position: top center;
            background-repeat: repeat-y;
            margin: 0px 1px 0px 1px;
            height: auto;
            min-height: 195px;
            text-align: left;
            padding: 10px 25px 10px 25px;
            }

#body1	    {
            background-image: url(/imgs/bg-body1.jpg);
            background-attachment: scroll;
            background-position: top center;
            background-repeat: repeat y;
            margin: 0px 1px 0px 1px;
            text-align: left;
            padding: 10px 25px 10px 25px;
            }

#body1A	    {
            margin: 0;
            padding: 0px 10px 0px 55px;
            margin: 0;
            width: 370px;
            height: auto;
            text-align: left;
            float: left;
            }

#body1B     {
            padding: 10px 20px 10px 20px;
            width: auto;
            height: auto;
            text-align: left;
            float: right;
            }

#body2	    {
            background-image: url(/imgs/bg-body2.jpg);
            background-attachment: scroll;
            background-position: top center;
            background-repeat: repeat y;
            margin: 0px 1px 0px 1px;
            height: auto;
            min-height: 469px;
            text-align: left;
            padding: 10px 25px 10px 25px;
            }

#body2A	    {
            margin: 0;
            height: auto;
            text-align: right;
            color: #666666;
            }

#body2B	    {
            margin: 0;
            width: 362;
            height: auto;
            text-align: left;
            float: left;
            }

#body2C     {
            margin: 0;
            width: 362;
            height: 1px;
            text-align: left;
            float: right;
            }

#body2D { margin: 0; width: 362; height: auto; text-align: left; float: left; }
#body2E { margin: 0; width: 362; height: auto; text-align: left; float: right; }
#body2left { margin: 0; width: 107px; height: auto; text-align: left; float: left; padding: 3px 5px 0px 0px; }
#body2right { margin: 0; width: 250px; height: auto; text-align: left; float: right; }
#body3 { background-image: url(/imgs/bg-body3.jpg); background-attachment: scroll; background-position: top center; background-repeat: repeat-y; margin: 0px 1px 0px 1px; height: auto; text-align: left; color: #181818; padding: 10px 25px 10px 25px; }
#content-div-left { margin: 0; width: 305px; height: auto; text-align: left; float: left; }
#content-div-right { margin: 0; width: 435px; height: auto; text-align: justify; float: right; padding: 3px 0px 0px 5px; }
#footer { background-image: url(/imgs/bg-footer.jpg); background-attachment: scroll; background-position: top center; background-repeat: repeat-y; margin: 0px 1px 0px 1px; height: auto; text-align: right; padding: 3px; font-size:10px; color: #666; }
.left { float: left; }
.right { float: right; }
.cleaner { clear:both; height:auto; border:none; margin:0; padding:0; background:transparent; text-align: right; }
.cleaner24 { clear:both; height:24px; font-size:1px; border:none; margin:0; padding:0; background:transparent; }

            
/* TEXT FORMATTING */
.opt-hdr { color:#FFF; font-weight:bold; font-size:13px; }
.headline { font-weight: bold; font-size:22px; }
.sub-headline { font-weight: bold; font-size:14px; }
.pquote-left { float: left; width: 300px; font-weight: bold; padding: 5px; margin: 10px; }
.pquote-right { float: right; width: 300px; font-weight: bold; padding: 5px; margin: 10px; background-color:#C9C5CA; }            
            
/* IMAGES */
.content-img { float: left; padding: 0px 10px 0px 0px; }
.mugshot { border: 1px solid #000;  }

            
/* LINKS */
a { text-decoration: none; }          
a:visited { text-decoration: none; }          
a:hover { text-decoration: underline; }
            
a.opt { text-decoration: none; color: #181818; cursor:hand; }          
a.opt:visited { text-decoration: none; color: #181818; }          
a.opt:hover { text-decoration: underline; color: #181818; }
            
a.menu { color: #FFF; text-transform: uppercase; text-decoration: none; }
a.menu:visited { color: #FFF; text-transform: uppercase; text-decoration: none; }
a.menu:hover { color: #FFF; text-transform: uppercase; text-decoration: underline; }
a.menu:active { color: #FFF; text-transform: uppercase; text-decoration: underline; }
            
#footer a { text-decoration: none; color: #FFF; }
#footer a:visited { text-decoration: none; color: #FFF; }
#footer a:active { text-decoration: none; color: #FFF; }
#footer a:hover { text-decoration: underline; color: #FFF; }
            
#body2A a { font-size: 12px; text-decoration: none; color: #666; }
#body2A a:visited { font-size: 12px; text-decoration: none; color: #666; }
#body2A a:active { font-size: 12px; text-decoration: none; color: #666; }
#body2A a:hover { font-size: 12px; text-decoration: underline; color: #666; }