/* CSS Document */
/*********************************/
/*     Majestic Wood Workds      */     
/*   Website CSS Style Sheet     */
/*                               */
/*       By: JMI Designs         */
/*********************************/


body { background-image: url('images/bg.gif'); margin-left:0px; margin-right:0px; margin-top:20px;

scrollbar-arrow-color: #000000;
scrollbar-face-color: #E3D6BF;
scrollbar-3dlight-color: #B4B7A2;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #B4B7A2;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #B4B7A2; }

.contact { text-align:right; font:11px sans-serif; font-weight:bold; color:#000000; }

.copyright { text-align:center; font-family: Geneva, Arial, Helvetica, sans-serif; font:10px arial; color:#000000 }

.plugin { text-align:center; font:11px arial; color:#000000 }

.topnavabout { font:10pt arial; font-weight:bold; }

.topnav { font:12pt arial; font-weight:bold; }

.submenu { font:11px arial; color:#000000 }
.submenu_about { font:11px arial; color:#ffffff; font-weight:bold; }

.subhead { font:12pt arial; font-weight:bold; color:#2b8949 }

.storyhead { font-size: 16pt;text-align: left; font-weight:bold; margin: 5px 10px 5px 10px;}

.story { font-size: 14px; text-align: left; margin: 5px 10px 5px 10px;}

#banner { border:1px #000000 solid; }

:link { color: black; text-decoration: none; }     /*  unvisited links      */
:visited { color: black; text-decoration: none; }  /*  visited links        */
:active { color: black; text-decoration: none; }   /*  when link is clicked */
:hover { color: blue; text-decoration: none; }     /*  mouse is over link   */

/* Bottom Code are for Navigation on Galliers */

:link.color1 { color: black; text-decoration: none; }     /*  unvisited links      */
:visited.color1 { color: black; text-decoration: none; }  /*  visited links        */
:active.color1 { color: #2b8949; text-decoration: none; }   /*  when link is clicked */
:hover.color1 { color: #2b8949; text-decoration: none; }     /*  mouse is over link   */

/* Bottom Code are for Navigation on About Page */

:link.color2 { color: white; text-decoration: none; }     /*  unvisited links      */
:visited.color2 { color: white; text-decoration: none; }  /*  visited links        */
:active.color2 { color: #2b8949; text-decoration: none; }   /*  when link is clicked */
:hover.color2 { color: #2b8949; text-decoration: none; }     /*  mouse is over link   */

:link.about_bottom { color: white; text-decoration: none; }     /*  unvisited links      */
:visited.about_bottom { color: white; text-decoration: none; }  /*  visited links        */
:active.about_bottom { color: #2b8949; text-decoration: none; }   /*  when link is clicked */
:hover.about_bottom { color: #2b8949; text-decoration: none; }     /*  mouse is over link   */

/* Bottom Code are for Click for plugin on Home page */

:link.color3 { color: blue; text-decoration: none; }        /*  unvisited links      */
:visited.color3 { color: blue; text-decoration: none; }     /*  visited links        */
:active.color3 { color: blue; text-decoration: none; }      /*  when link is clicked */
:hover.color3 { color: blue; text-decoration: underline; }  /*  mouse is over link   */

