@charset "UTF-8";
#container #content {
	height: auto;
	width: 100%;
	padding-top: 20px;
	text-align: left;
	background-image: url(../images/container_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* // Easy Slider */
#container #content   .text {
	width: auto;
	margin-top: 30px;
	padding-right: 10px;
	margin-left: 80px;
	margin-right: 80px;
}
#container #content  .text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
}
#container #content  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: right;
	padding: 8px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px 80px 2px 80px;
}
