a:link, a:visited, a:active {
	text-decoration: none;
	color: #5C7635;
}

a:hover {
	text-decoration: underline;
	color: #5C7635;
}

#body {
	background-image: url('images/container/background.png');
	background-repeat: repeat;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


div#ornament_div {

  display: block;
	background-image: url('images/container/ornament.png');
	background-repeat: no-repeat;
  position:absolute;
  bottom: 0px;
  right: 0px;
  width: 457px;
  height: 457px; 	
 	z-index: -1000;
}

div#logo_left_div {
  width: 99px;
  height: 161px; 	
	background-image: url('images/container/logo_left.png');
	background-repeat: no-repeat;
}

div#logo_top_div {
  width: 433px;
  height: 91px; 	
	background-image: url('images/container/logo_top.png');
	background-repeat: no-repeat;
}

table#content_table {
	background-image: url('images/container/container_background.jpg');
	background-repeat: no-repeat;
}

div#copy_div {
	position: relative;
	height: 429px;
	width: 350px;
	bottom: 10px;
	left: 0px;
	text-align: justify;
	overflow: auto;
	z-index: 1;
	padding-left: 20px;
	padding-right: 25px;
}

p.quoted_text {

}

span.quoted_name {
	font-weight: normal;
}

div.price_div {
	text-align: right;
}

.text_section_name {
	font-weight: bold;
	color: #679843;
}

.text_section_description {
	font-style: italic;
}

.text_emphasis {
	font-style: oblique;
}