body {
	background-image: url("../images/main3.jpg");
	color: maroon;
	margin-top: 0px;
	font-family: Georgia;
	text-align: center;	
}

.clearfix:after {
content:".";
display:block;
height: 0;
clear: both;
visibility: hidden;
line-height:0px;
font-size:1px;
}

#content { 
	margin: 10px;
	float: left;
	width: 550px;
	padding-bottom: 10px;
 }

#content_pane {
	text-align: left;
	width: 765px;	
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	background-image: url("../images/bgr_content.jpg");
	background-repeat: repeat-y;
	margin: auto;
}

#navigation { 
 	margin: 10px;
	float: left;
	width: 150px;
  }
  
  #subnavigation { 
  	margin: 0px;
   }
   
   #subnavigation ul { 
   	margin-top: 3px;
    }
  
a:link,  a:active,  a:visited { 
  	text-decoration: none;
	color: #9C6331;
   }
   
a:hover {
	text-decoration: underline;
	color: #9C6331;
}

#navigation a:link,  #navigation a:active,  #navigation a:visited,
#subnavigation a:link,  #subnavigation a:active,  #subnavigation a:visited { 
  	text-decoration: none;
	color: maroon;
   }
   
#navigation a:hover, #subnavigation a:hover {
	text-decoration: underline;
	color: #9C6331;
}
  
#navigation li, #subnavigation li { 
  	border-bottom: 1px dashed #999999;
	padding-bottom: 3px;
	padding-top: 1px;
	list-style-image: url("../images/arrow.gif");
   }

 .para_head {  
 	margin-left: 20px;
	height: auto;
	
 }
  .para_body {  
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px dashed #999999;
  }
  
  .para_foot { 
	padding-left: 20px;
   }
   
   .small {
   	font-size: 75%;
    }
 
 .info_box { 
 	
	border-top: 1px dashed  maroon;
	border-bottom: 1px dashed  maroon;
	margin-top: 15px;
	margin-bottom: 3px;
  }
  
  .info_box ul { 
  	margin-top: 3px;
	margin-left: 3px;
	padding: 3px;
   }
  
  #navigation .info_box li { 
  	font-size: 70%;
	margin: 0;
		list-style-image: none;
		list-style-position: inside;
		list-style-type: none;
	border-bottom: none;
   }
  
  .info_box p { 
  	margin: 3px;
	font-size: 70%;
   }

  
#navigation .info_box a:link { 
	color: #9C6331;
 }

 .flt_l { 
 	float: left;
  }
  
  .flt_r { 
  	float: right;
   }
   
   .right { 
   	text-align: right;
    }
   
   .center { 
   	text-align: center;
    }
	
   #subscribe_box { 
   	font-size: 80%;
    }
	
	#subscribe_box h5 { 
		color:none;
		background-image: url("../images/icon_subscribe.jpg");
		background-repeat: no-repeat;
		margin: 1px;
		padding: 0px;
	 }
	
	#navigation	a  img { 
		border: 0px;
	 }
   
hr {
	border: 1px dashed #999999;
}

#subnavigation { 
	font-size: 80%;
 }

 #content img { 
	margin: 2px;
  }
  
  #footer {
	text-align: center;
	font-size: 65%;
	border-top: 1px dashed #5F5F5F;
}

.sale_items { 
	border: 1px maroon solid;
		padding: 15px 3px 3px 3px;;
	margin-top: 20px;
 }
 
 .sale_items td { 


  }
    .photo { 
  	border-bottom: 1px maroon solid;
	border-right: 1px maroon solid;
	text-align: center;
   }
   
   .photos { 
   	font-size: 80%;
    }
	
	.photos td { 
	
		padding: 15px;
	 }


.border_1px {
	border: 1px solid;
}