#articals {
    clear: both;
    width: 100%;
    padding-top: 25px;
}

#articals .container {
    float: left;
    width: 33%;
}

#articals .container .artical {
    width: 230px;
    height: 92px;
    background-image: url(../images/sectionbox_bkg.jpg);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

#articals .container .artical h1 {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    margin: 0;
    text-transform: uppercase;
	color:#334961;
	font-weight:bold;
}

#articals .container .artical p {
    padding-left: 30px;
    margin: 0;
    margin-top: 5px;
}

#articals a,
#articals a:visited {
	color:black;
	text-decoration:none;
}

#articals h1 a,
#articals h1 a:visited {
	color:#334961;
	text-decoration:none;
}
