/**
 **************************************************
 * HomePage
 **************************************************
 */
 
 div.wrapper_content ul.wrapper_bucket li.widget_bucket_spot {
 	display: inline;
 }
 
 div.wrapper_content ul.wrapper_bucket li.widget_bucket_spot img {
 	border: 1px solid #8D8D8D;
 	margin: 0 4px 4px 0;
 }
 
 /**
 **************************************************
 * Privacy Policy, FAQ, Terms of Use, About Us
 **************************************************
 */
 
 div#about {
 	background: url(/media/images/1271876441-about_us.jpg) center top no-repeat;
 	display: block;
 	height: 560px;
 	position: relative;
 	width: 100%;
 }
 
 div#about h3,
 div#about p {
 	position: relative;
 	top: 75px;
 }
 
 div#about h3 {
 	font-size: 24px;
 	left: 655px;
 	width: 120px;
 }
 
 div#about p {
 	left: 457px;
 	text-align: justify;
 	width: 300px;
 }
 
 div.section_static {
 	
 }
 
 div.section_static h3 {
 	
 	color: #000;
 	padding: 5px 0 5px 15px;
 }
 
 div.section_static p {
 	padding: 15px;
 }
 
