/*about*/


#about{ width:152px;
height:202px;
float:right;
text-align:center;

	}

	
	
#about h1{background: url(images/pao_sign_150x200.jpg)no-repeat top center;
margin-top:0;
padding:200px 0 0 0;

}


#about_surround{
	width:170px;
	height:220px;
	float:right;		
}

#content_about a{
	text-align:center;
	font-size:1.2em;
	
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
    border: solid #fff 1px;
	display: block;
	font-weight:bold;
	background-color:#ed1c24;

	
	-webkit-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, border-color 500ms ease-in-out 100ms;
	-moz-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, border-color 500ms ease-in-out 100ms;
	-ms-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, border-color 500ms ease-in-out 100ms;
	-o-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, border-color 500ms ease-in-out 100ms;
	transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, border-color 500ms ease-in-out 100ms;
		}
	
	

#content_about a:hover {
	background-color: #000;
	color: #fff;
	border-color: #FFFFFF;
	
}
