.whitetable {
  background-color: #FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:75%;
  line-height:1.6em;
}
.contenttable {
  background-color: #FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:75%;
  line-height:1.6em;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

/* body
--------------------------------------------------*/
body {
  background-color: #333333;
  margin:0;
}


/* header
--------------------------------------------------*/
#header {
  height:115px;
  padding:0 0 0 18px;
}

#header h1 {
  /*display:none; This will hide the text in your header */
  padding-top:50px;
}


/* links
--------------------------------------------------*/
a {text-decoration:none;}

a img {border:none;}


/* navigation
--------------------------------------------------*/
#navigation {
  height:2.7em;
  line-height:2.7em;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding:0 18px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
  float:right;
  height:100%;
  width:189px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s {
  height:1.5em;
  width:140px;
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
}

#navigation #searchbutton {
  height:2em;
  width:auto;
  padding:0 1px;
  border:1px solid;
  font-size:9px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
}


#navigation {background-color:#A3C159;}

#navigation li {border-color:white;}

#navigation a {color:white;}

#navigation .selected,
#navigation a:hover
  {background-color:#1BA6B2}

#navigation form {
  border-color:white;
  background:#FEC42D url(images/spring_flavour/corner_bottom_right.gif) bottom right no-repeat;
}

#navigation #s {border-color:#FFF9EA;}

#navigation #searchbutton {
  color:white;
  background-color:#A3C159;
}