@charset "utf-8";
/* CSS Document */

.about{
    	width:647px;
	border:0px solid;
	padding:15px 0 10px 18px;
        margin:10px 9px 0px 0;
	background-color:white;
	float:left;
	text-align:left;
	box-shadow: 0px 1px 3px #999999;
}

.about h1{
    color: #670006;
    font-family: Myriad Pro;
    font-size:1.2em;
    line-height:1em;
    margin-bottom:8px;
}

h1{
font-family:segoewp;
font-size:2.5em;
}

.about p{
	color:black;
	text-indent:15px;
	padding-right:10px;
}

.about img{
	margin-bottom:15px;
	margin-right:5px;
}

#block{
	float:right;
	width:290px;
	/*height:300px;
	/* background-image:url('../images/block.png');*/
        background-color: white;
        border:2px #F8A350 solid;
	margin-top:10px;
	margin-right:5px;
	padding:0 0 10px 15px;
	text-align:left;
        box-shadow: 0px 1px 3px #999999;
}

#block span{
	font-family:segoewp;
	color:#F8A350;
	font-size:28px;
}

#block p{
	padding-right:12px;
}