
#articleViewContainer {
	width: 940px;
	clear: both;
}

#articleViewHeader {
	width: 940px;
    padding: 0px;
    border: 1px solid #fff;
    float: left;
}
#articleViewHeader img {
	float: left;
    margin: 0px !important;
    margin-right: 10px !important;
}
#articleViewHeader h1 {
	color: #000000;
    margin-bottom: 10px;
}
#articleViewHeader p {
    margin-bottom: 10px;
    width: 920px;
}

#articleViewBody {
	border: 1px solid #fff !important;
	width: 940px;
	clear: both;
    margin-top: 10px !important;
}
