

* {
  padding: 0px;
  margin: 0px;
  font-family: serif;
}

body {
  background-color: white;
  background-image: url(images/1pxbg.jpg);
  background-repeat: repeat-x;
  text-align: center;
}

#wrapper {
  position: relative;
  width: 738px;
  text-align: left;
  margin-top: 21px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
  min-height: 600px;
}


#header {
  width: 757;
  height: 108px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
}

#breadcrumb {
  position: absolute;
  top: 145px;
  left: 170px;
  font-size: 11px;
  margin-bottom: 0px;
  height: 1%;

}

#content {
  position: relative;
  font-size: 12px;
  margin: 45px 180px 45px 170px;
  height: 1%;
  top:-10px;
  z-index: 0;
}

#topmenu-wrap {
  width: 737px;
  background-color: white;
  height: 50px;
  float: left;
}

#topmenu-img {
  width: 139px;
  background-color: white;
  background-image: url(images/1pxmenuhd.jpg);
  background-repeat: repeat-x;
  height: 101px;
  float: left;
}
#topmenu {
  height: 60px;
  background-image: url(images/1pxmenuitem.jpg);
  background-repeat: repeat-x;
  float: left;
  z-index: 1;
}
#topmenu table {
  width: 595px;
  height: 25px;
  text-align: center;
  float: left;
}
#topmenu * td {
  line-height: 21px;
  border-right: 3px solid #FFFFFF;
}
#topmenu * {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
}
#topmenu * a {
  text-decoration: none;
}
#topmenu * a:hover {
  text-decoration: underline;
}
#topmenu-lastitem {
  border: 0px !important;
}
#topmenu-space {
  border: 0px !important;
  background-color: white;
}

#leftcolumn {
  position: absolute;
  top: 215px;
  left: 0px;
  width: 129px;
  border-right: 1px solid;
  margin: 0px 0px 0px 10px;
}

.btmbrdr {
	border-bottom: 1px solid;
	width: 128px;
}

#rightcolumn {
  position: absolute;
  background-image: url(images/pita.jpg);
  background-repeat: no-repeat;
  top: 115px;
  left: 584px;
  height: 354px;
  width: 150px;
  margin: 20px;
  margin-left: 0px;
}

#amazon {
  position: absolute;
  top: 115px;
  left: 575px;
  height: 354px;
  width: 150px;
  margin: 20px;
  margin-left: 0px;
}

#footer {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 11px;
}

#breaker {
  clear: both;
}



p {
  margin-bottom: 10px;
  color: #555555;
  line-height: 18px;
}
a {
  color: #8698AA;
}
a:hover {
  color: #8698AA;
}

h1 {
  font-family: serif;
  color: #8698AA;
  font-size: 18px;
  margin-bottom: 10px;
}
h2 {
   font-family: serif;
  color: #8698AA;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}

h3 {
   font-family: serif;
  color: #8698AA;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 5px;
}


/* Additional styles for #leftcolumn */
#leftcolumn {
  color: #8698AA;
  font-size: 11px;
  line-height: 16px;
}
#leftcolumn p {
  text-transform: none;
  font-weight: bold;
}
#leftcolumn * {
  list-style-type: none;
}
#leftcolumn ul {
  margin-bottom: 15px;
  margin-left: 5px;
  text-transform: none;
}
#leftcolumn * a {
  color: #777777;
  text-decoration: none;
  font-weight: bold;
}
#leftcolumn * a:hover {
  text-decoration: underline;
  font-weight: bold;

}


/* Additional styles for #content */
#content ol li {margin-left:25px;padding-left:0px; color: #555555;}
#content ol {margin-bottom: 10px;}
#content ul li {list-style:disc;margin-left:25px;padding-left:0px; color: #555555;}
#content ul {margin-bottom: 10px;}
#content blockquote {margin-left:25px;padding-left:0px;}
.entry blockquote {margin-left:45px;padding-left:0px;}

/* Miscellaneous */
.navmenbottom ul li {
  font-weight:bold;
  line-height: 18px;
}

.w3button {
	text-align: center;
	border: none;
}
