body {
	background-color: #333333;
}
div.menu {
	position: relative;
	width:200px;
	height:16px;
	z-index:1;
	border: 0px none #000000;
	left: -11px;
	top: -11px;
}
td.content {
	font-size: x-large;
	color: #FFFFFF;
	position: relative;
	width: 728px;
	height: 382px;
	text-align: center;
	text-decoration: none;
	background-position: center center;
}
.product {
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.text_title {
	font-family: Garamond;
	font-size: xx-large;
	color: #FFFFFF;
}
.text_content {
	font-family: Garamond;
	font-size: x-large;
	color: #CCCCCC;
	text-align: right;
}
.note_required {
	font-size: medium;
	font-style: italic;
}
div.text {
	font-size: 16px;
	font-style: normal;
	float: left;
	width: 480px;
	text-align: justify;
}
#content {
	position:relative; 
	width:710px; 
	margin:auto;
}
#content #paragraph {
	position:absolute;
	top:10px;
	left:0px;
	width:700px;
	height:350px;
	overflow: auto;
	padding-right: 10px;
}
