body, html {
   margin: 0;
   padding: 0;
   color: #4b3a06;
   background: transparent,
   font-family: Verdana, serif;
   font-size: 12px;
}

a:link {
	color: #4B3900; 
	font-size: 12px;
   	text-align: center;
  	font-family: Verdana, serif;
	text-decoration: none; 
	background-color: transparent;
	font-weight: bold;
}

a:visited { 
	color: #4B3900; 
	font-size: 12px;
   	text-align: center;
   	font-family: Verdana, serif;
	text-decoration: none; 
	background-color: transparent;
	font-weight: bold;
}

a:hover { 
	color: #541900; 
	font-size: 12px;
   	text-align: center;
   	font-family: Verdana, serif;
	text-decoration: underline; 
	background-color: transparent;
	font-weight: bold;
}

a:active { 
	color: #541900; 
	font-size: 12px;
  	 text-align: center;
   	font-family: Verdana, serif;
	text-decoration: none; 
	background-color: transparent;
	font-weight: bold;
}

#left_ds {
	background: transparent url("images/left_ds.png") top right repeat-y;
}

#right_ds {
	background: transparent url("images/right_ds.png") top left repeat-y;
}

#top_ds {
	background: transparent url("images/top_ds.png") bottom left repeat-x;
}

#bottom_ds {
	background: transparent url("images/bottom_ds.png") top left repeat-x;
}

#topleft_ds {
	background: transparent url("images/topleft_ds.png") bottom right no-repeat;
}

#topright_ds {
	background: transparent url("images/topright_ds.png") bottom left no-repeat;
}

#bottomright_ds {
	background: transparent url("images/bottomright_ds.png") top left no-repeat;
}

#bottomleft_ds {
	background: transparent url("images/bottomleft_ds.png") top right no-repeat;
}

.price {
   color: #4B3900;
   font-size: 9px;
   text-align: center;
   font-family: Georgia, serif;
   line-height: 1.5em;
   font-weight: bold;
}

.description {
   color: #541900;
   font-size: 10px;
   text-align: center;
   font-family: Verdana, serif;
   line-height: 1.5em;
}

.header1 {
   color: #4B3900;
   font-size: 15px;
   text-align: center;
   font-family: Georgia, serif;
   line-height: 1.5em;
   font-weight: bold;
}

.header2 {
   color: #4b3a06;
   font-size: 13px;
   text-align: center;
   font-family: Georgia, serif;
   line-height: 1.5em;
   font-weight: bold;
}

.footer {
   color: #766232;
   font-size: 10px;
   text-align: center;
   font-family: Georgia, sans-serif;
   line-height: 1.2em;
}