body{
	font-family:Arial;
}
#first{
height:350px;
width:100%;

overflow:hidden;
}
#second{
height:400px;
width:200px;
background-color:#f94ae2;
float:left;
margin-right:10px;

}
#third{
height:550px;


}

p{
text-align:justify;
margin:10px;
color:#434d68;
}

#h{
text-align:justify;

}
.menu{
width:180px;	
height:20px;
padding:10px;
}
.menu:hover{
background-color:#fc7efa;	
}
.active{
border-left:5px solid red;
font-weight:bold;
width:175px;

}
a{
	text-decoration:none;
	color:#dbdde0;
	

}
.active a{
	color:#fff;
	
}
img{
	height:a uto;
	width:100%;
	float:left;
	margin:5px;
	
}

