body {
  background: #fff ;
  margin: 0;
  padding: 0;
  font: 10px/18px verdana, helvetica, ariel, geneva, sans-serif;
  text-align: center;
  color: #01468A;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  }

P {
font: 10px/18px verdana, helvetica, ariel, geneva, sans-serif;
color: #01468A;
}

.boxborder {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.title {
font: 14px/18px verdana, helvetica, ariel, geneva, sans-serif;
font-weight: bold;
text-align: left;
padding-top: 15px;
margin-bottom: -10px;
color: #01468A;
}

.heading {
font: 12px/12px helvetica, verdana, ariel, geneva, sans-serif;
font-weight: bold;
}

.indent {
padding-left: 50px;
}

.subtitle {
font-weight: bold;
}

.navtable {
padding: 0px;
line-height: 100%;
}

.photo {
border: solid #999 1px;
padding: 3px;
}

img {
  border: none;
  }

/* unordered list style */

ul {
  list-style: none;
  margin-left: 15px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 19px;
  margin-bottom: 7px;
  background: url(images/arrove.gif) no-repeat 0 10px;
  }

.pdf {
  display: block;
  list-style-position: inside;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
  background: url(images/pdf.gif) no-repeat;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
  font: 10px/18px verdana, helvetica, ariel, geneva, sans-serif;
 }

/* links */

a:link {
font: 10px/14px verdana, helvetica, ariel, geneva, sans-serif;
font-weight: bold;
text-align: left;
padding-top: 20px;
  color: #fe891a;
  text-decoration: none;
  }

a:visited {
font: 10px/14px verdana, helvetica, ariel, geneva, sans-serif;
font-weight: bold;
text-align: left;
padding-top: 20px;
  color: #fe891a;
  text-decoration: none;
  }

a:hover {
font: 10px/14px verdana, helvetica, ariel, geneva, sans-serif;
font-weight: bold;
text-align: left;
padding-top: 20px;
  color: #f00;
  text-decoration: none;
  }

a:active {
font: 10px/14px verdana, helvetica, ariel, geneva, sans-serif;
font-weight: bold;
text-align: left;
padding-top: 20px;
  color: #fe891a;
  text-decoration: none;
  }

/* ---( layout structure )---*/

#container {
	margin: 0 auto;
	width: 750px;
	background: url(images/bg.gif) repeat-y;
	text-align: left;
}

#content {
        float: right;
        width: 475px;
	padding-right: 30px;
        z-index: 10;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
}

#movie {
        padding-left: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
}

#nav {
	position: relative;
        left: 0;
	width: 270px;
        z-index: 2;
	padding: 0px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
}

#header {
        position: relative;
        top:  0;
        left: 0;
        right: 0px;
        height:  172;
        z-index: 1;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
}

#floating {
	float: left;
}

#tag {
	clear: both;
	margin-bottom: -5px;
}

#nav P {
padding-left: 25px;
font: 10px/14px verdana, helvetica, ariel, geneva, sans-serif;
}

#nav img {
 padding: 0px;
display: block;
}


table {
border-collapse:collapse;
border-spacing:0;
}

td {
padding:0;
border:0 none;
vertical-align: text-bottom;
}


#leftpanel {
  position: relative;
  width: 330px;
  padding: 60px 0px 0 55px;
  z-index: 10;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  }

#rightpanel {
  clear: both;
  position: relative;
  float: right;
  margin: 0px;
  padding: 0px;
  right: 55px;
  width: 300px;
  }

.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }


.dots { 
	padding: 10px;
	width: 450px;
	border: #b76e4a dotted 2px;
  }

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

h2 {
margin-top: 3px;
margin-bottom: 10px;
height: 72px;
width: 445px;
}

#Tsnacks  h2 {   background: url(images/title-snack.gif) no-repeat ; }
#Tsnacks  span { display: none; }

#Tbrine   h2 {   background: url(images/title-brine.gif) no-repeat ; }
#Tbrine   span { display: none; }

#Tcanned  h2 {   background: url(images/title-canned.gif) no-repeat ; }
#Tcanned  span { display: none; }

#Tfruits  h2 {   background: url(images/title-fruits.gif) no-repeat ; }
#Tfruits  span { display: none; }

#Tnuts    h2 {   background: url(images/title-nuts.gif) no-repeat ; }
#Tnuts    span { display: none; }

#Tseeds   h2 {   background: url(images/title-seeds.gif) no-repeat ; }
#Tseeds   span { display: none; }

#Tbeans   h2 {   background: url(images/title-beans.gif) no-repeat ; }
#Tbeans   span { display: none; }

#Tnew     h2 {   background: url(images/title-new.gif) no-repeat ; }
#Tnew     span { display: none; }

#Tabout   h2 {   background: url(images/title-about.gif) no-repeat ; }
#Tabout   span { display: none; }

#Tcontact  h2 {   background: url(images/title-contact.gif) no-repeat ; }
#Tcontact  span { display: none; }

#Thome    h2 {   background: url(images/title-home.gif) no-repeat ; }
#Thome    span { display: none; }


