/* King & Zelko Main Style Sheet */

a:link, a:visited {
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   color: #19432D;
}

a:hover, a:active {
   background-color: #CCCCCC;
   text-decoration: none;
   font-weight: bold;
   color: white; 
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13pt;
   color: #2F503D;
   text-align: center;
}

h2 {
   font-family: "Times New Roman", Times, serif;
   font-size: 13pt;
   font-weight: bold;
   text-align: center;
}

h3 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18pt;
   color: #2F503D;
   text-align: center;
}

h4 {
   font-family: "Times New Roman", Times, serif;
   font-size: 10pt;
   font-weight: bold;
   text-align: center;
}

h6 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18pt;
   color: red;
   text-align: center;
}

#main_header {
   background-image: url(../images_main/kz_title_bg.jpg);
   background-repeat: no-repeat;
   background-color: #19432D;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 9pt;
   font-weight: bold;
   color: white;
}

#main_nav {
   text-align: center;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 10pt;
   background-color: #CCCCCC;
   color: #19432D;
   font-weight: bold;
}

#main_content {
   font-family: "Times New Roman", Times, serif;
   font-size: 10pt;
   text-align: center;
}

#main_footer {
   background-color: #CCCCCC;
   font-family: Arial, Helvetica, sans-serif;
   color: #19432D;
   font-weight: bold;
   font-size: 10pt;
   text-align: center;
}

#main_gallery {
   font-family: "Times New Roman", Times, serif;
   font-size: 10pt;
   font-weight: bold;
   text-align: center;
}