body {
    background-image: url(./newspaper.jpg);
    background-repeat: repeat;
    background-position: left top;
    font-family: Arial, Helvetica, sans-serif;
  }

  #wrapper {
    width: 750px;
    margin: -5px auto 3em auto;
    padding: 0 20px 0 20px;
    border: 1px solid #666666;
    background-color: #fff;
    background-image: url(./BlueToWhiteGradient.jpg);
    background-repeat: repeat-x;
    background-position: left top;
  }

  /* Horizontal Menu List */
  ul.zmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
    height: 1.9em;
    background: url(/Ziggy-Travels/Zbutton.jpg) repeat-x left top;
    border-top: 1px solid #0f0;
    border-bottom: 1px solid #0f0;
  }

  li.zmenu {
    float: left;
    border-right: 2px solid #bbb;
  }

li a.zmenu {
    display: block;
    text-align: center;
    padding: 0 14px 0 14px;
    text-decoration: none;
    height: 1.9em;
    color: #000;
    line-height: 1.9em;
    background: url(/Ziggy-Travels/Zbutton.jpg) repeat-x left top;
}

li a.zmenu:hover {
    background: url(/Ziggy-Travels/Zhover.jpg) repeat-x left bottom;
  }

li.zmenu:last-child {
    float: right;
    border-left: 2px solid #bbb;
}


/* For Blog Posts */
.blog {
  width: 748;
  /* height: 410; */
  margin: 20px 0 0 20px;
  padding: 0;
  <!--background-color: #1199ff;-->
}

.blogL {
  float: none;
  width: 342px;
  /* height: 380px; */
  /*height: 20em;*/
  margin: 0;
  padding: 9px;
  overflow: hidden;
  background-color: clear;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  <!--border-right: 2px solid #333;-->
  <!--border-bottom: 2px solid #333;-->
}
.blogR {
  float: right;
  width: 342px;
  height: auto;
  margin: 2px;
  padding: 9px;
  overflow: hidden;
  <!--background-color: #fff;-->
}
  
 /* Blog Button */
 p.button {
    /*list-style-type: none;*/
    margin: -0.8em auto 0 auto;
    padding: 0;
    /*overflow: hidden;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    width: 50%;
    /*display: block;*/
    height: 1.2em;
    background: url(/Ziggy-Travels/Zbutton.jpg) repeat-x left top;
    border-top: 1px solid #0f0;
    border-bottom: 1px solid #0f0;
    border-right: 2px solid #bbb;
    border-left: 2px solid #bbb;
    /*float: left;*/
 }
 
 p a.button {
    display: block;
    text-align: center;
    padding: 0 14px 0 14px;
    text-decoration: none;
    height: 1.2em;
    color: #000;
    line-height: 1.5em;
    background: url(/Ziggy-Travels/Zbutton.jpg) repeat-x left top;
    font-style: italic;
    font-size: .8em;
 }

 p.button a:hover {
    background: url(/Ziggy-Travels/Zhover.jpg) repeat-x left bottom;
 }

 /* Previous/Next Buttons */
 a.next {
    text-align: center;
    padding: 8px 14px 8px 14px;
    text-decoration: none;
    height: 1.2em;
    color: #000;
    line-height: 1.5em;
    background: url(/Ziggy-Travels/Zbutton.jpg) repeat-x left top;
    font-style: italic;
    font-size: .8em;
    border: 2px solid #bbb;
 }

 .next a:hover {
    background: url(/Ziggy-Travels/Zhover.jpg) repeat-x left bottom;
 }

 /* Return Button */
 p.return {
    /*list-style-type: none;*/
    margin: -0.8em auto 0 auto;
    padding: 0;
    /*overflow: hidden;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    width: 35%;
    /*display: block;*/
    height: 1.4em;
    background: url(/Ziggy-Travels/Zbutton.jpg) repeat-x left top;
    border-top: 1px solid #0f0;
    border-bottom: 1px solid #0f0;
    border-right: 2px solid #bbb;
    border-left: 2px solid #bbb;
    /*float: left;*/
 }
 
 p a.return {
    display: block;
    text-align: center;
    padding: 0 14px 0 14px;
    text-decoration: none;
    height: 1.4em;
    color: #000;
    line-height: 1.5em;
    background: url(/Ziggy-Travels/Zbutton.jpg) repeat-x left top;
    font-size: 1.0em;
}

 p.return a:hover {
    background: url(/Ziggy-Travels/Zhover.jpg) repeat-x left bottom;
 }

/* Intermixed float right pictures */
.picR {
  float: right;
  /*width: 342px;*/
  /*height: 380px;*/
  margin: 5px;
  padding: 10px;
  overflow: hidden;
  <!--background-color: #fff;-->
}

/* For Topic Lists - Vertical Menu */
  ul.topic   {
    list-style-type: none;
    margin: 0 0 0 10%;
    padding: 0;
    /*overflow: hidden;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    width: 60%;
    /*display: block;*/
    /*height: 1.9em;*/
    background: url(/Ziggy-Travels/Zbutton.jpg) repeat-x left top;
    /*border: 1px solid #0f0;*/
    /*border-bottom: 1px solid #0f0;*/
  }

  li.topic {
    /*float: left;*/
    border: 1px solid #444;
    margin: 2px 0 2px 0;
  }

li a.topic {
    display: block;
    text-align: left;
    padding: 0 14px 0 14px;
    text-decoration: none;
    height: 1.9em;
    color: #000;
    line-height: 1.9em;
    background: url(/Ziggy-Travels/Zbutton.jpg) repeat-x left top;
}

ul.topic a:hover {
    background: url(/Ziggy-Travels/Zhover.jpg) repeat-x left bottom;
  }

/*li.topic:last-child {
    float: right;
    border-left: 2px solid #bbb;
}*/


/* For Centering */
.center {
  margin-left: auto;
  margin-right: auto;
}

/* Temporary style for highlighting temporary sections */
.temp{
  border: 2px solid;
  background-color: white;
  margin-left: 20%;
  margin-right: 20%;
}
#main .temp a:link{ color: #cc0000; }
#main .temp a:hover{ color: #ff000; }
#main .temp a:visited{ color: #cc0000 }

/* Two column list, used in trailer */
table.gridtable {
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	}
table.gridtable td {
	border-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: solid;
	border-color: #666666;
	}

/* Table format in For_Sale */
table.forsale {
	margin-left:auto; 
   margin-right:auto;
   border-collapse:collapse;
   }
table.forsale td:nth-child(odd) {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: solid;
	border-top: 2px solid #666666;
   border-bottom: 2px solid #666666;
   border-left: 2px solid #666666;
   border-right: none;
   width: 25%;
   }
table.forsale td:nth-child(even) {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 2px solid #666666;
   border-bottom: 2px solid #666666;
   border-left: none;
   border-right: 2px solid #666666;
   width: 25%;
   }

/* Table format in Sherline/ToolHolder */
table.holder {
   border-collapse:collapse;
   }
table.holder td {
	border: 1px solid black;
   }
