/* limited.css CSS Document for use in WycheGnome Limited web site */

/* general page layout --
  top header panel across full width, will remain in view on all pages.
  navigation panel at left side, will remain in view on all pages.
  main panel will appear to the right of the navigation panel and below the header panel. 
  variations of style to be controlled by nesting div sections inside the main section as necessary. */
  
/* any entry in the list below will be overwritten by a later entry affecting the same group */

/* entries having overall effect */
body {font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size: medium; color: black; background-color: #ffff99; padding: 0; margin: 0; }
h1 {font-family: "Times New Roman"; font-size: xx-large; padding-bottom: 5px }
h2 {font-family: "Trebuchet MS", Helvetica, Arial, sans_serif; font-size: x-large; padding: 5px; }
h3 {font-family: "Times New Roman"; font-size: x-large; padding: 5px; }
h4 {font-family: "Trebuchet MS", Helvetica, Arial, sans_serif; font-size: large; padding: 5px; }
h5 {font-family: "Times New Roman"; font-size: large; padding: 5px; }
h6 {font-family: "Trebuchet MS", Helvetica, Arial, sans_serif; font-size: medium; padding: 5px; }
td {padding: 3px; }
th {padding: 4px; }
img {border-width: 0px;  }

/* entries with effect limited to a division */

#header {width: 900px; height: 133px; padding-top: 10px; padding-bottom: 5px; border-bottom-width: 3px; }

#navigation {position: fixed; top: 165px; left: 10px; font-weight: bold; width: 105px; border-width: 3px; border-style: ridge; border-color: #ffffcc; }
.navtext {text-align: center; }
.navnormal {text-align: center; font-weight: normal; }

#main {position: absolute; top: 165px; left: 140px; width: 760px; }
.maintext {text-align: justify; }
.maincentre {text-align: center; }

#footer {font-size: small; }

/* entries affecting links */
a:link {color: blue; }
a:visited {color: purple; }
a:hover {color: aqua; }
a:active {color: red; }