body{
  margin: 0px;
  padding: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: white;
  text-align: left;
}
img{
  border: 0;
}

#body_header{
  background: url("Pictures/vinebg.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 225px;
  margin-left: 25px;
}
#ad_box{
  height: 65px; 
  width: 350px; 
  background: url('Pictures/box.gif'); 
  float: right;
  margin-top: 85px;
  margin-right: 80px;
  border: 7px Slateblue solid;
  text-align: center;
}
#ad_box h2{
  color: black;
  margin: 0px;
  margin-top: 5px;
  font-size: 1.3em;
}
#Navigation{
  float: left;
  width: 210px;
  height: 377px;
  margin-top: -25px;
  background-image: url('Pictures/nav_vinebg.jpg');
  background-repeat: no-repeat;
}
#nav_box{
  height: 320px; 
  width: 130px; 
  background: url('Pictures/box.gif'); 
  margin-left: 35px; 
  margin-top: 30px;
  padding: 0px;
}
#nav_links{
  list-style-type: none;
  text-align: left;
  margin-top: 0;
}
#nav_links li{
  padding: 0px;
  font-size: .85em;
  font-weight: bold;
  margin: 2px;
  margin-left: -30px;
  padding: 1px;
}
#nav_links li a{
  color: Indigo;
}
#nav_links li a:visited{
  color: #CC6600;
}
#nav_links li a:hover{
  color: #CC0066;
}
#main{
  text-align: center;
  float:left;
  width: 60%;
}
#main_test{
  border: 2px solid black;
  text-align: center;
  float:left;
  width: 60%;
}
#body_footer{
  background: url('Pictures/footer_left.jpg');
  background-repeat:no-repeat;
  height: 100px;
  clear: both;
}
#body_footer2{
  background: url('Pictures/footer_right.jpg');
  background-repeat:no-repeat;
  background-position: top right;
  height: 100px;
  text-align: center;
  font-size: 10px;
  padding-top: 25px;
}
#footer_links{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: block;
}
#footer_links li{
  padding: 0px;
  display: inline;
}
#copyright{
  padding: 0px;
  margin: 5px;
}
#pa_sales_tax{
  font-size: 13px;
  text-align: center;
}
#fullsize{
  border: 0px;
  padding: 2px;
  float: right;
  width: 300px;
}

.floatContainer:after{
  content: ".";
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow: hidden;
}
.main_headings{
  color: MidnightBlue;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}
.right_float{
 float: right;
 width: 182px;
 text-align: right;
}
.left_float{
  float: left;
  width: 36%;
}
.vert-bar{
  float: left;
  margin-top: 50px;
  margin-right: 10px;
  margin-left: 10px;
  width: 50px;
}
.thumbnails{
  margin-right: 5px;
  float: left;
  width: 95px;
}
.med_pics{
  margin-right: 5px;
  float: left;
  width: 200px;
}
.med_arrangement_pics{
  margin-right: 5px;
}
.text_float{
  margin-top: 5px;
  text-align: left;
}
.description_info{
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: left;
  width: 160px;
  height: 300px;
}
.info_link{
  text-align: center;
  margin-bottom: 5px;
}
.bar{
  border: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  clear: both;
}
.small_text{
  font-size: 11px;
  text-align: left;
}
.arrangement_name{
  text-align: center;
  margin-bottom: 0px;
}
.rows{
  width: 590px; 
  margin-left:auto; 
  margin-right:auto;
}
.even_tr{
  background-color: PaleGoldenRod;
}
.column1{
  width: 200px;
}
.text_left{
  text-align: left;
}